JTS Core 1.17.1
Packages
Classes
Search
About
Top
GeometryGraphOperation(Geometry, Geometry)
GeometryGraphOperation(Geometry, Geometry, BoundaryNodeRule)
GeometryGraphOperation(Geometry)
getArgGeometry(int): Geometry
setComputationPrecision(PrecisionModel): void
Bottom
Source
Classic
org.locationtech.jts.operation
Class GeometryGraphOperation
Hierarchy:
Object
, GeometryGraphOperation
Direct Known Subclasses:
RelateOp
,
OverlayOp
public class GeometryGraphOperation
The base class for operations that require
GeometryGraph
s.
Other
version: 1.7
public
GeometryGraphOperation(
Geometry
g0,
Geometry
g1)
public
GeometryGraphOperation(
Geometry
g0,
Geometry
g1,
BoundaryNodeRule
boundaryNodeRule)
public
GeometryGraphOperation(
Geometry
g0)
public
Geometry
getArgGeometry(int i)
protected
void setComputationPrecision(
PrecisionModel
pm)