Metoda STGeomFromText
Zwraca SqlGeography wystąpienie z 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)
Syntax
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Shared Function STGeomFromText ( _
geometryTaggedText As SqlChars, _
srid As Integer _
) As SqlGeography
'Użycie
Dim geometryTaggedText As SqlChars
Dim srid As Integer
Dim returnValue As SqlGeography
returnValue = SqlGeography.STGeomFromText(geometryTaggedText, _
srid)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public static SqlGeography STGeomFromText(
SqlChars geometryTaggedText,
int srid
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
static SqlGeography^ STGeomFromText(
SqlChars^ geometryTaggedText,
int srid
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
static member STGeomFromText :
geometryTaggedText:SqlChars *
srid:int -> SqlGeography
public static function STGeomFromText(
geometryTaggedText : SqlChars,
srid : int
) : SqlGeography
Parameters
- geometryTaggedText
Typ: System.Data.SqlTypes. . :: . .SqlChars
Reprezentacja WKT SqlGeography wystąpienie do zwrotu.
- srid
Typ: System. . :: . .Int32
Int wyrażenie reprezentującego przestrzennej odwołanie Identyfikatora (SRID) z SqlGeography wystąpienie do zwrotu.
Wartość zwracana
Typ: Microsoft.SqlServer.Types. . :: . .SqlGeography
A SqlGeography wystąpienie zbudowane z reprezentacją WKY.
Uwagi
Typ OGC SqlGeography wystąpienie jest zwracane przez STGeomFromText jest zestaw do odpowiedniego wprowadzania WKT.
Ta metoda spowoduje zgłoszenie FormatException, jeśli dane wejściowe nie są prawidłowo sformatowanego.