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: GeoMeasBaseStore, sft: SimpleFeatureType)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addFeatureListener(listener: FeatureListener): Unit
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. val ds: GeoMeasBaseStore
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def getBounds(query: Query): ReferencedEnvelope
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  11. def getBounds(): ReferencedEnvelope
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getCount(query: Query): Int

    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.api.data.FeatureSource#getCount(org.geotools.api.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.api.data.FeatureSource#getCount(org.geotools.api.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
  14. def getDataStore(): DataStore
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  15. def getFeatures(original: Query): SimpleFeatureCollection
    Definition Classes
    GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
  16. def getFeatures(filter: Filter): SimpleFeatureCollection
    Definition Classes
    GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
  17. def getFeatures(): SimpleFeatureCollection
    Definition Classes
    GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
  18. def getInfo(): ResourceInfo
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  19. def getName(): Name
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  20. def getQueryCapabilities(): QueryCapabilities
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  21. def getSchema(): SimpleFeatureType
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  22. def getSupportedHints(): Set[Key]
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def removeFeatureListener(listener: FeatureListener): Unit
    Definition Classes
    GeoMesaFeatureSource → FeatureSource
  30. val sft: SimpleFeatureType
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from LazyLogging

Inherited from SimpleFeatureSource

Inherited from FeatureSource[SimpleFeatureType, SimpleFeature]

Inherited from AnyRef

Inherited from Any

Ungrouped