Metoda SqlGeography.STPointFromWKB
Zwraca SqlGeography punkt wystąpienie z reprezentacją Otwórz konsorcjum geograficzne (OGC) dobrze binarny (WKB).
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Shared Function STPointFromWKB ( _
wkbPoint As SqlBytes, _
srid As Integer _
) As SqlGeography
'Użycie
Dim wkbPoint As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeography
returnValue = SqlGeography.STPointFromWKB(wkbPoint, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public static SqlGeography STPointFromWKB(
SqlBytes wkbPoint,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
static SqlGeography^ STPointFromWKB(
SqlBytes^ wkbPoint,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
static member STPointFromWKB :
wkbPoint:SqlBytes *
srid:int -> SqlGeography
public static function STPointFromWKB(
wkbPoint : SqlBytes,
srid : int
) : SqlGeography
Parametry
- wkbPoint
Typ: System.Data.SqlTypes.SqlBytes
Reprezentacja WKB SqlGeography punkt wystąpienie chcesz powrotu.
- srid
Typ: System.Int32
Int wyrażenie reprezentującego przestrzennej identyfikator odniesienia (SRID) z SqlGeography punkt wystąpienie chcesz powrotu.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wartość skonstruowana z określonego WKB.
Uwagi
Ta metoda wygeneruje FormatException , jeśli dane wejściowe nie są prawidłowo sformatowanego.