Class GeometryGraphOperation
- Namespace
- NetTopologySuite.Operation
- Assembly
- NetTopologySuite.dll
The base class for operations that require GeometryGraphs.
public class GeometryGraphOperation
- Inheritance
-
GeometryGraphOperation
- Derived
- Inherited Members
Constructors
GeometryGraphOperation(Geometry)
public GeometryGraphOperation(Geometry g0)
Parameters
g0Geometry
GeometryGraphOperation(Geometry, Geometry)
public GeometryGraphOperation(Geometry g0, Geometry g1)
Parameters
GeometryGraphOperation(Geometry, Geometry, IBoundaryNodeRule)
public GeometryGraphOperation(Geometry g0, Geometry g1, IBoundaryNodeRule boundaryNodeRule)
Parameters
g0Geometryg1GeometryboundaryNodeRuleIBoundaryNodeRule
Fields
arg
The operation args into an array so they can be accessed by index.
protected GeometryGraph[] arg
Field Value
resultPrecisionModel
protected PrecisionModel resultPrecisionModel
Field Value
Properties
ComputationPrecision
protected PrecisionModel ComputationPrecision { get; set; }
Property Value
lineIntersector
protected LineIntersector lineIntersector { get; set; }
Property Value
Methods
GetArgGeometry(int)
public Geometry GetArgGeometry(int i)
Parameters
iint