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