Class FacetLocater
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.FacetLocater
-
-
Constructor Summary
Constructors Constructor Description FacetLocater(Geometry parentGeom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List
filterVertexLocations(Collection locations)
Creates a list containing all the vertexGeometryLocation
s in the input collection.List
getLocations(Coordinate queryPt, double tolerance)
static int[]
toIntArray(Vector path)
-
-
-
Constructor Detail
-
FacetLocater
public FacetLocater(Geometry parentGeom)
-
-
Method Detail
-
filterVertexLocations
public static List filterVertexLocations(Collection locations)
Creates a list containing all the vertexGeometryLocation
s in the input collection.- Parameters:
locations
- the source collection- Returns:
- a list of the vertex locations, if any
-
getLocations
public List getLocations(Coordinate queryPt, double tolerance)
-
toIntArray
public static int[] toIntArray(Vector path)
-
-