ISqlSpatialGridIndexable Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines the interface that is implemented by SqlGeography and SqlGeometry type objects to support spatial indexing.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Interface ISqlSpatialGridIndexable
'Usage
Dim instance As ISqlSpatialGridIndexable
public interface ISqlSpatialGridIndexable
public interface class ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface end
public interface ISqlSpatialGridIndexable
The ISqlSpatialGridIndexable type exposes the following members.
Methods
Name | 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. |
Top