Freigeben über


DbGeography.MultiPolygonFromBinary(Byte[], Int32) Methode

Definition

Gibt den Multipolygonwert aus einem bekannten Binärwert zurück.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
public static System.Data.Entity.Spatial.DbGeography MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parameter

multiPolygonWellKnownBinary
Byte[]

Der bekannte Multipolygon-Binärwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Der Multipolygonwert aus einem bekannten Binärwert.

Attribute

Gilt für: