次の方法で共有


STGeomFromWKB メソッド

Open Geospatial Consortium (OGC) の Well-Known Binary (WKB) 表現を基に SqlGeography インスタンスを返します。

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Shared Function STGeomFromWKB ( _
    wkbGeometry As SqlBytes, _
    srid As Integer _
) As SqlGeography
'使用
Dim wkbGeometry As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeography

returnValue = SqlGeography.STGeomFromWKB(wkbGeometry, _
    srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeography STGeomFromWKB(
    SqlBytes wkbGeometry,
    int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
static SqlGeography^ STGeomFromWKB(
    SqlBytes^ wkbGeometry, 
    int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STGeomFromWKB : 
        wkbGeometry:SqlBytes * 
        srid:int -> SqlGeography 
public static function STGeomFromWKB(
    wkbGeometry : SqlBytes, 
    srid : int
) : SqlGeography

パラメーター

戻り値

型: Microsoft.SqlServer.Types. . :: . .SqlGeography
指定した WKB 表現に基づいて構築された SqlGeography インスタンスです。

説明

STGeomFromText メソッドによって返された SqlGeography インスタンスの OGC 型は、対応する WKB 入力に設定されます。

このメソッドは、入力が適切な形式でない場合に、FormatException をスローします。