Partager via


DbSpatialServices.GeometryMultiPointFromBinary(Byte[], Int32) Méthode

Définition

Crée une valeur multipoint DbGeometry basée sur la valeur binaire connue et l’identificateur du système de coordonnées spécifiés.

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

Paramètres

multiPointWellKnownBinary
Byte[]

Valeur binaire reconnue universellement.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Nouvelle valeur multipoint DbGeometry.

Attributs

S’applique à