Microsoft.SqlServer.TransactSql.ScriptDom by Microsoft

<PackageReference Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9109.0" />

.NET API 5,160,480 bytes

 SpatialIndexingSchemeType

The types of spatial indexing scheme
namespace Microsoft.SqlServer.TransactSql.ScriptDom { public enum SpatialIndexingSchemeType { None, GeometryGrid, GeographyGrid, GeometryAutoGrid, GeographyAutoGrid } }