Partager via


SqlSpatialServices.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 override System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
override this.GeographyMultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides 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 à