Compartir a través de


DbSpatialServices.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 abstract System.Data.Entity.Spatial.DbGeography GeographyPointFromBinary (byte[] pointWellKnownBinary, int coordinateSystemId);
abstract member GeographyPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride 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