Condividi tramite


DbSpatialServices.GetLongitude(DbGeography) Metodo

Definizione

Restituisce la coordinata della longitudine del valore DbGeography specificato, se rappresenta 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)

Parametri

geographyValue
DbGeography

Il valore di posizione geografica, che non deve rappresentare un punto.

Restituisce

Coordinate di longitudine del valore DbGeography specificato.

Eccezioni

geographyValue

geographyValue

Si applica a