Uses of Class
org.locationtech.geomesa.memory.cqengine.index.param.STRtreeIndexParam
-
Packages that use STRtreeIndexParam Package Description org.locationtech.geomesa.memory.cqengine.index -
-
Uses of STRtreeIndexParam in org.locationtech.geomesa.memory.cqengine.index
Constructors in org.locationtech.geomesa.memory.cqengine.index with parameters of type STRtreeIndexParam Constructor Description STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, STRtreeIndexParam geoIndexParams)Constructor parameters in org.locationtech.geomesa.memory.cqengine.index with type arguments of type STRtreeIndexParam Constructor Description STRtreeGeoIndex(org.geotools.api.feature.simple.SimpleFeatureType sft, com.googlecode.cqengine.attribute.Attribute<O,A> attribute, Optional<STRtreeIndexParam> geoIndexParams)Deprecated.
-