次の方法で共有


SqlSpatialServices.GetMeasure メソッド

定義

オーバーロード

GetMeasure(DbGeography)

指定された DbGeography 値がポイントを表す場合、その値の M (メジャー) 座標を返します。

GetMeasure(DbGeometry)

指定された DbGeometry 値がポイントを表す場合、その値の M (メジャー) 座標を返します。

GetMeasure(DbGeography)

指定された DbGeography 値がポイントを表す場合、その値の M (メジャー) 座標を返します。

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

パラメーター

geographyValue
DbGeography

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

戻り値

指定された DbGeography 値の M (メジャー) 座標。

適用対象

GetMeasure(DbGeometry)

指定された DbGeometry 値がポイントを表す場合、その値の M (メジャー) 座標を返します。

public override Nullable<double> GetMeasure(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetMeasure : System.Data.Entity.Spatial.DbGeometry -> Nullable<double>
Public Overrides Function GetMeasure (geometryValue As DbGeometry) As Nullable(Of Double)

パラメーター

geometryValue
DbGeometry

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

戻り値

指定された DbGeometry 値の M (メジャー) 座標。

適用対象