Compartir a través de


DbSpatialServices.GetLongitude(DbGeography) Método

Definición

Devuelve la coordenada de longitud del valor especificado de DbGeography, si representa un punto.

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

Valor de geografía, que no necesita representar un punto.

Devoluciones

Coordenada de longitud del valor DbGeography especificado.

Excepciones

geographyValue

geographyValue

Se aplica a