Condividi tramite


DbSpatialServices.GetLatitude(DbGeography) Metodo

Definizione

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

public:
 abstract Nullable<double> GetLatitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLatitude (System.Data.Spatial.DbGeography geographyValue);
abstract member GetLatitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLatitude (geographyValue As DbGeography) As Nullable(Of Double)

Parametri

geographyValue
DbGeography

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

Restituisce

Coordinate di latitudine del valore DbGeography specificato.

Eccezioni

geographyValue

geographyValue

Si applica a