abstract class BinResultsToFeatures[T] extends ResultsToFeatures[T]
Converts bin results to features
- T
result type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinResultsToFeatures
- ResultsToFeatures
- SerializableState
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BinResultsToFeatures()
Concrete Value Members
-
def
apply(result: T): SimpleFeature
Convert a result to a feature
Convert a result to a feature
- result
result
- Definition Classes
- BinResultsToFeatures → ResultsToFeatures
- def canEqual(other: Any): Boolean
-
def
equals(other: Any): Boolean
- Definition Classes
- BinResultsToFeatures → AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- BinResultsToFeatures → AnyRef → Any
-
def
init(state: Map[String, String]): Unit
Initialize an instance after deserialization
Initialize an instance after deserialization
- state
state
- Definition Classes
- BinResultsToFeatures → SerializableState
-
def
schema: SimpleFeatureType
Simple feature type that will be returned from
apply
Simple feature type that will be returned from
apply
- Definition Classes
- BinResultsToFeatures → ResultsToFeatures
-
def
state: Map[String, String]
The state used to serialize this instance
The state used to serialize this instance
- Definition Classes
- BinResultsToFeatures → SerializableState