Partilhar via


DbSpatialServices.GeographyMultiPointFromBinary(Byte[], Int32) Método

Definição

Cria um novo valor multiponto DbGeography com base no valor binário conhecido e no identificador do sistema de coordenadas especificados.

[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

Parâmetros

multiPointWellKnownBinary
Byte[]

O valor binário conhecido.

coordinateSystemId
Int32

O identificador do sistema de coordenadas.

Retornos

Um novo valor multipoint DbGeography.

Atributos

Aplica-se a