Class GeometryGraphOperation
Inheritance
GeometryGraphOperation
Assembly: NetTopologySuite.dll
Syntax
public class GeometryGraphOperation
Constructors
|
Improve this Doc
View Source
GeometryGraphOperation(Geometry)
Declaration
public GeometryGraphOperation(Geometry g0)
Parameters
|
Improve this Doc
View Source
GeometryGraphOperation(Geometry, Geometry)
Declaration
public GeometryGraphOperation(Geometry g0, Geometry g1)
Parameters
|
Improve this Doc
View Source
GeometryGraphOperation(Geometry, Geometry, IBoundaryNodeRule)
Declaration
public GeometryGraphOperation(Geometry g0, Geometry g1, IBoundaryNodeRule boundaryNodeRule)
Parameters
Fields
|
Improve this Doc
View Source
arg
The operation args into an array so they can be accessed by index.
Declaration
protected GeometryGraph[] arg
Field Value
|
Improve this Doc
View Source
resultPrecisionModel
Declaration
protected PrecisionModel resultPrecisionModel
Field Value
Properties
|
Improve this Doc
View Source
ComputationPrecision
Declaration
protected PrecisionModel ComputationPrecision { get; set; }
Property Value
|
Improve this Doc
View Source
lineIntersector
Declaration
protected LineIntersector lineIntersector { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
GetArgGeometry(Int32)
Declaration
public Geometry GetArgGeometry(int i)
Parameters
Type |
Name |
Description |
Int32 |
i |
|
Returns