다음을 통해 공유


SqlSpatialServices.GetLatitude(DbGeography) 메서드

정의

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

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)

매개 변수

geographyValue
DbGeography

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

반환

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

적용 대상