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