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