com.vividsolutions.jts.operation
Class GeometryGraphOperation
java.lang.Object
com.vividsolutions.jts.operation.GeometryGraphOperation
- Direct Known Subclasses:
- OverlayOp, RelateOp
- public class GeometryGraphOperation
- extends java.lang.Object
The base class for operations that require GeometryGraph
s.
- Version:
- 1.7
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GeometryGraphOperation
public GeometryGraphOperation(Geometry g0,
Geometry g1)
GeometryGraphOperation
public GeometryGraphOperation(Geometry g0,
Geometry g1,
BoundaryNodeRule boundaryNodeRule)
GeometryGraphOperation
public GeometryGraphOperation(Geometry g0)
getArgGeometry
public Geometry getArgGeometry(int i)
setComputationPrecision
protected void setComputationPrecision(PrecisionModel pm)