Class/Object

org.locationtech.geomesa.index.geotools

GeoMesaFeatureSource

Related Docs: object GeoMesaFeatureSource | package geotools

Permalink

class GeoMesaFeatureSource extends SimpleFeatureSource with LazyLogging

Linear Supertypes
LazyLogging, SimpleFeatureSource, FeatureSource[SimpleFeatureType, SimpleFeature], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GeoMesaFeatureSource
  2. LazyLogging
  3. SimpleFeatureSource
  4. FeatureSource
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GeoMesaFeatureSource(ds: DataStore with HasGeoMesaStats, sft: SimpleFeatureType, runner: QueryRunner)

    Permalink

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. def addFeatureListener(listener: FeatureListener): Unit

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val ds: DataStore with HasGeoMesaStats

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getBounds(query: Query): ReferencedEnvelope

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  12. def getBounds(): ReferencedEnvelope

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getCount(query: Query): Int

    Permalink

    The default behavior for getCount is to use estimated statistics if available, or -1 to indicate that the operation would be expensive (@see org.geotools.data.FeatureSource#getCount(org.geotools.data.Query)).

    The default behavior for getCount is to use estimated statistics if available, or -1 to indicate that the operation would be expensive (@see org.geotools.data.FeatureSource#getCount(org.geotools.data.Query)).

    Since users may want exact counts, there are two ways to force exact counts:

    1. use the system property "geomesa.force.count" 2. use the EXACT_COUNT query hint
    query

    query

    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  15. def getDataStore(): DataStore

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  16. def getFeatures(original: Query): SimpleFeatureCollection

    Permalink
    Definition Classes
    GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
  17. def getFeatures(filter: Filter): SimpleFeatureCollection

    Permalink
    Definition Classes
    GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
  18. def getFeatures(): SimpleFeatureCollection

    Permalink
    Definition Classes
    GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
  19. def getInfo(): ResourceInfo

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  20. def getName(): Name

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  21. def getQueryCapabilities(): QueryCapabilities

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  22. def getSchema(): SimpleFeatureType

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  23. def getSupportedHints(): Set[Key]

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def removeFeatureListener(listener: FeatureListener): Unit

    Permalink
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  31. val sft: SimpleFeatureType

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from LazyLogging

Inherited from SimpleFeatureSource

Inherited from FeatureSource[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped