WkbFileType¶
Namespace: ThinkGeo.Core
Describes the geometry type supported by a WKB file created by ThinkGeo tools.
public enum WkbFileType
Inheritance object → ValueType → Enum → WkbFileType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Point | 0 | Contains only point features. |
| Polyline | 1 | Contains only polyline features. |
| Polygon | 2 | Contains only polygon features. |
| Hybrid | 3 | Contains a mixture of geometry types. |