DbGeography.PointFromBinary(Byte[], Int32) Método

Definición

Crea un nuevo valor de punto de DbGeography basándose en el valor binario conocido y en el identificador del sistema de coordenadas (SRID) especificados.

public:
 static System::Data::Spatial::DbGeography ^ PointFromBinary(cli::array <System::Byte> ^ pointWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeography PointFromBinary (byte[] pointWellKnownBinary, int coordinateSystemId);
static member PointFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public Shared Function PointFromBinary (pointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parámetros

pointWellKnownBinary
Byte[]

Matriz de bytes que contiene una representación binaria conocida del valor de geografía.

coordinateSystemId
Int32

Identificador del sistema de coordenadas que el nuevo valor de DbGeography debe usar.

Devoluciones

Nuevo valor de DbGeography tal y como lo define el valor binario conocido con el identificador especificado del sistema de coordenadas.

Excepciones

pointWellKnownBinary

coordinateSystemId

Se aplica a