Table of Contents

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

IBoundaryNodeRule

Mod2BoundaryRule

The Mod-2 Boundary Node Rule (which is the rule specified in the OGC SFS).

public static readonly IBoundaryNodeRule Mod2BoundaryRule

Field Value

IBoundaryNodeRule

MonoValentEndpointBoundaryRule

The Monovalent Endpoint Boundary Node Rule.

public static readonly IBoundaryNodeRule MonoValentEndpointBoundaryRule

Field Value

IBoundaryNodeRule

MultivalentEndpointBoundaryRule

The MultiValent Endpoint Boundary Node Rule.

public static readonly IBoundaryNodeRule MultivalentEndpointBoundaryRule

Field Value

IBoundaryNodeRule

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

Field Value

IBoundaryNodeRule