DbSpatialServices.PointAt 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定值的點項目。
多載
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
地理位置值中的位置,應該在此取得項目。
傳回
位於 geographyValue
中 index
位置的點 (如果它表示 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
幾何值中的位置,應該在此取得項目。
傳回
位於 geometryValue
中 index
位置的點 (如果它表示 linestring 或線型圓圈);否則為 null
。
例外狀況
geometryValue
geometryValue