Search Results for

    Show / Hide Table of Contents

    Class BoundaryNodeRules

    Provides access to static instances of common IBoundaryNodeRules.

    Inheritance
    object
    BoundaryNodeRules
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Algorithm
    Assembly: NetTopologySuite.dll
    Syntax
    public static class BoundaryNodeRules

    Fields

    | Edit this page View Source

    EndpointBoundaryRule

    The Endpoint Boundary Node Rule.

    Declaration
    public static readonly IBoundaryNodeRule EndpointBoundaryRule
    Field Value
    Type Description
    IBoundaryNodeRule
    | Edit this page View Source

    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
    | Edit this page View Source

    MonoValentEndpointBoundaryRule

    The Monovalent Endpoint Boundary Node Rule.

    Declaration
    public static readonly IBoundaryNodeRule MonoValentEndpointBoundaryRule
    Field Value
    Type Description
    IBoundaryNodeRule
    | Edit this page View Source

    MultivalentEndpointBoundaryRule

    The MultiValent Endpoint Boundary Node Rule.

    Declaration
    public static readonly IBoundaryNodeRule MultivalentEndpointBoundaryRule
    Field Value
    Type Description
    IBoundaryNodeRule
    | Edit this page View Source

    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
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX