Compartir a través de


Interfaz ISqlSpatialGridIndexable

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
Public Interface ISqlSpatialGridIndexable
'Uso
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable =  interface end
public interface ISqlSpatialGridIndexable

El tipo ISqlSpatialGridIndexable expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público BufferForDistanceQuery Infraestructura. Constructs a buffer for the given distance.
Método público GetBoundingBoxCorners Infraestructura. Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Método público GetGridCoverage Infraestructura. Gets the grid coverage.
Método público InteriorBufferForDistanceQuery Infraestructura. Constructs an interior buffer for the given distance.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Types