DbSpatialServices.GetLatitude(DbGeography) Méthode

Définition

Retourne la coordonnée Latitude de la valeur donnée DbGeography , si elle représente un point.

public:
 abstract Nullable<double> GetLatitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLatitude(System.Data.Spatial.DbGeography geographyValue);
abstract member GetLatitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLatitude (geographyValue As DbGeography) As Nullable(Of Double)

Paramètres

geographyValue
DbGeography

Valeur géographique, qui n’a pas besoin de représenter un point.

Retours

Coordonnée latitude de la valeur donnée DbGeography .

Exceptions

geographyValue

geographyValue

S’applique à