Condividi tramite


SqlSpatialServices.GetLongitude(DbGeography) Metodo

Definizione

Restituisce la coordinata della longitudine del valore DbGeography specificato, se rappresenta un punto.

public override Nullable<double> GetLongitude (System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetLongitude : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Overrides 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.

Si applica a