VectorLayer.Item
VectorLayer indexer
获取指定索引处的 Feature。
public virtual Feature this[int index] { get; }
| 参数 | 描述 |
|---|---|
| 索引 | 特征的索引。 |
Property Value
该 Feature。
异常
| 异常 | 条件 |
|---|---|
| InvalidOperationException | 如果图层以只写方式打开,则会抛出此异常。 |
| ArgumentOutOfRangeException | 索引超出范围。 |
| GisException | 读取文件中的要素时出错。 |
| IOException | 发生 I/O 错误。 |
另见
- class Feature
- class VectorLayer
- namespace Aspose.Gis
- assembly Aspose.GIS