RasterDriver.OpenLayer

OpenLayer(AbstractPath, RasterDriverOptions)

Ouvre le calque pour la lecture.

public abstract RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
ParamètreTaperLa description
pathAbstractPathChemin d’accès au fichier.
optionsRasterDriverOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deRasterLayer.

Exceptions

exceptioncondition
ArgumentExceptionL’objet Options a un type incorrect pour ce pilote.
ArgumentNullExceptionLe chemin estnull.
IOExceptionUne erreur d’E/S s’est produite.
NotSupportedExceptionLe pilote ne peut pas ouvrir les couches raster (voirCanOpenLayers).

Voir également


OpenLayer(string)

Ouvre le calque pour la lecture.

public RasterLayer OpenLayer(string path)
ParamètreTaperLa description
pathStringChemin d’accès au fichier.

Return_Value

Un exemple deRasterLayer.

Exceptions

exceptioncondition
ArgumentNullExceptionLe chemin estnull.
IOExceptionUne erreur d’E/S s’est produite.
NotSupportedExceptionLe pilote ne peut pas ouvrir les couches raster (voirCanOpenLayers).

Voir également


OpenLayer(AbstractPath)

Ouvre le calque pour la lecture.

public RasterLayer OpenLayer(AbstractPath path)
ParamètreTaperLa description
pathAbstractPathChemin d’accès au fichier.

Return_Value

Un exemple deRasterLayer.

Exceptions

exceptioncondition
ArgumentNullExceptionLe chemin estnull.
IOExceptionUne erreur d’E/S s’est produite.
NotSupportedExceptionLe pilote ne peut pas ouvrir les couches raster (voirCanOpenLayers).

Voir également


OpenLayer(string, RasterDriverOptions)

Ouvre le calque pour la lecture.

public RasterLayer OpenLayer(string path, RasterDriverOptions options)
ParamètreTaperLa description
pathStringChemin d’accès au fichier.
optionsRasterDriverOptionsOptions spécifiques au pilote.

Return_Value

Un exemple deRasterLayer.

Exceptions

exceptioncondition
ArgumentExceptionL’objet Options a un type incorrect pour ce pilote.
ArgumentNullExceptionLe chemin estnull.
IOExceptionUne erreur d’E/S s’est produite.
NotSupportedExceptionLe pilote ne peut pas ouvrir les couches raster (voirCanOpenLayers).

Voir également