Compartir a través de


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

Definición

Crea un nuevo valor multipunto DbGeography basado en el valor binario conocido y el identificador del sistema de coordenadas especificados.

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

Parámetros

multiPointWellKnownBinary
Byte[]

Valor binario conocido.

coordinateSystemId
Int32

Identificador del sistema de coordenadas.

Devoluciones

Nuevo valor multipunto DbGeography.

Se aplica a