ShapefileDriver.EditLayer

EditLayer(AbstractPath, DriverOptions)

打开图层进行编辑。

public override VectorLayer EditLayer(AbstractPath path, DriverOptions options = null)
范围类型描述
pathAbstractPath文件的路径。
optionsDriverOptions特定于驱动程序的选项。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentException此驱动程序的选项对象类型不正确。
ArgumentNullException路径是null.
GisException从文件中读取特征时出错。
IOException发生 I/O 错误。

也可以看看


EditLayer(string, ShapefileOptions)

打开图层进行编辑。

public VectorLayer EditLayer(string path, ShapefileOptions options = null)
范围类型描述
pathString文件的路径。
optionsShapefileOptions特定于驱动程序的选项。

返回值

的实例VectorLayer.

也可以看看


EditLayer(AbstractPath, ShapefileOptions)

打开图层进行编辑。

public VectorLayer EditLayer(AbstractPath path, ShapefileOptions options = null)
范围类型描述
pathAbstractPath文件的路径。
optionsShapefileOptions特定于驱动程序的选项。

返回值

的实例VectorLayer.

也可以看看