DbSpatialServices.GetLatitude(DbGeography) メソッド

定義

ポイントを表す場合は、指定した DbGeography 値の緯度座標を返します。

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

パラメーター

geographyValue
DbGeography

ポイントを表す必要のない geography 値。

返品

指定した DbGeography 値の緯度座標。

例外

geographyValue

geographyValue

適用対象