DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32) Método

Definição

Cria um novo DbGeography valor multipolígono com base no valor binário bem conhecido especificado e no identificador do sistema de coordenadas.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPolygonFromBinary(cli::array <System::Byte> ^ multiPolygonWellKnownBinary, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPolygonFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parâmetros

multiPolygonWellKnownBinary
Byte[]

O bem conhecido valor binário.

coordinateSystemId
Int32

O identificador do sistema de coordenadas.

Devoluções

Um novo DbGeography valor multipolígono.

Aplica-se a