Enum WKBGeometryTypes
WKB Geometry Types
Namespace: NetTopologySuite.IO
Assembly: NetTopologySuite.dll
Syntax
public enum WKBGeometryTypes
Fields
Name | Description |
---|---|
WKBGeometryCollection | GeometryCollection. |
WKBGeometryCollectionM | GeometryCollection with M ordinate value. |
WKBGeometryCollectionZ | GeometryCollection with Z coordinate. |
WKBGeometryCollectionZM | GeometryCollection with Z coordinate and M ordinate value. |
WKBLineString | LineString. |
WKBLineStringM | LineString with M ordinate value. |
WKBLineStringZ | LineString with Z coordinate. |
WKBLineStringZM | LineString with Z coordinate and M ordinate value. |
WKBMultiLineString | MultiLineString. |
WKBMultiLineStringM | MultiLineString with M ordinate value. |
WKBMultiLineStringZ | MultiLineString with Z coordinate. |
WKBMultiLineStringZM | MultiLineString with Z coordinate and M ordinate value. |
WKBMultiPoint | MultiPoint. |
WKBMultiPointM | MultiPoint with M ordinate value. |
WKBMultiPointZ | MultiPoint with Z coordinate. |
WKBMultiPointZM | MultiPoint with Z coordinate and M ordinate value. |
WKBMultiPolygon | MultiPolygon. |
WKBMultiPolygonM | MultiPolygon with M ordinate value. |
WKBMultiPolygonZ | MultiPolygon with Z coordinate. |
WKBMultiPolygonZM | MultiPolygon with Z coordinate and M ordinate value. |
WKBPoint | Point. |
WKBPointM | Point with M ordinate value. |
WKBPointZ | Point with Z coordinate. |
WKBPointZM | Point with Z coordinate and M ordinate value. |
WKBPolygon | Polygon. |
WKBPolygonM | Polygon with M ordinate value. |
WKBPolygonZ | Polygon with Z coordinate. |
WKBPolygonZM | Polygon with Z coordinate and M ordinate value. |