Condividi tramite


DbGeography.MultiPointFromBinary(Byte[], Int32) Metodo

Definizione

Restituisce il valore multipunto da un valore binario noto.

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

Parametri

multiPointWellKnownBinary
Byte[]

Valore binario noto.

coordinateSystemId
Int32

Identificatore del sistema di coordinate.

Restituisce

Valore multipunto da un valore binario noto.

Attributi

Si applica a