다음을 통해 공유


DbSpatialServices.GetLongitude(DbGeography) 메서드

정의

지정된 DbGeography 값이 점을 나타낼 경우 해당 값의 경도 좌표를 반환합니다.

public:
 abstract Nullable<double> GetLongitude(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetLongitude (System.Data.Spatial.DbGeography geographyValue);
abstract member GetLongitude : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetLongitude (geographyValue As DbGeography) As Nullable(Of Double)

매개 변수

geographyValue
DbGeography

점을 나타낼 필요가 없는 지리 값입니다.

반환

지정된 DbGeography 값의 경도 좌표입니다.

예외

geographyValue

geographyValue

적용 대상