RtreeSpatialIndexDataFormat¶
Namespace: ThinkGeo.Core
Specifies whether the spatial index stores coordinates in single or double precision.
public enum RtreeSpatialIndexDataFormat
Inheritance Object → ValueType → Enum → RtreeSpatialIndexDataFormat
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Float | 0 | Use 32-bit floating point coordinates. |
| Double | 1 | Use 64-bit double precision coordinates. |