Interface QueryGeometryStructure

  • All Known Implementing Classes:
    QueryRTree

    public interface QueryGeometryStructure
    QueryGeometryStructure aims to speed up the query of a geometry collection inside a region envelope.
    Author:
    Nicolas Fortin
    • Method Detail

      • appendGeometry

        void appendGeometry​(org.locationtech.jts.geom.Geometry newGeom,
                            Integer externalId)
      • query

        Iterator<Integer> query​(org.locationtech.jts.geom.Envelope queryEnv)