VectorLayer.Item

VectorLayer indexer

获取指定索引处的 Feature

public virtual Feature this[int index] { get; }
参数描述
索引特征的索引。

Property Value

Feature

异常

异常条件
InvalidOperationException如果图层以只写方式打开,则会抛出此异常。
ArgumentOutOfRangeException索引超出范围。
GisException读取文件中的要素时出错。
IOException发生 I/O 错误。

另见