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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
appendGeometry(org.locationtech.jts.geom.Geometry newGeom, Integer externalId)
Iterator<Integer>
query(org.locationtech.jts.geom.Envelope queryEnv)
-