DbSpatialServices.GeographyMultiPolygonFromBinary(Byte[], Int32) Methode

Definitie

Hiermee maakt u een nieuwe DbGeography multi-veelhoekwaarde op basis van de opgegeven bekende binaire waarde en coördinaatsysteem-id.

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

Parameters

multiPolygonWellKnownBinary
Byte[]

De bekende binaire waarde.

coordinateSystemId
Int32

De coördinatensysteem-id.

Retouren

Een nieuwe DbGeography waarde voor meerdere veelhoeken.

Van toepassing op