SqlGeography.STGeomCollFromWKB(SqlBytes, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Open Geospatial Consortium (OGC) Well-Known Binary (WKB) 表現から GeometryCollection インスタンスを返します。
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeography STGeomCollFromWKB(System.Data.SqlTypes.SqlBytes wkbGeometryCollection, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STGeomCollFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function STGeomCollFromWKB (wkbGeometryCollection As SqlBytes, srid As Integer) As SqlGeography
パラメーター
- wkbGeometryCollection
- SqlBytes
返す GeometryCollection インスタンスの WKB 表現。
- srid
- Int32
返す GeometryCollection インスタンスの空間参照 ID (SRID) を表す int 式。
返品
指定した WKB ジオメトリ コレクションから構築された SqlGeography 値。
- 属性