次の方法で共有


SqlSpatialServices.GetStartPoint メソッド

定義

オーバーロード

GetStartPoint(DbGeography)

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

GetStartPoint(DbGeometry)

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

GetStartPoint(DbGeography)

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

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

パラメーター

geographyValue
DbGeography

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

戻り値

指定した DbGeography 値の開始点。

適用対象

GetStartPoint(DbGeometry)

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

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

パラメーター

geometryValue
DbGeometry

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

戻り値

指定した DbGeometry 値の開始点。

適用対象