Package org.locationtech.jts.operation
Class GeometryGraphOperation
- java.lang.Object
-
- org.locationtech.jts.operation.GeometryGraphOperation
-
public class GeometryGraphOperation extends java.lang.ObjectThe base class for operations that requireGeometryGraphs.- 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 GeometrygetArgGeometry(int i)
-
-
-
Method Detail
-
getArgGeometry
public Geometry getArgGeometry(int i)
-
-