DbSpatialServices.GetLatitude(DbGeography) Método

Definição

Retorna a coordenada Latitude do valor fornecido DbGeography , se 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 de geografia, que não precisa representar um ponto.

Retornos

A coordenada Latitude do valor fornecido DbGeography .

Exceções

geographyValue

geographyValue

Aplica-se a