WkbShapeType¶
Namespace: ThinkGeo.Core
public enum WkbShapeType
Inheritance Object → ValueType → Enum → WkbShapeType
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Point | 1 | |
LineString | 2 | |
Polygon | 3 | |
Multipoint | 4 | |
Multiline | 5 | |
Multipolygon | 6 | |
GeometryCollection | 7 |