Share via


DbSpatialServices.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:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPointFromBinary(cli::array <System::Byte> ^ multiPointWellKnownBinary, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPointFromBinary (byte[] multiPointWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPointFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public MustOverride 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