Class STRtreeGeoIndex<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 STRtreeGeoIndex<A extends org.locationtech.jts.geom.Geometry,​O extends org.geotools.api.feature.simple.SimpleFeature>
    extends AbstractGeoIndex<A,​O>
    • Constructor Detail

      • STRtreeGeoIndex

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

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

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