DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32) Metod

Definition

Skapar ett nytt DbGeography flerpolygonvärde baserat på det angivna välkända binära värdet och koordinatsystemidentifieraren.

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

Parametrar

multiPolygonWellKnownBinary
Byte[]

Det välkända binära värdet.

coordinateSystemId
Int32

Koordinatsystemidentifieraren.

Returer

Ett nytt DbGeography multipolygonvärde.

Gäller för