object EmptyResultsToFeatures extends ResultsToFeatures[Void]
For 'empty' query plans - don't invoke apply
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmptyResultsToFeatures
- ResultsToFeatures
- SerializableState
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(result: Void): SimpleFeature
Convert a result to a feature
Convert a result to a feature
- result
result
- Definition Classes
- EmptyResultsToFeatures → ResultsToFeatures
-
def
init(state: Map[String, String]): Unit
Initialize an instance after deserialization
Initialize an instance after deserialization
- state
state
- Definition Classes
- EmptyResultsToFeatures → SerializableState
-
def
schema: SimpleFeatureType
Simple feature type that will be returned from
apply
Simple feature type that will be returned from
apply
- Definition Classes
- EmptyResultsToFeatures → ResultsToFeatures
-
val
state: Map[String, String]
The state used to serialize this instance
The state used to serialize this instance
- Definition Classes
- EmptyResultsToFeatures → SerializableState