Class GeoIndex<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>
-
- org.locationtech.geomesa.memory.cqengine.index.GeoIndex<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
@Deprecated public class GeoIndex<A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature> extends BucketGeoIndex<A,O>
Deprecated.
-
-
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 GeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)Deprecated.GeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, int xBuckets, int yBuckets)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature>
GeoIndex<A,O>onAttribute(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)Deprecated.static <A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature>
GeoIndex<A,O>onAttribute(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, int xBuckets, int yBuckets)Deprecated.-
Methods inherited from class org.locationtech.geomesa.memory.cqengine.index.AbstractGeoIndex
addAll, clear, destroy, getEffectiveIndex, init, isMutable, isQuantized, removeAll, retrieve
-
-
-
-
Constructor Detail
-
GeoIndex
public GeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)Deprecated.
-
GeoIndex
@Deprecated public GeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, int xBuckets, int yBuckets)
Deprecated.
-
-
Method Detail
-
onAttribute
@Deprecated public static <A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature> GeoIndex<A,O> onAttribute(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute)
Deprecated.
-
onAttribute
@Deprecated public static <A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature> GeoIndex<A,O> onAttribute(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, int xBuckets, int yBuckets)
Deprecated.
-
-