Packages

class IdentityResultsToFeatures extends ResultsToFeatures[SimpleFeature]

Identity function - for situations where features are already deserialized

Linear Supertypes
ResultsToFeatures[SimpleFeature], SerializableState, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdentityResultsToFeatures
  2. ResultsToFeatures
  3. SerializableState
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IdentityResultsToFeatures()
  2. new IdentityResultsToFeatures(sft: SimpleFeatureType)

    sft

    simple feature type

Value Members

  1. def apply(result: SimpleFeature): SimpleFeature

    Convert a result to a feature

    Convert a result to a feature

    result

    result

    Definition Classes
    IdentityResultsToFeaturesResultsToFeatures
  2. def canEqual(other: Any): Boolean
  3. def equals(other: Any): Boolean
    Definition Classes
    IdentityResultsToFeatures → AnyRef → Any
  4. def hashCode(): Int
    Definition Classes
    IdentityResultsToFeatures → AnyRef → Any
  5. def init(state: Map[String, String]): Unit

    Initialize an instance after deserialization

    Initialize an instance after deserialization

    state

    state

    Definition Classes
    IdentityResultsToFeaturesSerializableState
  6. def schema: SimpleFeatureType

    Simple feature type that will be returned from apply

    Simple feature type that will be returned from apply

    Definition Classes
    IdentityResultsToFeaturesResultsToFeatures
  7. def state: Map[String, String]

    The state used to serialize this instance

    The state used to serialize this instance

    Definition Classes
    IdentityResultsToFeaturesSerializableState