DbSpatialServices.GetEndPoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された値の終了点を返します。
オーバーロード
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
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET