Freigeben über


ISqlSpatialGridIndexable-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der ISqlSpatialGridIndexable-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode BufferForDistanceQuery Infrastruktur Constructs a buffer for the given distance.
Öffentliche Methode GetBoundingBoxCorners Infrastruktur Returns the bounding box corners of the SqlGeography or SqlGeometry instance.
Öffentliche Methode GetGridCoverage Infrastruktur Gets the grid coverage.
Öffentliche Methode InteriorBufferForDistanceQuery Infrastruktur Constructs an interior buffer for the given distance.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Types-Namespace