Aracılığıyla paylaş


DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32) Yöntem

Tanım

Belirtilen iyi bilinen ikili değeri ve koordinat sistemi tanımlayıcısını temel alan yeni DbGeography bir çokgen değer oluşturur.

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

Parametreler

multiPolygonWellKnownBinary
Byte[]

İyi bilinen ikili değer.

coordinateSystemId
Int32

Koordinat sistemi tanımlayıcısı.

Döndürülenler

Yeni DbGeography bir çokgen değer.

Şunlara uygulanır