SpatialTessellationFunction.Geodetic メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した SqlGeography インスタンスのグリッド セルを返します。
[Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")]
public static System.Collections.IEnumerable Geodetic(Microsoft.SqlServer.Types.SqlGeography geography, int cardinality, int maxDepth, int options, System.Data.SqlTypes.SqlDouble distanceBuffer);
[<Microsoft.SqlServer.Server.SqlFunction(FillRowMethodName="FillRow")>]
static member Geodetic : Microsoft.SqlServer.Types.SqlGeography * int * int * int * System.Data.SqlTypes.SqlDouble -> System.Collections.IEnumerable
Public Shared Function Geodetic (geography As SqlGeography, cardinality As Integer, maxDepth As Integer, options As Integer, distanceBuffer As SqlDouble) As IEnumerable
パラメーター
- geography
- SqlGeography
geography オブジェクト。
- cardinality
- Int32
テッセレーション出力の最大セル数を表す数値。
- maxDepth
- Int32
最大深度。
- options
- Int32
間隔モード、カバレッジ生成、ファジー使用法のビットごとのオプションを含む値。
- distanceBuffer
- SqlDouble
距離バッファー。
返品
指定したSqlGeography インスタンスのグリッド セルを表すIEnumerable オブジェクト。
- 属性