Uses of Class
org.locationtech.geomesa.memory.cqengine.index.GeoIndex
-
Packages that use GeoIndex Package Description org.locationtech.geomesa.memory.cqengine.index -
-
Uses of GeoIndex in org.locationtech.geomesa.memory.cqengine.index
Methods in org.locationtech.geomesa.memory.cqengine.index that return GeoIndex Modifier and Type Method Description static <A extends org.locationtech.jts.geom.Geometry,O extends org.geotools.api.feature.simple.SimpleFeature>
GeoIndex<A,O>GeoIndex. 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>GeoIndex. onAttribute(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, int xBuckets, int yBuckets)Deprecated.
-