Class BucketGeoIndex<A extends org.locationtech.jts.geom.Geometry,​O extends org.geotools.api.feature.simple.SimpleFeature>

  • 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
    Direct Known Subclasses:
    GeoIndex

    public class BucketGeoIndex<A extends org.locationtech.jts.geom.Geometry,​O extends org.geotools.api.feature.simple.SimpleFeature>
    extends AbstractGeoIndex<A,​O>
    • Constructor Detail

      • BucketGeoIndex

        public BucketGeoIndex​(org.geotools.api.feature.simple.SimpleFeatureType sft,
                              com.googlecode.cqengine.attribute.Attribute<O,​A> attribute)
      • BucketGeoIndex

        public BucketGeoIndex​(org.geotools.api.feature.simple.SimpleFeatureType sft,
                              com.googlecode.cqengine.attribute.Attribute<O,​A> attribute,
                              BucketIndexParam params)
      • BucketGeoIndex

        @Deprecated
        public BucketGeoIndex​(org.geotools.api.feature.simple.SimpleFeatureType sft,
                              com.googlecode.cqengine.attribute.Attribute<O,​A> attribute,
                              Optional<BucketIndexParam> geoIndexParams)
        Deprecated.