MapInfoInterchangeDriver.OpenLayer

OpenLayer(string, MapInfoInterchangeOptions)

読み取り用にレイヤーを開きます。

public VectorLayer OpenLayer(string path, MapInfoInterchangeOptions options)
パラメータタイプ説明
pathStringファイルへのパス。
optionsMapInfoInterchangeOptionsドライバー固有のオプション。

戻り値

のインスタンスVectorLayer.

関連項目


OpenLayer(AbstractPath, DriverOptions)

読み取り用にレイヤーを開きます。

public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
パラメータタイプ説明
pathAbstractPathファイルへのパス。
optionsDriverOptionsドライバー固有のオプション。

戻り値

のインスタンスVectorLayer.

関連項目


OpenLayer(AbstractPath, MapInfoInterchangeOptions)

読み取り用にレイヤーを開きます。

public VectorLayer OpenLayer(AbstractPath path, MapInfoInterchangeOptions options)
パラメータタイプ説明
pathAbstractPathファイルへのパス。
optionsMapInfoInterchangeOptionsドライバー固有のオプション。

戻り値

のインスタンスVectorLayer.

関連項目