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