DbGeometry.MultiPolygonFromBinary(Byte[], Int32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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