Class WKTConstants
Constants used in the WKT (Well-Known Text) format.
Inherited Members
Namespace: NetTopologySuite.IO
Assembly: NetTopologySuite.dll
Syntax
public class WKTConstants
Fields
| Improve this Doc View SourceEMPTY
Token text for empty geometries
Declaration
public const string EMPTY = "EMPTY"
Field Value
Type | Description |
---|---|
String |
GEOMETRYCOLLECTION
Token text for GeometryCollection geometries
Declaration
public const string GEOMETRYCOLLECTION = "GEOMETRYCOLLECTION"
Field Value
Type | Description |
---|---|
String |
LINEARRING
Token text for LinearRing geometries
Declaration
public const string LINEARRING = "LINEARRING"
Field Value
Type | Description |
---|---|
String |
LINESTRING
Token text for LineString geometries
Declaration
public const string LINESTRING = "LINESTRING"
Field Value
Type | Description |
---|---|
String |
M
Token text indicating that geometries have measure-ordinate values
Declaration
public const string M = "M"
Field Value
Type | Description |
---|---|
String |
MULTILINESTRING
Token text for MultiLineString geometries
Declaration
public const string MULTILINESTRING = "MULTILINESTRING"
Field Value
Type | Description |
---|---|
String |
MULTIPOINT
Token text for MultiPoint geometries
Declaration
public const string MULTIPOINT = "MULTIPOINT"
Field Value
Type | Description |
---|---|
String |
MULTIPOLYGON
Token text for MultiPolygon geometries
Declaration
public const string MULTIPOLYGON = "MULTIPOLYGON"
Field Value
Type | Description |
---|---|
String |
POINT
Token text for Point geometries
Declaration
public const string POINT = "POINT"
Field Value
Type | Description |
---|---|
String |
POLYGON
Token text for Polygon geometries
Declaration
public const string POLYGON = "POLYGON"
Field Value
Type | Description |
---|---|
String |
Z
Token text indicating that geometries have z-ordinate values
Declaration
public const string Z = "Z"
Field Value
Type | Description |
---|---|
String |
ZM
Token text indicating that geometries have both z- and measure-ordinate values
Declaration
public const string ZM = "ZM"
Field Value
Type | Description |
---|---|
String |