org.geotools.geometry.iso.operation
Class GeometryGraphOperation
java.lang.Object
org.geotools.geometry.iso.operation.GeometryGraphOperation
- Direct Known Subclasses:
- OverlayOp, RelateOp
public abstract class GeometryGraphOperation
- extends java.lang.Object
The base class for operations that require {@link org.geotools.geometry.iso.topograph2D.GeometryGraph)s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cga
protected final CGAlgorithms cga
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(GeometryImpl g0,
GeometryImpl g1)
throws UnsupportedDimensionException
- Throws:
UnsupportedDimensionException
GeometryGraphOperation
public GeometryGraphOperation(GeometryImpl g0)
getArgGeometry
public GeometryImpl getArgGeometry(int i)
setComputationPrecision
protected void setComputationPrecision(PrecisionModel pm)
Copyright © 1996-2010 Geotools. All Rights Reserved.