VectorLayer.Convert

Convert(string, FileDriver, string, FileDriver)

将图层转换为不同的格式。

public static void Convert(string sourcePath, FileDriver sourceDriver, string destinationPath, 
    FileDriver destinationDriver)
范围类型描述
sourcePathString要转换的层的路径。
sourceDriverFileDriver源层的格式驱动程序。
destinationPathString将作为转换结果创建的层的路径。
destinationDriverFileDriver目标层的格式驱动程序。

例外

例外(健康)状况
ArgumentNullException任一条路径都是null.

也可以看看


Convert(AbstractPath, FileDriver, AbstractPath, FileDriver)

将图层转换为不同的格式。

public static void Convert(AbstractPath sourcePath, FileDriver sourceDriver, 
    AbstractPath destinationPath, FileDriver destinationDriver)
范围类型描述
sourcePathAbstractPath要转换的层的路径。
sourceDriverFileDriver源层的格式驱动程序。
destinationPathAbstractPath将作为转换结果创建的层的路径。
destinationDriverFileDriver目标层的格式驱动程序。

例外

例外(健康)状况
ArgumentNullException任一条路径都是null.

也可以看看


Convert(string, FileDriver, string, FileDriver, ConversionOptions)

将图层转换为不同的格式。

public static void Convert(string sourcePath, FileDriver sourceDriver, string destinationPath, 
    FileDriver destinationDriver, ConversionOptions options)
范围类型描述
sourcePathString要转换的层的路径。
sourceDriverFileDriver源层的格式驱动程序。
destinationPathString将作为转换结果创建的层的路径。
destinationDriverFileDriver目标层的格式驱动程序。
optionsConversionOptions转换过程的选项。

例外

例外(健康)状况
ArgumentNullException任一条路径都是null.
ArgumentException此驱动程序的选项对象类型不正确。
GisException从文件读取或写入特征时出错。
IOException发生 I/O 错误。
NotSupportedException中指定的空间参考系统options不支持destinationDriver.
TransformationException要素几何从源空间参考系统到目标空间参考系统的转换失败。

也可以看看


Convert(AbstractPath, FileDriver, AbstractPath, FileDriver, ConversionOptions)

将图层转换为不同的格式。

public static void Convert(AbstractPath sourcePath, FileDriver sourceDriver, 
    AbstractPath destinationPath, FileDriver destinationDriver, ConversionOptions options)
范围类型描述
sourcePathAbstractPath要转换的层的路径。
sourceDriverFileDriver源层的格式驱动程序。
destinationPathAbstractPath将作为转换结果创建的层的路径。
destinationDriverFileDriver目标层的格式驱动程序。
optionsConversionOptions转换过程的选项。

例外

例外(健康)状况
ArgumentNullException任一条路径都是null.
ArgumentException此驱动程序的选项对象类型不正确。
GisException从文件读取或写入特征时出错。
IOException发生 I/O 错误。
NotSupportedException中指定的空间参考系统options不支持destinationDriver.
TransformationException要素几何从源空间参考系统到目标空间参考系统的转换失败。

也可以看看