DbSpatialServices.GetLatitude(DbGeography) Methode

Definition

Gibt die Latitude-Koordinate des angegebenen DbGeography Werts zurück, wenn sie einen Punkt darstellt.

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)

Parameter

geographyValue
DbGeography

Der Geografiewert, der keinen Punkt darstellt.

Gibt zurück

Die Breitenkoordinate des angegebenen DbGeography Werts.

Ausnahmen

geographyValue

geographyValue

Gilt für: