Udostępnij za pośrednictwem


Metoda SqlGeography.STGeomCollFromWKB

Zwraca wystąpienie GeometryCollection reprezentacja 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 STGeomCollFromWKB ( _
    wkbGeometryCollection As SqlBytes, _
    srid As Integer _
) As SqlGeography
'Użycie
Dim wkbGeometryCollection As SqlBytes
Dim srid As Integer
Dim returnValue As SqlGeography

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

Parametry

  • srid
    Typ: System.Int32
    Int wyrażenie reprezentujące przestrzennej odwoływać identyfikator (SRID) z GeometryCollection wystąpienie, które chcesz przywrócić.

Wartość zwracana

Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wartość skonstruowana z określonego WKB geometrii kolekcja.

Uwagi

Typ OGC SqlGeography wystąpienie jest zwracane przez STGeomCollFromWKB jest zestaw GeometryCollection, MultiPolygon, MultiLineString lub MultiPoint zależności odpowiedniego wprowadzania WKB.

Jeśli dane wejściowe nie są prawidłowo sformatowanego, ta metoda generuje wyjątek FormatException.