DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32) Método
Definição
Cria um novo valor multipolígono DbGeography com base no valor binário conhecido e no identificador do sistema de coordenadas especificados.Creates a new DbGeography multi polygon value based on the specified well-known binary value and coordinate system identifier.
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 valor binário conhecido.The well-known binary value.
- coordinateSystemId
- Int32
O identificador do sistema de coordenadas.The coordinate system identifier.
Retornos
Um novo valor multipolígono DbGeography.A new DbGeography multi polygon value.