Packages

object ResultsToFeatures

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultsToFeatures
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class IdentityResultsToFeatures extends ResultsToFeatures[SimpleFeature]

    Identity function - for situations where features are already deserialized

Value Members

  1. 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

  2. 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

  3. def identity(sft: SimpleFeatureType): ResultsToFeatures[SimpleFeature]

    Identity function

  4. 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

  5. object EmptyResultsToFeatures extends ResultsToFeatures[Void]

    For 'empty' query plans - don't invoke apply