Partager via


SqlSpatialServices.GeographyPointFromBinary(Byte[], Int32) Méthode

Définition

Crée une valeur de point DbGeography en fonction de la valeur binaire et de l'identificateur de système de coordonnées (SRID) connus spécifiés.

public override System.Data.Entity.Spatial.DbGeography GeographyPointFromBinary (byte[] pointWellKnownBinary, int coordinateSystemId);
override this.GeographyPointFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyPointFromBinary (pointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Paramètres

pointWellKnownBinary
Byte[]

Tableau d'octets qui contient une représentation binaire connue de la valeur géographique.

coordinateSystemId
Int32

Identificateur du système de coordonnées que la nouvelle valeur DbGeography doit utiliser.

Retours

Nouvelle DbGeography valeur telle que définie par la valeur binaire connue avec l’identificateur de système de coordonnées (SRID) spécifié ( DefaultCoordinateSystemId ).

S’applique à