Share via


DbSpatialServices.GetLatitude(DbGeography) Método

Definición

Devuelve la coordenada de latitud del valor especificado de DbGeography, si representa 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)

Parámetros

geographyValue
DbGeography

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

Devoluciones

Coordenada de latitud del valor DbGeography especificado.

Excepciones

geographyValue

geographyValue

Se aplica a