EsriAsciiDriver.OpenLayer
Contenuti
[
Nascondere
]OpenLayer(AbstractPath, RasterDriverOptions)
Apre il livello per la lettura.
public override RasterLayer OpenLayer(AbstractPath path, RasterDriverOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | AbstractPath | Percorso del file. |
options | RasterDriverOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diRasterLayer
.
Eccezioni
eccezione | condizione |
---|---|
ArgumentException | L’oggetto Opzioni ha un tipo non corretto per questo driver. |
ArgumentNullException | Il percorso ènull . |
IOException | Si è verificato un errore di I/O. |
NotSupportedException | Il driver non può aprire i livelli raster (vediCanOpenLayers ). |
Guarda anche
- class RasterLayer
- class AbstractPath
- class RasterDriverOptions
- class EsriAsciiDriver
- spazio dei nomi Aspose.Gis.Formats.EsriAscii
- assemblea Aspose.GIS
OpenLayer(string, EsriAsciiOptions)
Apre un livello per la lettura.
public RasterLayer OpenLayer(string path, EsriAsciiOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | String | Percorso del file. |
options | EsriAsciiOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diRasterLayer
.
Guarda anche
- class RasterLayer
- class EsriAsciiOptions
- class EsriAsciiDriver
- spazio dei nomi Aspose.Gis.Formats.EsriAscii
- assemblea Aspose.GIS
OpenLayer(AbstractPath, EsriAsciiOptions)
Apre un livello per la lettura.
public RasterLayer OpenLayer(AbstractPath path, EsriAsciiOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | AbstractPath | Percorso del file. |
options | EsriAsciiOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diRasterLayer
.
Guarda anche
- class RasterLayer
- class AbstractPath
- class EsriAsciiOptions
- class EsriAsciiDriver
- spazio dei nomi Aspose.Gis.Formats.EsriAscii
- assemblea Aspose.GIS