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
-
-
Field Summary
Fields Modifier and Type Field Description protected GeometryGraph[]
arg
The operation args into an array so they can be accessed by indexprotected LineIntersector
li
protected PrecisionModel
resultPrecisionModel
-
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)
protected void
setComputationPrecision(PrecisionModel pm)
-
-
-
Field Detail
-
li
protected final LineIntersector li
-
resultPrecisionModel
protected PrecisionModel resultPrecisionModel
-
arg
protected GeometryGraph[] arg
The operation args into an array so they can be accessed by index
-
-
Method Detail
-
getArgGeometry
public Geometry getArgGeometry(int i)
-
setComputationPrecision
protected void setComputationPrecision(PrecisionModel pm)
-
-