GmlDriver.OpenLayer
OpenLayer(string, GmlOptions)
开启一层读取。
public VectorLayer OpenLayer(string path, GmlOptions options)
| 范围 | 类型 | 描述 |
|---|---|---|
| path | String | 文件的路径。 |
| options | GmlOptions | 特定于驱动程序的选项。 |
返回值
的实例VectorLayer.
也可以看看
- class VectorLayer
- class GmlOptions
- class GmlDriver
- 命名空间 Aspose.Gis.Formats.Gml
- 部件 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 GmlDriver
- 命名空间 Aspose.Gis.Formats.Gml
- 部件 Aspose.GIS
OpenLayer(AbstractPath, GmlOptions)
开启一层读取。
public VectorLayer OpenLayer(AbstractPath path, GmlOptions options)
| 范围 | 类型 | 描述 |
|---|---|---|
| path | AbstractPath | 文件的路径。 |
| options | GmlOptions | 特定于驱动程序的选项。 |
返回值
的实例VectorLayer.
也可以看看
- class VectorLayer
- class AbstractPath
- class GmlOptions
- class GmlDriver
- 命名空间 Aspose.Gis.Formats.Gml
- 部件 Aspose.GIS