Class BoundaryNodeRules
- Namespace
- NetTopologySuite.Algorithm
- Assembly
- NetTopologySuite.dll
Provides access to static instances of common IBoundaryNodeRules.
public static class BoundaryNodeRules
- Inheritance
-
BoundaryNodeRules
- Inherited Members
Fields
EndpointBoundaryRule
The Endpoint Boundary Node Rule.
public static readonly IBoundaryNodeRule EndpointBoundaryRule
Field Value
Mod2BoundaryRule
The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).
public static readonly IBoundaryNodeRule Mod2BoundaryRule
Field Value
MonoValentEndpointBoundaryRule
The Monovalent Endpoint Boundary Node Rule.
public static readonly IBoundaryNodeRule MonoValentEndpointBoundaryRule
Field Value
MultivalentEndpointBoundaryRule
The MultiValent Endpoint Boundary Node Rule.
public static readonly IBoundaryNodeRule MultivalentEndpointBoundaryRule
Field Value
OgcSfsBoundaryRule
The Boundary Node Rule specified by the OGC Simple Features Specification, which is the same as the Mod-2 rule.
public static readonly IBoundaryNodeRule OgcSfsBoundaryRule