Dataset.Create

Create(string, FileDriver)

データセットを作成します。

public static Dataset Create(string path, FileDriver driver)
パラメータタイプ説明
pathStringデータセットへのパス。
driverFileDriver使用するドライバー。

戻り値

のインスタンスDataset.

例外

例外調子
ArgumentExceptionオプション オブジェクトは、このドライバーに対して正しくない型を持っています。
ArgumentNullExceptionパスはnull.
GisExceptionデータセットの作成中にエラーが発生しました。
IOExceptionI/O エラーが発生しました。
NotSupportedExceptionドライバーはデータセットを開くことができません。
InvalidOperationExceptionデータセットは既に存在します。

関連項目


Create(AbstractPath, FileDriver)

データセットを作成します。

public static Dataset Create(AbstractPath path, FileDriver driver)
パラメータタイプ説明
pathAbstractPathデータセットへのパス。
driverFileDriver使用するドライバー。

戻り値

のインスタンスDataset.

例外

例外調子
ArgumentExceptionオプション オブジェクトは、このドライバーに対して正しくない型を持っています。
ArgumentNullExceptionパスはnull.
GisExceptionデータセットの作成中にエラーが発生しました。
IOExceptionI/O エラーが発生しました。
NotSupportedExceptionドライバーはデータセットを開くことができません。
InvalidOperationExceptionデータセットは既に存在します。

関連項目


Create(string, FileDriver, DriverOptions)

データセットを作成します。

public static Dataset Create(string path, FileDriver driver, DriverOptions options)
パラメータタイプ説明
pathStringデータセットへのパス。
driverFileDriver使用するドライバー。
optionsDriverOptionsドライバー固有のオプション。

戻り値

のインスタンスDataset.

例外

例外調子
ArgumentExceptionオプション オブジェクトは、このドライバーに対して正しくない型を持っています。
ArgumentNullExceptionパスはnull.
GisExceptionデータセットの作成中にエラーが発生しました。
IOExceptionI/O エラーが発生しました。
NotSupportedExceptionドライバーはデータセットを開くことができません。
InvalidOperationExceptionデータセットは既に存在します。

関連項目


Create(AbstractPath, FileDriver, DriverOptions)

データセットを作成します。

public static Dataset Create(AbstractPath path, FileDriver driver, DriverOptions options)
パラメータタイプ説明
pathAbstractPathデータセットへのパス。
driverFileDriver使用するドライバー。
optionsDriverOptionsドライバー固有のオプション。

戻り値

のインスタンスDataset.

例外

例外調子
ArgumentExceptionオプション オブジェクトは、このドライバーに対して正しくない型を持っています。
ArgumentNullExceptionパスはnull.
GisExceptionデータセットの作成中にエラーが発生しました。
IOExceptionI/O エラーが発生しました。
NotSupportedExceptionドライバーはデータセットを開くことができません。
InvalidOperationExceptionデータセットは既に存在します。

関連項目