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