Udostępnij za pośrednictwem


Metoda SqlGeography.STGeomCollFromText

Zwraca wystąpienie Geografia reprezentacji Otwórz konsorcjum geograficzne (OGC) dobrze znanego tekstu (WKT) rozszerzony z dowolnego Z (podniesienie) i wartości M (miara) przez wystąpienie.

Przestrzeń nazw:  Microsoft.SqlServer.Types
Zestaw:  Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)

Składnia

'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Shared Function STGeomCollFromText ( _
    geometryCollectionTaggedText As SqlChars, _
    srid As Integer _
) As SqlGeography
'Użycie
Dim geometryCollectionTaggedText As SqlChars
Dim srid As Integer
Dim returnValue As SqlGeography

returnValue = SqlGeography.STGeomCollFromText(geometryCollectionTaggedText, _
    srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public static SqlGeography STGeomCollFromText(
    SqlChars geometryCollectionTaggedText,
    int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
static SqlGeography^ STGeomCollFromText(
    SqlChars^ geometryCollectionTaggedText, 
    int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
static member STGeomCollFromText : 
        geometryCollectionTaggedText:SqlChars * 
        srid:int -> SqlGeography 
public static function STGeomCollFromText(
    geometryCollectionTaggedText : SqlChars, 
    srid : int
) : SqlGeography

Parametry

  • geometryCollectionTaggedText
    Typ: System.Data.SqlTypes.SqlChars
    Reprezentacja WKT Geografia wystąpienie, które chcesz przywrócić.geometrycollection_tagged_text to wyrażenie nvarchar(max).
  • srid
    Typ: System.Int32
    Jest int wyrażenie reprezentujące przestrzennej odwoływać identyfikator (SRID) wystąpienie Geografia ma być zwrócona.

Wartość zwracana

Typ: Microsoft.SqlServer.Types.SqlGeography
Wystąpienie Geografia.

Uwagi

Typ OGC wystąpienie Geografia, zwrócony przez STGeomCollFromText jest zestaw do odpowiedniego wprowadzania WKT.

Ta metoda generuje ArgumentException, jeśli dane wejściowe nie jest prawidłowy.