次の方法で共有


DbSpatialServices.GetStartPoint メソッド

定義

指定された DbGeography 値の始点を表す DbGeography 値を返します。

オーバーロード

GetStartPoint(DbGeography)

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

GetStartPoint(DbGeometry)

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

GetStartPoint(DbGeography)

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

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

パラメーター

geographyValue
DbGeography

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

戻り値

指定した DbGeography 値の開始点。

例外

geographyValue

geographyValue

適用対象

GetStartPoint(DbGeometry)

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

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

パラメーター

geometryValue
DbGeometry

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

戻り値

指定した DbGeometry 値の開始点。

例外

geometryValue

geometryValue

適用対象