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 Summary

    Modifier and Type
    Method
    Description
    void
    appendGeometry(org.locationtech.jts.geom.Geometry newGeom, Integer externalId)
     
    query(org.locationtech.jts.geom.Envelope queryEnv)
     
  • Method Details

    • appendGeometry

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

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