CsvDriver.OpenLayer
内容
[
隐藏
]OpenLayer(string, CsvOptions)
打开图层进行读取。
public VectorLayer OpenLayer(string path, CsvOptions options)
| 参数 | 类型 | 描述 |
|---|---|---|
| path | String | 文件的路径。 |
| options | CsvOptions | 驱动程序特定的选项。 |
返回值
VectorLayer 的实例。
另见
- class VectorLayer
- class CsvOptions
- class CsvDriver
- namespace Aspose.Gis.Formats.Csv
- assembly Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
打开图层进行读取。
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
| 参数 | 类型 | 描述 |
|---|---|---|
| path | AbstractPath | 文件的路径。 |
| options | DriverOptions | 驱动程序特定的选项。 |
返回值
VectorLayer 的实例。
另见
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class CsvDriver
- namespace Aspose.Gis.Formats.Csv
- assembly Aspose.GIS
OpenLayer(AbstractPath, CsvOptions)
打开图层进行读取。
public VectorLayer OpenLayer(AbstractPath path, CsvOptions options)
| 参数 | 类型 | 描述 |
|---|---|---|
| path | AbstractPath | 文件的路径。 |
| options | CsvOptions | 驱动程序特定的选项。 |
返回值
VectorLayer 的实例。
另见
- class VectorLayer
- class AbstractPath
- class CsvOptions
- class CsvDriver
- namespace Aspose.Gis.Formats.Csv
- assembly Aspose.GIS