Metoda STPolyFromWKB
Zwraca SqlGeography wystąpienie wielokąt z reprezentacji Otwórz konsorcjum geograficzne (OGC) dobrze binarny (WKB).
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Syntax
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Shared Function STPolyFromWKB ( _
wkbPolygon As SqlBytes, _
srid As Integer _
) As SqlGeography
'Użycie
Dim wkbPolygon As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeography
returnValue = SqlGeography.STPolyFromWKB(wkbPolygon, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeography STPolyFromWKB(
SqlBytes wkbPolygon,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
static SqlGeography^ STPolyFromWKB(
SqlBytes^ wkbPolygon,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STPolyFromWKB :
wkbPolygon:SqlBytes *
srid:int -> SqlGeography
public static function STPolyFromWKB(
wkbPolygon : SqlBytes,
srid : int
) : SqlGeography
Parameters
- wkbPolygon
Typ: System.Data.SqlTypes. . :: . .SqlBytes
The WKB representation of the SqlGeographyPolygon instance you wish to return.
- srid
Typ: System. . :: . .Int32
An int expression that represents the Spatial Reference ID (SRID) of the SqlGeographyPolygon instance you wish to return.
Wartość zwracana
Typ: Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography wystąpienie zbudowane z określonego reprezentacja WKB.
Uwagi
Ta metoda wygeneruje FormatException , jeśli dane wejściowe nie jest sformatowany poprawnie.