DelimitedSpatialColumnsType¶
Namespace: ThinkGeo.Core
Defines how spatial data is stored in a delimited file.
public enum DelimitedSpatialColumnsType
Inheritance object → ValueType → Enum → DelimitedSpatialColumnsType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| XAndY | 0 | Coordinates are stored in separate X and Y columns. |
| WellKnownText | 1 | Geometry is stored as a WKT string. |