Table of Contents

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

g0 Geometry

GeometryGraphOperation(Geometry, Geometry)

public GeometryGraphOperation(Geometry g0, Geometry g1)

Parameters

g0 Geometry
g1 Geometry

GeometryGraphOperation(Geometry, Geometry, IBoundaryNodeRule)

public GeometryGraphOperation(Geometry g0, Geometry g1, IBoundaryNodeRule boundaryNodeRule)

Parameters

g0 Geometry
g1 Geometry
boundaryNodeRule IBoundaryNodeRule

Fields

arg

The operation args into an array so they can be accessed by index.

protected GeometryGraph[] arg

Field Value

GeometryGraph[]

resultPrecisionModel

protected PrecisionModel resultPrecisionModel

Field Value

PrecisionModel

Properties

ComputationPrecision

protected PrecisionModel ComputationPrecision { get; set; }

Property Value

PrecisionModel

lineIntersector

protected LineIntersector lineIntersector { get; set; }

Property Value

LineIntersector

Methods

GetArgGeometry(int)

public Geometry GetArgGeometry(int i)

Parameters

i int

Returns

Geometry