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