Class GeoIndex<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

    @Deprecated
    public class GeoIndex<A extends org.locationtech.jts.geom.Geometry,​O extends org.geotools.api.feature.simple.SimpleFeature>
    extends BucketGeoIndex<A,​O>
    Deprecated.
    • Field Summary

      • Fields inherited from class com.googlecode.cqengine.index.support.AbstractAttributeIndex

        attribute
    • 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.
    • 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.