Udostępnij przez


SqlSpatialServices.GetLatitude(DbGeography) Metoda

Definicja

Zwraca współrzędną szerokość geograficzną danej DbGeography wartości, jeśli reprezentuje punkt.

public override Nullable<double> GetLatitude(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetLatitude : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Overrides Function GetLatitude (geographyValue As DbGeography) As Nullable(Of Double)

Parametry

geographyValue
DbGeography

Wartość geografii, która nie musi reprezentować punktu.

Zwraca

Współrzędna szerokość geograficzna danej DbGeography wartości.

Dotyczy