Enum SpatialIndexType
- Namespace
- YndigoBlue.Velocity.Enums
- Assembly
- YndigoBlue.Velocity.dll
Specifies the type of spatial index to create on geospatial columns.
public enum SpatialIndexType
Fields
Geometry = 0Index for planar geometry data types.
Geography = 1Index for geodetic geography data types.
Remarks
Spatial indexes improve query performance on geospatial data by organizing spatial objects into efficient tree structures. The index type must match the data type of the indexed column.