DbSpatialServices.GetMeasure メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された値の M (メジャー) 座標を返します。
オーバーロード
GetMeasure(DbGeography) |
指定された DbGeography 値がポイントを表す場合、その値の M (メジャー) 座標を返します。 |
GetMeasure(DbGeometry) |
指定された DbGeometry 値がポイントを表す場合、その値の M (メジャー) 座標を返します。 |
GetMeasure(DbGeography)
指定された DbGeography 値がポイントを表す場合、その値の M (メジャー) 座標を返します。
public:
abstract Nullable<double> GetMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract double? GetMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member GetMeasure : System.Data.Spatial.DbGeography -> Nullable<double>
Public MustOverride Function GetMeasure (geographyValue As DbGeography) As Nullable(Of Double)
パラメーター
- geographyValue
- DbGeography
ポイントを表す必要のない geography 値。
戻り値
指定された DbGeography 値の M (メジャー) 座標。
例外
geographyValue
geographyValue
適用対象
GetMeasure(DbGeometry)
指定された DbGeometry 値がポイントを表す場合、その値の M (メジャー) 座標を返します。
public:
abstract Nullable<double> GetMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract double? GetMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetMeasure : System.Data.Spatial.DbGeometry -> Nullable<double>
Public MustOverride Function GetMeasure (geometryValue As DbGeometry) As Nullable(Of Double)
パラメーター
- geometryValue
- DbGeometry
ポイントを表す必要のない geometry 値。
戻り値
指定された DbGeometry 値の M (メジャー) 座標。
例外
geometryValue
geometryValue
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET