DbGeography.GeographyCollectionFromBinary(Byte[], Int32) Método

Definição

Cria um novo DbGeography valor de coleção com base no SRID (valor binário e identificador de sistema de coordenadas) especificados.

public:
 static System::Data::Spatial::DbGeography ^ GeographyCollectionFromBinary(cli::array <System::Byte> ^ geographyCollectionWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId);
static member GeographyCollectionFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public Shared Function GeographyCollectionFromBinary (geographyCollectionWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parâmetros

geographyCollectionWellKnownBinary
Byte[]

Uma matriz de bytes que contém uma representação binária bem conhecida do valor de geografia.

coordinateSystemId
Int32

O identificador do sistema de coordenadas que o novo valor DbGeography deve usar.

Retornos

Um novo valor DbGeography conforme definido pelo valor binário conhecido com o identificador de sistema de coordenadas especificado.

Exceções

geographyCollectionWellKnownBinary

coordinateSystemId

Aplica-se a