Интерфейс ISqlSpatialGridIndexable

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
Public Interface ISqlSpatialGridIndexable
'Применение
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable =  interface end
public interface ISqlSpatialGridIndexable

Тип ISqlSpatialGridIndexable обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод BufferForDistanceQuery Инфраструктура. Constructs a buffer for the given distance.
Открытый метод GetBoundingBoxCorners Инфраструктура. Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Открытый метод GetGridCoverage Инфраструктура. Gets the grid coverage.
Открытый метод InteriorBufferForDistanceQuery Инфраструктура. Constructs an interior buffer for the given distance.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Types