Partager via


SqlSpatialServices.GetCoordinateSystemId Méthode

Définition

Surcharges

GetCoordinateSystemId(DbGeography)

Retourne l'identificateur de système de coordonnées de la valeur DbGeography donnée.

GetCoordinateSystemId(DbGeometry)

Retourne l'identificateur de système de coordonnées de la valeur DbGeometry donnée.

GetCoordinateSystemId(DbGeography)

Retourne l'identificateur de système de coordonnées de la valeur DbGeography donnée.

public override int GetCoordinateSystemId (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeography -> int
Public Overrides Function GetCoordinateSystemId (geographyValue As DbGeography) As Integer

Paramètres

geographyValue
DbGeography

Valeur géographique.

Retours

Identificateur de système de coordonnées de la valeur DbGeography donnée.

S’applique à

GetCoordinateSystemId(DbGeometry)

Retourne l'identificateur de système de coordonnées de la valeur DbGeometry donnée.

public override int GetCoordinateSystemId (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetCoordinateSystemId : System.Data.Entity.Spatial.DbGeometry -> int
Public Overrides Function GetCoordinateSystemId (geometryValue As DbGeometry) As Integer

Paramètres

geometryValue
DbGeometry

La valeur géométrique.

Retours

Identificateur de système de coordonnées de la valeur DbGeometry donnée.

S’applique à