Class FacetLocater
java.lang.Object
org.locationtech.jtstest.testbuilder.geom.FacetLocater
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListfilterVertexLocations(Collection locations) Creates a list containing all the vertexGeometryLocations in the input collection.getLocations(Coordinate queryPt, double tolerance) static int[]toIntArray(Vector path)
-
Constructor Details
-
FacetLocater
-
-
Method Details
-
filterVertexLocations
Creates a list containing all the vertexGeometryLocations in the input collection.- Parameters:
locations- the source collection- Returns:
- a list of the vertex locations, if any
-
getLocations
-
toIntArray
-