FeaturesSequence.SaveTo
SaveTo(string, FileDriver)
フィーチャ シーケンスをレイヤーに保存します。
public void SaveTo(string destinationPath, FileDriver destinationDriver)
パラメータ | タイプ | 説明 |
---|
destinationPath | String | 出力層へのパス。 |
destinationDriver | FileDriver | 出力レイヤーのフォーマット ドライバー。 |
例外
例外 | 調子 |
---|
ArgumentNullException | どんな引数もnull . |
GisException | ファイルに対するフィーチャの読み取りまたは書き込みでエラーが発生しました。 |
IOException | I/O エラーが発生しました。 |
TransformationException | ソース空間参照系からターゲット空間参照系へのフィーチャ ジオメトリの変換に失敗しました。 |
関連項目
SaveTo(AbstractPath, FileDriver)
フィーチャ シーケンスをレイヤーに保存します。
public void SaveTo(AbstractPath destinationPath, FileDriver destinationDriver)
パラメータ | タイプ | 説明 |
---|
destinationPath | AbstractPath | 出力層へのパス。 |
destinationDriver | FileDriver | 出力レイヤーのフォーマット ドライバー。 |
例外
関連項目
SaveTo(string, FileDriver, SavingOptions)
フィーチャ シーケンスをレイヤーに保存します。
public void SaveTo(string destinationPath, FileDriver destinationDriver, SavingOptions options)
パラメータ | タイプ | 説明 |
---|
destinationPath | String | 出力層へのパス。 |
destinationDriver | FileDriver | 出力レイヤーのフォーマット ドライバー。 |
options | SavingOptions | 保存手順のオプション。 |
例外
例外 | 調子 |
---|
GisException | ファイルに対するフィーチャの読み取りまたは書き込みでエラーが発生しました。 |
IOException | I/O エラーが発生しました。 |
TransformationException | ソース空間参照系からターゲット空間参照系へのフィーチャ ジオメトリの変換に失敗しました。 |
NotSupportedException | で指定された空間参照系optionsによってサポートされていませんdestinationDriver . |
関連項目
SaveTo(AbstractPath, FileDriver, SavingOptions)
フィーチャ シーケンスをレイヤーに保存します。
public void SaveTo(AbstractPath destinationPath, FileDriver destinationDriver,
SavingOptions options)
パラメータ | タイプ | 説明 |
---|
destinationPath | AbstractPath | 出力層へのパス。 |
destinationDriver | FileDriver | 出力レイヤーのフォーマット ドライバー。 |
options | SavingOptions | 保存手順のオプション。 |
例外
例外 | 調子 |
---|
GisException | ファイルに対するフィーチャの読み取りまたは書き込みでエラーが発生しました。 |
IOException | I/O エラーが発生しました。 |
TransformationException | ソース空間参照系からターゲット空間参照系へのフィーチャ ジオメトリの変換に失敗しました。 |
NotSupportedException | で指定された空間参照系optionsによってサポートされていませんdestinationDriver . |
関連項目