SqlSpatialServices.GetLongitude(DbGeography) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果其表示点,则返回给定 DbGeography 值的经度坐标。
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)
参数
- geographyValue
- DbGeography
不需要表示点的地理值。
返回
给定的 DbGeography 值的 Y 坐标。