Partager via


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

Définition

Crée une valeur DbGeography à plusieurs polygones basée sur la valeur binaire et l’identificateur de système de coordonnées reconnus universellement spécifiés.

[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 abstract System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Paramètres

multiPolygonWellKnownBinary
Byte[]

Valeur binaire reconnue universellement.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Nouvelle valeur à plusieurs polygones DbGeography.

Attributs

S’applique à