CsvDriver.OpenLayer

OpenLayer(string, CsvOptions)

打开图层进行读取。

public VectorLayer OpenLayer(string path, CsvOptions options)
参数类型描述
pathString文件的路径。
optionsCsvOptions驱动程序特定的选项。

返回值

VectorLayer 的实例。

另见


OpenLayer(AbstractPath, DriverOptions)

打开图层进行读取。

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

返回值

VectorLayer 的实例。

另见


OpenLayer(AbstractPath, CsvOptions)

打开图层进行读取。

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

返回值

VectorLayer 的实例。

另见