Packages

c

org.locationtech.geomesa.index.api.QueryPlan

IndexResultsToFeatures

abstract class IndexResultsToFeatures[T] extends ResultsToFeatures[T]

Abstract base class for converting the results from a normal feature index

T

result type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexResultsToFeatures
  2. ResultsToFeatures
  3. SerializableState
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IndexResultsToFeatures(index: GeoMesaFeatureIndex[_, _], sft: SimpleFeatureType)

    index

    index

    sft

    simple feature type returned from the scan

Abstract Value Members

  1. abstract def apply(result: T): SimpleFeature

    Convert a result to a feature

    Convert a result to a feature

    result

    result

    Definition Classes
    ResultsToFeatures

Concrete Value Members

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

    Initialize an instance after deserialization

    Initialize an instance after deserialization

    state

    state

    Definition Classes
    IndexResultsToFeaturesSerializableState
  5. def schema: SimpleFeatureType

    Simple feature type that will be returned from apply

    Simple feature type that will be returned from apply

    Definition Classes
    IndexResultsToFeaturesResultsToFeatures
  6. def state: Map[String, String]

    The state used to serialize this instance

    The state used to serialize this instance

    Definition Classes
    IndexResultsToFeaturesSerializableState