Метод SqlGeometry.Parse

Returns a SqlGeometry instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation.

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Shared Function Parse ( _
    s As SqlString _
) As SqlGeometry
'Применение
Dim s As SqlString 
Dim returnValue As SqlGeometry 

returnValue = SqlGeometry.Parse(s)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public static SqlGeometry Parse(
    SqlString s
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
static SqlGeometry^ Parse(
    SqlString s
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
static member Parse : 
        s:SqlString -> SqlGeometry
public static function Parse(
    s : SqlString
) : SqlGeometry

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry instance interpreted from the provided WKT representation.Returns nullпустая ссылка (Nothing в Visual Basic) if s is nullпустая ссылка (Nothing в Visual Basic).

Замечания

Parse is equivalent to STGeomFromText, with the exception that it assumes a spatial reference ID (SRID) of 0 as a parameter.

The input may carry optional Z (elevation) and M (measure) values.

This member is static.

См. также

Справочник

SqlGeometry Класс

Пространство имен Microsoft.SqlServer.Types