SpatialTessellationFunction.Geodetic メソッド

定義

指定した 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 オブジェクト。

属性

適用対象