public class GeometryGraphOperation extends Object
GeometryGraph
s.Modifier and Type | Field and Description |
---|---|
protected GeometryGraph[] |
arg
The operation args into an array so they can be accessed by index
|
protected LineIntersector |
li |
protected PrecisionModel |
resultPrecisionModel |
Constructor and Description |
---|
GeometryGraphOperation(Geometry g0) |
GeometryGraphOperation(Geometry g0,
Geometry g1) |
GeometryGraphOperation(Geometry g0,
Geometry g1,
BoundaryNodeRule boundaryNodeRule) |
Modifier and Type | Method and Description |
---|---|
Geometry |
getArgGeometry(int i) |
protected void |
setComputationPrecision(PrecisionModel pm) |
protected final LineIntersector li
protected PrecisionModel resultPrecisionModel
protected GeometryGraph[] arg
public GeometryGraphOperation(Geometry g0, Geometry g1, BoundaryNodeRule boundaryNodeRule)
public GeometryGraphOperation(Geometry g0)
public Geometry getArgGeometry(int i)
protected void setComputationPrecision(PrecisionModel pm)
Copyright © 2016. All rights reserved.