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