Interface ISqlSpatialGridIndexable
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
Public Interface ISqlSpatialGridIndexable
'Utilisation
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface end
public interface ISqlSpatialGridIndexable
Le type ISqlSpatialGridIndexable expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
BufferForDistanceQuery | Infrastructure. Constructs a buffer for the given distance. | |
GetBoundingBoxCorners | Infrastructure. Returns the bounding box corners of the SqlGeography or SqlGeometry instance. | |
GetGridCoverage | Infrastructure. Gets the grid coverage. | |
InteriorBufferForDistanceQuery | Infrastructure. Constructs an interior buffer for the given distance. |
Haut de la page