Freigeben über


DbGeometry.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.DbGeometry MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parameter

multiPolygonWellKnownBinary
Byte[]

Der bekannte Textwert des Multipolygons.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Der Multipointwert aus einem bekannten Textwert.

Attribute

Gilt für: