SqlGeography::STPointFromText Method
SQL Server 2012
Returns a SqlGeography instance from an Open Geospatial Consortium (OGC) Well-Known Text (WKT) representation, augmented with any Z (elevation) and M (measure) values carried by the instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)] public: static SqlGeography^ STPointFromText( SqlChars^ pointTaggedText, int srid )
Parameters
- pointTaggedText
- Type: System.Data.SqlTypes::SqlChars
The WKT representation of the SqlGeography Point instance you wish to return.
- srid
- Type: System::Int32
An int expression that represents the Spatial Reference ID (SRID) of the SqlGeography Point instance you wish to return.
Return Value
Type: Microsoft.SqlServer.Types::SqlGeographyA SqlGeography value constructed from the specified WKT representation.