DbSpatialServices.GetLatitude(DbGeography) Método

Definição

Devolve a coordenada de latitude do valor dado DbGeography , se esta representar um ponto.

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)

Parâmetros

geographyValue
DbGeography

O valor geográfico, que não precisa de representar um ponto.

Devoluções

A coordenada de latitude do valor dado DbGeography .

Exceções

geographyValue

geographyValue

Aplica-se a