Class ComponentLocater
java.lang.Object
org.locationtech.jtstest.testbuilder.geom.ComponentLocater
Locates the components of a Geometry
which lie in a target area.
- Author:
- Martin Davis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComponents(Coordinate queryPt, double tolerance) getComponents(Geometry aoi) static List<GeometryLocation> getComponents(Geometry parentGeom, Coordinate queryPt, double tolerance)
-
Constructor Details
-
ComponentLocater
-
-
Method Details
-
getComponents
public static List<GeometryLocation> getComponents(Geometry parentGeom, Coordinate queryPt, double tolerance) -
getComponents
- Parameters:
queryPt-tolerance-- Returns:
- a List of the component Geometrys
-
getComponents
-