InMemoryDriver.OpenLayer

InMemoryDriver.OpenLayer method

打开图层进行读取。

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

返回值

VectorLayer 的实例。

另见