Dataset.OpenLayerAt

Dataset.OpenLayerAt method

打开指定索引处的层进行读取。

public abstract VectorLayer OpenLayerAt(int index, DriverOptions options = null)
范围类型描述
indexInt32要打开的层的索引。
optionsDriverOptions打开选项。

返回值

该层已打开以供读取。

例外

例外(健康)状况
ArgumentException此数据集的选项对象类型不正确。
ArgumentOutOfRangeException索引超出范围
ArgumentException此数据集的选项对象类型不正确。
GisException从图层读取要素时出错。
IOException发生 I/O 错误。

也可以看看