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ファイルに対するフィーチャの読み取りまたは書き込みでエラーが発生しました。
IOExceptionI/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ファイルに対するフィーチャの読み取りまたは書き込みでエラーが発生しました。
IOExceptionI/O エラーが発生しました。
NotSupportedExceptionで指定された空間参照系optionsによってサポートされていませんdestinationDriver .
TransformationExceptionソース空間参照系からターゲット空間参照系へのフィーチャ ジオメトリの変換に失敗しました。

関連項目