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