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.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPolygonFromBinary(cli::array <System::Byte> ^ multiPolygonWellKnownBinary, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPolygonFromBinary : byte[] * int -> System.Data.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.

S’applique à