SpatialGridCoverage.Planar メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した SqlGeometry インスタンスのグリッド セルを返します。
[Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")]
public static System.Collections.IEnumerable Planar(Microsoft.SqlServer.Types.SqlGeometry geometry, double rootX, double rootY, double maxX, double maxY, int rows, int columns);
[<Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")>]
static member Planar : Microsoft.SqlServer.Types.SqlGeometry * double * double * double * double * int * int -> System.Collections.IEnumerable
Public Shared Function Planar (geometry As SqlGeometry, rootX As Double, rootY As Double, maxX As Double, maxY As Double, rows As Integer, columns As Integer) As IEnumerable
パラメーター
- geometry
- SqlGeometry
SqlGeometry のインスタンスです。
- rootX
- Double
境界ボックスの左下隅の x 座標。
- rootY
- Double
境界ボックスの左下隅の y 座標。
- maxX
- Double
境界ボックスの右上隅の x 座標。
- maxY
- Double
境界ボックスの右上隅の y 座標。
- rows
- Int32
グリッド内の行数。
- columns
- Int32
グリッド内の列の数。
返品
SqlGeometry インスタンスのグリッド セルを表すIEnumerable オブジェクト。
- 属性