Package org.locationtech.jts.operation
Class GeometryGraphOperation
- java.lang.Object
-
- org.locationtech.jts.operation.GeometryGraphOperation
-
public class GeometryGraphOperation extends java.lang.Object
The base class for operations that requireGeometryGraph
s.- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description GeometryGraphOperation(Geometry g0)
GeometryGraphOperation(Geometry g0, Geometry g1)
GeometryGraphOperation(Geometry g0, Geometry g1, BoundaryNodeRule boundaryNodeRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Geometry
getArgGeometry(int i)
-
-
-
Method Detail
-
getArgGeometry
public Geometry getArgGeometry(int i)
-
-