Class/Object

org.locationtech.geomesa.accumulo.data.AccumuloIndexAdapter

AccumuloResultsToFeatures

Related Docs: object AccumuloResultsToFeatures | package AccumuloIndexAdapter

Permalink

abstract class AccumuloResultsToFeatures extends IndexResultsToFeatures[Entry[Key, Value]]

Accumulo entries to features

Linear Supertypes
IndexResultsToFeatures[Entry[Key, Value]], ResultsToFeatures[Entry[Key, Value]], SerializableState, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AccumuloResultsToFeatures
  2. IndexResultsToFeatures
  3. ResultsToFeatures
  4. SerializableState
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AccumuloResultsToFeatures(_index: GeoMesaFeatureIndex[_, _], _sft: SimpleFeatureType)

    Permalink

    _index

    index

    _sft

    simple feature type

Abstract Value Members

  1. abstract def apply(result: Entry[Key, Value]): SimpleFeature

    Permalink
    Definition Classes
    ResultsToFeatures

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    IndexResultsToFeatures
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createSerializer: KryoFeatureSerializer

    Permalink
    Attributes
    protected
    Definition Classes
    IndexResultsToFeatures
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    IndexResultsToFeatures → AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    IndexResultsToFeatures → AnyRef → Any
  13. var index: GeoMesaFeatureIndex[_, _]

    Permalink
    Attributes
    protected
    Definition Classes
    IndexResultsToFeatures
  14. def init(state: Map[String, String]): Unit

    Permalink
    Definition Classes
    IndexResultsToFeatures → SerializableState
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. def schema: SimpleFeatureType

    Permalink
    Definition Classes
    IndexResultsToFeatures → ResultsToFeatures
  20. var serializer: KryoFeatureSerializer

    Permalink
    Attributes
    protected
    Definition Classes
    IndexResultsToFeatures
  21. var sft: SimpleFeatureType

    Permalink
    Attributes
    protected
    Definition Classes
    IndexResultsToFeatures
  22. def state: Map[String, String]

    Permalink
    Definition Classes
    IndexResultsToFeatures → SerializableState
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IndexResultsToFeatures[Entry[Key, Value]]

Inherited from ResultsToFeatures[Entry[Key, Value]]

Inherited from SerializableState

Inherited from AnyRef

Inherited from Any

Ungrouped