SqlGeometry.STMPolyFromWKB(SqlBytes, Int32) メソッド

定義

Open Geospatial Consortium (OGC) Well-Known Binary (WKB) 表現から、 SqlGeometry MultiPolygon インスタンスを返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeometry STMPolyFromWKB(System.Data.SqlTypes.SqlBytes wkbMultiPolygon, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STMPolyFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function STMPolyFromWKB (wkbMultiPolygon As SqlBytes, srid As Integer) As SqlGeometry

パラメーター

wkbMultiPolygon
SqlBytes

返す SqlGeometry MultiPolygon インスタンスの WKB 表現。

srid
Int32

返す SqlGeometry MultiPolygon インスタンスの空間参照 ID (SRID) を表す int 式。

返品

指定した WKB 表現から構築された SqlGeometry オブジェクト。

属性

適用対象