VectorLayer.Item

VectorLayer indexer

获取指定索引处的 Feature

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

Property Value

Feature

异常

异常条件
InvalidOperationException当图层以只写方式打开时抛出。
ArgumentOutOfRangeException索引超出范围。
GisException从文件读取要素时出错。
IOException发生了 I/O 错误。

另见