Compartir a través de


SqlSpatialServices.GeographyPointFromBinary(Byte[], Int32) Método

Definición

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

public override System.Data.Entity.Spatial.DbGeography GeographyPointFromBinary (byte[] pointWellKnownBinary, int coordinateSystemId);
override this.GeographyPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyPointFromBinary (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 DbGeography debe usar.

Devoluciones

Nuevo DbGeography valor tal y como se define en el valor binario conocido con el identificador del sistema de coordenadas (SRID) especificado ( DefaultCoordinateSystemId ).

Se aplica a