Freigeben über


DbSpatialServices.GeographyMultiPointFromBinary(Byte[], Int32) Methode

Definition

Erstellt einen neuen DbGeography-Multipointwert auf Grundlage des angegebenen bekannten Binärwerts und Koordinatensystembezeichners.

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

Parameter

multiPointWellKnownBinary
Byte[]

Der bekannte Binärwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Ein neuer DbGeography-Multipointwert.

Attribute

Gilt für: