Table of Contents

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 = 0

Index for planar geometry data types.

Geography = 1

Index 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.