EsriAsciiDriver.OpenLayer
Contenu
[
Cacher
]OpenLayer(AbstractPath, RasterDriverOptions)
Ouvre le calque pour la lecture.
public override RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
| Paramètre | Taper | La description | 
|---|---|---|
| path | AbstractPath | Chemin d’accès au fichier. | 
| options | RasterDriverOptions | Options spécifiques au pilote. | 
Return_Value
Un exemple deRasterLayer.
Exceptions
| exception | condition | 
|---|---|
| ArgumentException | L’objet Options a un type incorrect pour ce pilote. | 
| ArgumentNullException | Le chemin est null. | 
| IOException | Une erreur d’E/S s’est produite. | 
| NotSupportedException | Le pilote ne peut pas ouvrir les couches raster (voir CanOpenLayers). | 
Voir également
- class RasterLayer
- class AbstractPath
- class RasterDriverOptions
- class EsriAsciiDriver
- espace de noms Aspose.Gis.Formats.EsriAscii
- Assemblée Aspose.GIS
OpenLayer(string, EsriAsciiOptions)
Ouvre un calque pour la lecture.
public RasterLayer OpenLayer(string path, EsriAsciiOptions options)
| Paramètre | Taper | La description | 
|---|---|---|
| path | String | Chemin d’accès au fichier. | 
| options | EsriAsciiOptions | Options spécifiques au pilote. | 
Return_Value
Un exemple deRasterLayer.
Voir également
- class RasterLayer
- class EsriAsciiOptions
- class EsriAsciiDriver
- espace de noms Aspose.Gis.Formats.EsriAscii
- Assemblée Aspose.GIS
OpenLayer(AbstractPath, EsriAsciiOptions)
Ouvre un calque pour la lecture.
public RasterLayer OpenLayer(AbstractPath path, EsriAsciiOptions options)
| Paramètre | Taper | La description | 
|---|---|---|
| path | AbstractPath | Chemin d’accès au fichier. | 
| options | EsriAsciiOptions | Options spécifiques au pilote. | 
Return_Value
Un exemple deRasterLayer.
Voir également
- class RasterLayer
- class AbstractPath
- class EsriAsciiOptions
- class EsriAsciiDriver
- espace de noms Aspose.Gis.Formats.EsriAscii
- Assemblée Aspose.GIS