SqlGeography.STMPolyFromWKB(SqlBytes, Int32) Method

Definition

Returns a SqlGeography MultiPolygon instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeography STMPolyFromWKB (System.Data.SqlTypes.SqlBytes wkbMultiPolygon, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STMPolyFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeography
Public Shared Function STMPolyFromWKB (wkbMultiPolygon As SqlBytes, srid As Integer) As SqlGeography

Parameters

wkbMultiPolygon
SqlBytes

The WKB representation of the SqlGeographyMultiPolygon instance you wish to return.

srid
Int32

An int expression that represents the Spatial Reference ID (SRID) of the SqlGeographyMultiPolygon instance you wish to return.

Returns

A SqlGeography value constructed from the specified WKB representation.

Attributes

Applies to