ISqlSpatialGridIndexable インターフェイス

定義

空間インデックス作成をサポートするために、 SqlGeography および SqlGeometry 型オブジェクトによって実装されるインターフェイスを定義します。

public interface ISqlSpatialGridIndexable
type ISqlSpatialGridIndexable = interface
Public Interface ISqlSpatialGridIndexable
派生

メソッド

名前 説明
BufferForDistanceQuery(Double, Boolean)

指定された距離のバッファーを構築します。

GetBoundingBoxCorners(Double, Double, Double, Double)

SqlGeographyまたは SqlGeometry インスタンスの境界ボックスの角を返します。

GetGridCoverage(Boolean, Double, Double, Double, Double, Double, Double, Int32, Int32, Boolean[,], Boolean[,], Int32, Int32, Boolean, Boolean)

グリッド カバレッジを取得します。

InteriorBufferForDistanceQuery(Double)

指定された距離の内部バッファーを構築します。

適用対象