Search Results for

    Show / Hide Table of Contents

    Class OrdinatesUtility

    Static utility functions for dealing with Ordinates and dimension

    Inheritance
    object
    OrdinatesUtility
    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 static class OrdinatesUtility

    Methods

    | Edit this page View Source

    OrdinatesToDimension(Ordinates)

    Translates the ordinates-flag to a number of dimensions.

    Declaration
    public static int OrdinatesToDimension(Ordinates ordinates)
    Parameters
    Type Name Description
    Ordinates ordinates

    The ordinates flag

    Returns
    Type Description
    int

    The number of dimensions

    | Edit this page View Source

    OrdinatesToMeasures(Ordinates)

    Translates the ordinates-flag to a number of measures.

    Declaration
    public static int OrdinatesToMeasures(Ordinates ordinates)
    Parameters
    Type Name Description
    Ordinates ordinates

    The ordinates flag

    Returns
    Type Description
    int

    The number of measures

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