Compartir a través de


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

Definición

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

public override System.Data.Entity.Spatial.DbGeometry GeometryPointFromBinary (byte[] pointWellKnownBinary, int coordinateSystemId);
override this.GeometryPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GeometryPointFromBinary (pointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parámetros

pointWellKnownBinary
Byte[]

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

coordinateSystemId
Int32

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

Devoluciones

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

Se aplica a