RtreeSpatialIndexPageSize¶
Namespace: ThinkGeo.Core
Describes the on-disk page size used when writing an R-tree index.
public enum RtreeSpatialIndexPageSize
Inheritance object → ValueType → Enum → RtreeSpatialIndexPageSize
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| FourKilobytes | 0 | Use 4 KB pages. |
| EightKilobytes | 1 | Use 8 KB pages. |
| SixteenKilobytes | 2 | Use 16 KB pages. |
| ThirtytwoKilobytes | 3 | Use 32 KB pages. |