Udostępnij przez


SqlSpatialServices.GetLongitude(DbGeography) Metoda

Definicja

Zwraca współrzędną długości geograficznej danej DbGeography wartości, jeśli reprezentuje punkt.

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

Parametry

geographyValue
DbGeography

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

Zwraca

Współrzędna długości geograficznej danej DbGeography wartości.

Dotyczy