次の方法で共有


SqlSpatialServices.GetLength メソッド

定義

オーバーロード

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 値の長さ。

適用対象