ShapefileDriver.OpenLayer

OpenLayer(string, ShapefileOptions)

以读取模式打开图层。

public VectorLayer OpenLayer(string path, ShapefileOptions options)
参数类型描述
path字符串文件的路径。
optionsShapefileOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见


OpenLayer(AbstractPath, DriverOptions)

以读取模式打开图层。

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
参数类型描述
pathAbstractPath文件的路径。
optionsDriverOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见


OpenLayer(AbstractPath, ShapefileOptions)

以读取模式打开图层。

public VectorLayer OpenLayer(AbstractPath path, ShapefileOptions options)
参数类型描述
pathAbstractPath文件的路径。
optionsShapefileOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见