SqlGeography.STMPointFromWKB(SqlBytes, Int32) Método

Definição

Retorna uma SqlGeography instância do MultiPoint de uma representação do OGC (Open Geospatial Consortium) 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

A representação WKB da instância do SqlGeographyMultiPoint que você deseja retornar.

srid
Int32

Uma expressão int que representa a SRID (ID de Referência Espacial) da instância do SqlGeographyMultiPoint que você deseja retornar.

Retornos

Uma SqlGeography instância construída a partir da representação WKB especificada.

Atributos

Aplica-se a