次の方法で共有


DbSpatialServices.GetEndPoint メソッド

定義

指定された値の終了点を返します。

オーバーロード

GetEndPoint(DbGeography)

指定された DbGeography 値の終点を表す DbGeography 値を返します。この値が曲線を表していない場合は null となります。

GetEndPoint(DbGeometry)

指定された DbGeometry 値の終点を表す DbGeometry 値を返します。この値が曲線を表していない場合は null となります。

GetEndPoint(DbGeography)

指定された DbGeography 値の終点を表す DbGeography 値を返します。この値が曲線を表していない場合は null となります。

public:
 abstract System::Data::Spatial::DbGeography ^ GetEndPoint(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract System.Data.Spatial.DbGeography GetEndPoint (System.Data.Spatial.DbGeography geographyValue);
abstract member GetEndPoint : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function GetEndPoint (geographyValue As DbGeography) As DbGeography

パラメーター

geographyValue
DbGeography

曲線を表す必要のない geography 値。

戻り値

geographyValue が曲線を表す場合は、その終点。それ以外の場合は null

例外

geographyValue

geographyValue

適用対象

GetEndPoint(DbGeometry)

指定された DbGeometry 値の終点を表す DbGeometry 値を返します。この値が曲線を表していない場合は null となります。

public:
 abstract System::Data::Spatial::DbGeometry ^ GetEndPoint(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract System.Data.Spatial.DbGeometry GetEndPoint (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetEndPoint : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

パラメーター

geometryValue
DbGeometry

曲線を表す必要のない geometry 値。

戻り値

geometryValue が曲線を表す場合は、その終点。それ以外の場合は null

例外

geometryValue

geometryValue

適用対象