Freigeben über


DbGeometry.MultiPointFromBinary(Byte[], Int32) Methode

Definition

Gibt den Multipointwert von einem bekannten Binärwert zurück.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiPoint")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiPoint")]
[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 MultiPointFromBinary (byte[] multiPointWellKnownBinary, int coordinateSystemId);
static member MultiPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public Shared Function MultiPointFromBinary (multiPointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parameter

multiPointWellKnownBinary
Byte[]

Der bekannte Binärwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Der Multipointwert eines bekannten Binärwerts.

Attribute

Gilt für: