GeoTiffDriver.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 GeoTiffDriver
- spazio dei nomi Aspose.Gis.Formats.GeoTiff
- assemblea Aspose.GIS
OpenLayer(string, GeoTiffOptions)
Apre un livello per la lettura.
public RasterLayer OpenLayer(string path, GeoTiffOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | String | Percorso del file. |
options | GeoTiffOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diRasterLayer
.
Guarda anche
- class RasterLayer
- class GeoTiffOptions
- class GeoTiffDriver
- spazio dei nomi Aspose.Gis.Formats.GeoTiff
- assemblea Aspose.GIS
OpenLayer(AbstractPath, GeoTiffOptions)
Apre un livello per la lettura.
public RasterLayer OpenLayer(AbstractPath path, GeoTiffOptions options)
Parametro | Tipo | Descrizione |
---|---|---|
path | AbstractPath | Percorso del file. |
options | GeoTiffOptions | Opzioni specifiche del conducente. |
Valore di ritorno
Un’istanza diRasterLayer
.
Guarda anche
- class RasterLayer
- class AbstractPath
- class GeoTiffOptions
- class GeoTiffDriver
- spazio dei nomi Aspose.Gis.Formats.GeoTiff
- assemblea Aspose.GIS