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