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

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

      • QuadTreeGeoIndex

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