Class BucketGeoIndex<A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature>
- java.lang.Object
-
- com.googlecode.cqengine.index.support.AbstractAttributeIndex<A,O>
-
- org.locationtech.geomesa.memory.cqengine.index.AbstractGeoIndex<A,O>
-
- org.locationtech.geomesa.memory.cqengine.index.BucketGeoIndex<A,O>
-
- All Implemented Interfaces:
com.googlecode.cqengine.engine.ModificationListener<O>,com.googlecode.cqengine.index.AttributeIndex<A,O>,com.googlecode.cqengine.index.Index<O>,com.googlecode.cqengine.index.support.indextype.OnHeapTypeIndex
- Direct Known Subclasses:
GeoIndex
public class BucketGeoIndex<A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature> extends AbstractGeoIndex<A,O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.locationtech.geomesa.memory.cqengine.index.AbstractGeoIndex
AbstractGeoIndex.GeoIndexResultSet
-
-
Field Summary
-
Fields inherited from class org.locationtech.geomesa.memory.cqengine.index.AbstractGeoIndex
lastUsed
-
-
Constructor Summary
Constructors Constructor Description BucketGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)BucketGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, Optional<BucketIndexParam> geoIndexParams)Deprecated.BucketGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, BucketIndexParam params)
-
Method Summary
-
Methods inherited from class org.locationtech.geomesa.memory.cqengine.index.AbstractGeoIndex
addAll, clear, destroy, getEffectiveIndex, init, isMutable, isQuantized, removeAll, retrieve
-
-
-
-
Constructor Detail
-
BucketGeoIndex
public BucketGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)
-
BucketGeoIndex
public BucketGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, BucketIndexParam params)
-
BucketGeoIndex
@Deprecated public BucketGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, Optional<BucketIndexParam> geoIndexParams)
Deprecated.
-
-