GdalDriver.CreateLayer
GdalDriver.CreateLayer method
创建图层并打开它以添加新功能。
public override VectorLayer CreateLayer(AbstractPath path, DriverOptions options,
SpatialReferenceSystem spatialReferenceSystem)
范围 | 类型 | 描述 |
---|---|---|
path | AbstractPath | 文件的路径。 |
options | DriverOptions | 特定于驱动程序的选项。 |
spatialReferenceSystem | SpatialReferenceSystem | 空间参考系统。 |
返回值
的实例VectorLayer
.
例外
例外 | (健康)状况 |
---|---|
InvalidOperationException | 该层已存在。 |
NotSupportedException | 驱动程序不支持空间参考系统。 |
也可以看看
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class SpatialReferenceSystem
- class GdalDriver
- 命名空间 Aspose.Gis.Formats.GDAL
- 部件 Aspose.GIS