Class QueryRTree
java.lang.Object
org.noise_planet.noisemodelling.pathfinder.utils.geometry.QueryRTree
- All Implemented Interfaces:
QueryGeometryStructure
Connector for RTree.
- Author:
- Nicolas Fortin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendGeometry(org.locationtech.jts.geom.Geometry newGeom, Integer externalId) Add a given geometry and its Id into the treequery(org.locationtech.jts.geom.Envelope queryEnv)
-
Constructor Details
-
QueryRTree
public QueryRTree()
-
-
Method Details
-
appendGeometry
Add a given geometry and its Id into the tree- Specified by:
appendGeometryin interfaceQueryGeometryStructure- Parameters:
newGeom-externalId-
-
query
- Specified by:
queryin interfaceQueryGeometryStructure- Parameters:
queryEnv-- Returns:
-