Uses of Class
it.geosolutions.imageio.gdalframework.GDALImageReaderSpi

Packages that use GDALImageReaderSpi
it.geosolutions.imageio.gdalframework Core of the ImageI/O-Ext Project. 
it.geosolutions.imageio.plugins.arcbinarygrid ImageI/O-Ext Plugin for Arc/Info Binary Grid format, based on GDAL. 
it.geosolutions.imageio.plugins.arcgrid ImageI/O-Ext Plugin for Arc/Info ASCII Grid format, based on GDAL. 
it.geosolutions.imageio.plugins.bsb ImageI/O-Ext Plugin for BSB elevation raster format, based on GDAL. 
it.geosolutions.imageio.plugins.doq1 ImageI/O-Ext Plugin for Digital Orthophoto Quarter Quadrangles elevation raster format, based on GDAL. 
it.geosolutions.imageio.plugins.doq2 ImageI/O-Ext Plugin for New Labelled USGS Digital Orthophoto Quarter Quadrangles elevation raster format, based on GDAL. 
it.geosolutions.imageio.plugins.dted ImageI/O-Ext Plugin for DTED elevation raster format, based on GDAL. 
it.geosolutions.imageio.plugins.ecw ImageI/O-Ext Plugin for ECW format, based on GDAL driver. 
it.geosolutions.imageio.plugins.ehdr ImageI/O-Ext Plugin for ESRI Hdr labelled format, based on GDAL. 
it.geosolutions.imageio.plugins.envihdr ImageI/O-Ext Plugin for ENVI Hdr labelled format, based on GDAL. 
it.geosolutions.imageio.plugins.envisat ImageI/O-Ext Plugin for Envisat Imagine format, based on GDAL. 
it.geosolutions.imageio.plugins.erdasimg ImageI/O-Ext Plugin for ERDAS Imagine format, based on the GDAL HFA driver. 
it.geosolutions.imageio.plugins.geotiff ImageI/O-Ext Plugin for GeoTIFF format, based on GDAL. 
it.geosolutions.imageio.plugins.idrisi ImageI/O-Ext Plugin for the IDRISI (RST) format, based on GDAL. 
it.geosolutions.imageio.plugins.jp2ecw ImageI/O-Ext Plugin for JPEG2000 format, based on the GDAL JP2 ECW driver . 
it.geosolutions.imageio.plugins.jp2kakadu ImageI/O-Ext Plugin for JPEG2000 format, based on the GDAL JP2 Kakadu driver. 
it.geosolutions.imageio.plugins.jp2mrsid ImageI/O-Ext Plugin for JPEG2000 format, based on the GDAL JP2 MrSID driver . 
it.geosolutions.imageio.plugins.jpeg ImageI/O-Ext Plugin for JPEG format, based on GDAL. 
it.geosolutions.imageio.plugins.mrsid ImageI/O-Ext Plugin for MrSID format, based on GDAL. 
it.geosolutions.imageio.plugins.nitf ImageI/O-Ext Plugin for National Imagery Transmission Format (NITF), based on GDAL. 
it.geosolutions.imageio.plugins.rpftoc ImageI/O-Ext Plugin for Compressed ARC Digitized Raster Graphics Raster Product Format (CADRG RPFTOC), based on GDAL. 
it.geosolutions.imageio.plugins.wcs ImageI/O-Ext Plugin for WCS Service format, based on GDAL. 
it.geosolutions.imageio.plugins.wms ImageI/O-Ext Plugin for WMS Service format, based on GDAL. 
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.gdalframework
 

Constructors in it.geosolutions.imageio.gdalframework with parameters of type GDALImageReaderSpi
GDALImageReader(GDALImageReaderSpi originatingProvider)
          Constructs a GDALImageReader using a GDALImageReaderSpi.
GDALImageReader(GDALImageReaderSpi originatingProvider, int numSubdatasets)
          Constructs a GDALImageReader using a GDALImageReaderSpi.
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.arcbinarygrid
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.arcbinarygrid
 class ArcBinaryGridImageReaderSpi
          Service provider interface for the ArcInfo Binary Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.arcgrid
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.arcgrid
 class ArcGridImageReaderSpi
          Service provider interface for the Ascii ArcInfo Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.bsb
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.bsb
 class BSBImageReaderSpi
          Service provider interface for BSB image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.doq1
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.doq1
 class DOQ1ImageReaderSpi
          Service provider interface for Digital Orthophoto Quarter Quadrangles image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.doq2
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.doq2
 class DOQ2ImageReaderSpi
          Service provider interface for New Labelled USGS Digital Orthophoto Quarter Quadrangles image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.dted
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.dted
 class DTEDImageReaderSpi
          Service provider interface for DTED image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.ecw
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.ecw
 class ECWImageReaderSpi
          Service provider interface for the ECW Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.ehdr
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.ehdr
 class EsriHdrImageReaderSpi
          Service provider interface for the ESRI Hdr labelled Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.envihdr
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.envihdr
 class ENVIHdrImageReaderSpi
          Service provider interface for the ENVI Hdr labelled Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.envisat
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.envisat
 class EnvisatImageReaderSpi
          Service provider interface for Envisat image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.erdasimg
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.erdasimg
 class ErdasImgImageReaderSpi
          Service provider interface for Erdas Imagine image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.geotiff
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.geotiff
 class GeoTiffImageReaderSpi
          Service provider interface for the GeoTiff Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.idrisi
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.idrisi
 class IDRISIImageReaderSpi
          Service provider interface for the Ascii ArcInfo Image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jp2ecw
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jp2ecw
 class JP2GDALEcwImageReaderSpi
          Service provider interface for the jp2k image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jp2kakadu
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jp2kakadu
 class JP2GDALKakaduImageReaderSpi
          Service provider interface for the jp2k image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jp2mrsid
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jp2mrsid
 class JP2GDALMrSidImageReaderSpi
          Service provider interface for the jp2k image
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jpeg
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.jpeg
 class JpegGDALImageReaderSpi
          Service provider interface for jpeg images
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.mrsid
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.mrsid
 class MrSIDImageReaderSpi
          Service provider interface for MrSid image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.nitf
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.nitf
 class NITFImageReaderSpi
          Service provider interface for NITF image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.rpftoc
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.rpftoc
 class RPFTOCImageReaderSpi
          Service provider interface for RPFTOC image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.wcs
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.wcs
 class WCSImageReaderSpi
          Service provider interface for WCS image reader
 

Uses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.wms
 

Subclasses of GDALImageReaderSpi in it.geosolutions.imageio.plugins.wms
 class WMSImageReaderSpi
          Service provider interface for WMS image reader
 



Copyright © 2006-2013 GeoSolutions. All Rights Reserved.