FileDriver.CreateLayer

CreateLayer(string)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(string path)
范围类型描述
pathString文件的路径。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序无法创建矢量图层(请参阅CanCreateLayers).

也可以看看


CreateLayer(AbstractPath)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(AbstractPath path)
范围类型描述
pathAbstractPath文件的路径。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序无法创建矢量图层(请参阅CanCreateLayers).

也可以看看


CreateLayer(string, DriverOptions)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(string path, DriverOptions options)
范围类型描述
pathString文件的路径。
optionsDriverOptions特定于驱动程序的选项。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
ArgumentException此驱动程序的选项对象类型不正确。
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序无法创建矢量图层(请参阅CanCreateLayers).

也可以看看


CreateLayer(AbstractPath, DriverOptions)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(AbstractPath path, DriverOptions options)
范围类型描述
pathAbstractPath文件的路径。
optionsDriverOptions特定于驱动程序的选项。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
ArgumentException此驱动程序的选项对象类型不正确。
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序无法创建矢量图层(请参阅CanCreateLayers).

也可以看看


CreateLayer(string, SpatialReferenceSystem)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(string path, SpatialReferenceSystem spatialReferenceSystem)
范围类型描述
pathString文件的路径。
spatialReferenceSystemSpatialReferenceSystem空间参考系统。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序不支持空间参考系统。 使用SupportsSpatialReferenceSystem检查是否支持空间参考系统。

也可以看看


CreateLayer(AbstractPath, SpatialReferenceSystem)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(AbstractPath path, SpatialReferenceSystem spatialReferenceSystem)
范围类型描述
pathAbstractPath文件的路径。
spatialReferenceSystemSpatialReferenceSystem空间参考系统。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序不支持空间参考系统。 使用SupportsSpatialReferenceSystem检查是否支持空间参考系统。

也可以看看


CreateLayer(string, DriverOptions, SpatialReferenceSystem)

创建图层并打开它以进行附加。

public VectorLayer CreateLayer(string path, DriverOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
范围类型描述
pathString文件的路径。
optionsDriverOptions特定于驱动程序的选项。
spatialReferenceSystemSpatialReferenceSystem空间参考系统。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
ArgumentException此驱动程序的选项对象类型不正确。
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序不支持空间参考系统。 使用SupportsSpatialReferenceSystem检查是否支持空间参考系统。
NotSupportedException驱动程序无法创建矢量图层(请参阅CanCreateLayers).

也可以看看


CreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)

创建图层并打开它以进行附加。

public abstract VectorLayer CreateLayer(AbstractPath path, DriverOptions options, 
    SpatialReferenceSystem spatialReferenceSystem)
范围类型描述
pathAbstractPath文件的路径。
optionsDriverOptions特定于驱动程序的选项。
spatialReferenceSystemSpatialReferenceSystem空间参考系统。

返回值

的实例VectorLayer.

例外

例外(健康)状况
ArgumentNullException路径是null.
ArgumentException此驱动程序的选项对象类型不正确。
GisException将特征写入文件时出错。
IOException发生 I/O 错误。
NotSupportedException驱动程序不支持空间参考系统。 使用SupportsSpatialReferenceSystem检查是否支持空间参考系统。
NotSupportedException驱动程序无法创建矢量图层(请参阅CanCreateLayers).

也可以看看