Compartilhar via


Interface ISqlSpatialGridIndexable

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)

Sintaxe

'Declaração
Public Interface ISqlSpatialGridIndexable
'Uso
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable =  interface end
public interface ISqlSpatialGridIndexable

O tipo ISqlSpatialGridIndexable expõe os membros a seguir.

Métodos

  Nome Descrição
Método público BufferForDistanceQuery Infraestrutura. Constructs a buffer for the given distance.
Método público GetBoundingBoxCorners Infraestrutura. Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Método público GetGridCoverage Infraestrutura. Gets the grid coverage.
Método público InteriorBufferForDistanceQuery Infraestrutura. Constructs an interior buffer for the given distance.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Types