共用方式為


DbSpatialServices.PointAt 方法

定義

傳回指定值的點項目。

多載

PointAt(DbGeography, Int32)

傳回指定的 DbGeography 值的點項目,如果它代表 linestring 或線型圓圈。

PointAt(DbGeometry, Int32)

傳回指定的 DbGeometry 值的點項目,如果它代表 linestring 或線型圓圈。

PointAt(DbGeography, Int32)

傳回指定的 DbGeography 值的點項目,如果它代表 linestring 或線型圓圈。

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

地理位置值,不需要代表 linestring 或線型圓圈。

index
Int32

地理位置值中的位置,應該在此取得項目。

傳回

位於 geographyValueindex 位置的點 (如果它表示 linestring 或線型圓圈);否則為 null

例外狀況

geographyValue

geographyValue

適用於

PointAt(DbGeometry, Int32)

傳回指定的 DbGeometry 值的點項目,如果它代表 linestring 或線型圓圈。

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

不需要代表 linestring 或線性環的幾何值。

index
Int32

幾何值中的位置,應該在此取得項目。

傳回

位於 geometryValueindex 位置的點 (如果它表示 linestring 或線型圓圈);否則為 null

例外狀況

geometryValue

geometryValue

適用於