DbSpatialServices.GetLongitude(DbGeography) Método

Definição

Retorna a coordenada Longitude do valor fornecido DbGeography , se representar um ponto.

public:
 abstract Nullable<double> GetLongitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLongitude(System.Data.Spatial.DbGeography geographyValue);
abstract member GetLongitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLongitude (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 Longitude do valor fornecido DbGeography .

Exceções

geographyValue

geographyValue

Aplica-se a