o
org.locationtech.geomesa.index.api.QueryPlan
ResultsToFeatures
Companion trait ResultsToFeatures
object ResultsToFeatures
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultsToFeatures
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
IdentityResultsToFeatures extends ResultsToFeatures[SimpleFeature]
Identity function - for situations where features are already deserialized
Value Members
-
def
deserialize[T](serialized: String): ResultsToFeatures[T]
Deserialize a results to features from a string
Deserialize a results to features from a string
- T
result type
- serialized
serialized object
-
def
empty[T]: ResultsToFeatures[T]
Empty results to features used in placeholders - don't invoke
apply
on the result.Empty results to features used in placeholders - don't invoke
apply
on the result.- T
result type
-
def
identity(sft: SimpleFeatureType): ResultsToFeatures[SimpleFeature]
Identity function
-
def
serialize[T](obj: ResultsToFeatures[T]): String
Serialize a results to features as a string
Serialize a results to features as a string
- T
result type
- obj
object
-
object
EmptyResultsToFeatures extends ResultsToFeatures[Void]
For 'empty' query plans - don't invoke
apply