Search Results for

    Show / Hide Table of Contents

    Class WKTConstants

    Constants used in the WKT (Well-Known Text) format.

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

    Fields

    | Edit this page View Source

    EMPTY

    Token text for empty geometries

    Declaration
    public const string EMPTY = "EMPTY"
    Field Value
    Type Description
    string
    | Edit this page View Source

    GEOMETRYCOLLECTION

    Token text for GeometryCollection geometries

    Declaration
    public const string GEOMETRYCOLLECTION = "GEOMETRYCOLLECTION"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LINEARRING

    Token text for LinearRing geometries

    Declaration
    public const string LINEARRING = "LINEARRING"
    Field Value
    Type Description
    string
    | Edit this page View Source

    LINESTRING

    Token text for LineString geometries

    Declaration
    public const string LINESTRING = "LINESTRING"
    Field Value
    Type Description
    string
    | Edit this page View Source

    M

    Token text indicating that geometries have measure-ordinate values

    Declaration
    public const string M = "M"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MULTILINESTRING

    Token text for MultiLineString geometries

    Declaration
    public const string MULTILINESTRING = "MULTILINESTRING"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MULTIPOINT

    Token text for MultiPoint geometries

    Declaration
    public const string MULTIPOINT = "MULTIPOINT"
    Field Value
    Type Description
    string
    | Edit this page View Source

    MULTIPOLYGON

    Token text for MultiPolygon geometries

    Declaration
    public const string MULTIPOLYGON = "MULTIPOLYGON"
    Field Value
    Type Description
    string
    | Edit this page View Source

    POINT

    Token text for Point geometries

    Declaration
    public const string POINT = "POINT"
    Field Value
    Type Description
    string
    | Edit this page View Source

    POLYGON

    Token text for Polygon geometries

    Declaration
    public const string POLYGON = "POLYGON"
    Field Value
    Type Description
    string
    | Edit this page View Source

    Z

    Token text indicating that geometries have z-ordinate values

    Declaration
    public const string Z = "Z"
    Field Value
    Type Description
    string
    | Edit this page View Source

    ZM

    Token text indicating that geometries have both z- and measure-ordinate values

    Declaration
    public const string ZM = "ZM"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX