SqlSpatialServices.GetLength メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| GetLength(DbGeometry) |
指定された DbGeometry 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は null が返されます。 |
| GetLength(DbGeography) |
指定された DbGeography 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は null が返されます。 |
GetLength(DbGeometry)
指定された DbGeometry 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は null が返されます。
public override Nullable<double> GetLength(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetLength : System.Data.Entity.Spatial.DbGeometry -> Nullable<double>
Public Overrides Function GetLength (geometryValue As DbGeometry) As Nullable(Of Double)
パラメーター
- geometryValue
- DbGeometry
曲線を表す必要のない geometry 値。
戻り値
指定された DbGeometry 値の長さ。
適用対象
GetLength(DbGeography)
指定された DbGeography 値の長さを示す null 許容型の double 値を返します。値が曲線を表していない場合は null が返されます。
public override Nullable<double> GetLength(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetLength : System.Data.Entity.Spatial.DbGeography -> Nullable<double>
Public Overrides Function GetLength (geographyValue As DbGeography) As Nullable(Of Double)
パラメーター
- geographyValue
- DbGeography
曲線を表す必要のない geography 値。
戻り値
指定された DbGeography 値の長さ。