c
org.locationtech.geomesa.index.geotools
GeoMesaFeatureSource
Companion object GeoMesaFeatureSource
class GeoMesaFeatureSource extends SimpleFeatureSource with LazyLogging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeoMesaFeatureSource
- LazyLogging
- SimpleFeatureSource
- FeatureSource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GeoMesaFeatureSource(ds: GeoMeasBaseStore, sft: SimpleFeatureType)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addFeatureListener(listener: FeatureListener): Unit
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val ds: GeoMeasBaseStore
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getBounds(query: Query): ReferencedEnvelope
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getBounds(): ReferencedEnvelope
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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:
- use the system property "geomesa.force.count" 2. use the EXACT_COUNT query hint
- query
query
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getDataStore(): DataStore
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getFeatures(original: Query): SimpleFeatureCollection
- Definition Classes
- GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
-
def
getFeatures(filter: Filter): SimpleFeatureCollection
- Definition Classes
- GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
-
def
getFeatures(): SimpleFeatureCollection
- Definition Classes
- GeoMesaFeatureSource → SimpleFeatureSource → FeatureSource
-
def
getInfo(): ResourceInfo
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getName(): Name
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getQueryCapabilities(): QueryCapabilities
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getSchema(): SimpleFeatureType
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
getSupportedHints(): Set[Key]
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
removeFeatureListener(listener: FeatureListener): Unit
- Definition Classes
- GeoMesaFeatureSource → FeatureSource
- val sft: SimpleFeatureType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated