SqlGeography.STPointFromWKB Method
SQL Server 2008 R2
Returns a SqlGeography Point instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)] public static SqlGeography STPointFromWKB( SqlBytes wkbPoint, int srid )
Parameters
- wkbPoint
- Type: System.Data.SqlTypes.SqlBytes
The WKB 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 WKB.