DbSpatialServices.GetLatitude(DbGeography) Método

Definición

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

Devoluciones

Coordenada latitud del valor especificado DbGeography .

Excepciones

geographyValue

geographyValue

Se aplica a