DbSpatialServices.GetLongitude(DbGeography) Método

Definición

Devuelve la coordenada Longitud del valor especificado 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 geography, que no necesita representar un punto.

Devoluciones

Coordenada longitud del valor especificado DbGeography .

Excepciones

geographyValue

geographyValue

Se aplica a