TinyGeoFileType¶
Namespace: ThinkGeo.Core
Indicates the geometry type stored in a TinyGeo dataset.
public enum TinyGeoFileType
Inheritance object → ValueType → Enum → TinyGeoFileType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Point | 1 | Point |
| Polyline | 3 | Polyline |
| Polygon | 5 | Polygon |