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
Public method BufferForDistanceQuery Infrastructure. Constructs a buffer for the given distance.
Public method GetBoundingBoxCorners Infrastructure. Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Public method GetGridCoverage Infrastructure. Gets the grid coverage.
Public method InteriorBufferForDistanceQuery Infrastructure. Constructs an interior buffer for the given distance.

Top

See Also

Reference

Microsoft.SqlServer.Types Namespace