Class GeometryLocation
java.lang.Object
org.locationtech.jtstest.testbuilder.geom.GeometryLocation
Models the location of a point on a Geometry
- Author:
- Martin Davis
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryLocation
(Geometry parent, Geometry component, int[] componentPath) GeometryLocation
(Geometry parent, Geometry component, int[] componentPath, int segmentIndex, boolean isVertex, Coordinate pt) GeometryLocation
(Geometry parent, Geometry component, int segmentIndex, boolean isVertex, Coordinate pt) GeometryLocation
(Geometry parent, Geometry component, int index, Coordinate pt) -
Method Summary
-
Constructor Details
-
GeometryLocation
-
GeometryLocation
-
GeometryLocation
public GeometryLocation(Geometry parent, Geometry component, int segmentIndex, boolean isVertex, Coordinate pt) -
GeometryLocation
public GeometryLocation(Geometry parent, Geometry component, int[] componentPath, int segmentIndex, boolean isVertex, Coordinate pt)
-
-
Method Details