Class STRtreeGeoIndex<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.STRtreeGeoIndex<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
public class STRtreeGeoIndex<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 STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, Optional<STRtreeIndexParam> geoIndexParams)Deprecated.STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, STRtreeIndexParam geoIndexParams)
-
Method Summary
-
Methods inherited from class org.locationtech.geomesa.memory.cqengine.index.AbstractGeoIndex
addAll, clear, destroy, getEffectiveIndex, init, isMutable, isQuantized, removeAll, retrieve
-
-
-
-
Constructor Detail
-
STRtreeGeoIndex
public STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)
-
STRtreeGeoIndex
public STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, STRtreeIndexParam geoIndexParams)
-
STRtreeGeoIndex
@Deprecated public STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, Optional<STRtreeIndexParam> geoIndexParams)
Deprecated.
-
-