次の方法で共有


SqlSpatialServices.GetEndPoint メソッド

定義

オーバーロード

GetEndPoint(DbGeography)

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

GetEndPoint(DbGeometry)

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

GetEndPoint(DbGeography)

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

public override System.Data.Entity.Spatial.DbGeography GetEndPoint(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeography -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GetEndPoint (geographyValue As DbGeography) As DbGeography

パラメーター

geographyValue
DbGeography

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

戻り値

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

適用対象

GetEndPoint(DbGeometry)

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

public override System.Data.Entity.Spatial.DbGeometry GetEndPoint(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetEndPoint : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

パラメーター

geometryValue
DbGeometry

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

戻り値

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

適用対象