SqlGeography.STMPointFromWKB(SqlBytes, Int32) Método

Definición

Devuelve una instancia de MultiPoint de una SqlGeography representación de Open Geospatial Consortium (OGC) Well-Known Binary (WKB).

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

Parámetros

wkbMultiPoint
SqlBytes

Representación WKB de la SqlGeographyinstancia de MultiPoint que desea devolver.

srid
Int32

Expresión int que representa el identificador de referencia espacial (SRID) de la SqlGeographyinstancia de MultiPoint que desea devolver.

Devoluciones

Instancia SqlGeography construida a partir de la representación WKB especificada.

Atributos

Se aplica a