次の方法で共有


DbSpatialServices.PointAt メソッド

定義

指定された値のポイント要素を返します。

オーバーロード

PointAt(DbGeography, Int32)

指定された DbGeography 値がラインストリングまたは線形リングを表す場合、そのポイント要素を返します。

PointAt(DbGeometry, Int32)

指定された DbGeometry 値がラインストリングまたは線形リングを表す場合、そのポイント要素を返します。

PointAt(DbGeography, Int32)

指定された DbGeography 値がラインストリングまたは線形リングを表す場合、そのポイント要素を返します。

public:
 abstract System::Data::Spatial::DbGeography ^ PointAt(System::Data::Spatial::DbGeography ^ geographyValue, int index);
public abstract System.Data.Spatial.DbGeography PointAt (System.Data.Spatial.DbGeography geographyValue, int index);
abstract member PointAt : System.Data.Spatial.DbGeography * int -> System.Data.Spatial.DbGeography
Public MustOverride Function PointAt (geographyValue As DbGeography, index As Integer) As DbGeography

パラメーター

geographyValue
DbGeography

geography 値。ラインストリングおよび線形リングを表す必要はありません。

index
Int32

要素を取得する、geography 値内の位置。

戻り値

geographyValue がラインストリングまたは線形リングを表す場合は、その内部の位置 index にある点。それ以外の場合は null

例外

geographyValue

geographyValue

適用対象

PointAt(DbGeometry, Int32)

指定された DbGeometry 値がラインストリングまたは線形リングを表す場合、そのポイント要素を返します。

public:
 abstract System::Data::Spatial::DbGeometry ^ PointAt(System::Data::Spatial::DbGeometry ^ geometryValue, int index);
public abstract System.Data.Spatial.DbGeometry PointAt (System.Data.Spatial.DbGeometry geometryValue, int index);
abstract member PointAt : System.Data.Spatial.DbGeometry * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function PointAt (geometryValue As DbGeometry, index As Integer) As DbGeometry

パラメーター

geometryValue
DbGeometry

geometry 値。ラインストリングまたは線形リングを表す必要はありません。

index
Int32

要素を取得する、geometry 値内の位置。

戻り値

geometryValue がラインストリングまたは線形リングを表す場合は、その内部の位置 index にある点。それ以外の場合は null

例外

geometryValue

geometryValue

適用対象