Search Results for

    Show / Hide Table of Contents

    Class LocationUtility

    Utility class for Location enumeration

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

    Methods

    | Edit this page View Source

    ToLocationSymbol(Location)

    Converts the location value to a location symbol, for example, EXTERIOR => 'e'.

    Declaration
    public static char ToLocationSymbol(Location locationValue)
    Parameters
    Type Name Description
    Location locationValue
    Returns
    Type Description
    char

    Either 'e', 'b', 'i' or '-'.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX