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

Packages that use GDALImageReader
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 GDALImageReader in it.geosolutions.imageio.gdalframework
 

Methods in it.geosolutions.imageio.gdalframework with parameters of type GDALImageReader
static String GDALUtilities.getImageMetadata(GDALImageReader reader, int index)
           
static String GDALUtilities.getStreamMetadata(GDALImageReader reader)
           
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.arcbinarygrid
 class ArcBinaryGridImageReader
          ArcBinaryGridImageReader is a GDALImageReader able to create RenderedImage from ASCII arcGrid files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.arcgrid
 class ArcGridImageReader
          ArcGridImageReader is a GDALImageReader able to create RenderedImage from ASCII arcGrid files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.bsb
 class BSBImageReader
          BSBImageReader is a GDALImageReader able to create RenderedImage from BSB files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.doq1
 class DOQ1ImageReader
          DOQ1ImageReader is a GDALImageReader able to create RenderedImage from Digital Orthophoto Quarter Quadrangles files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.doq2
 class DOQ2ImageReader
          DOQ2ImageReader is a GDALImageReader able to create RenderedImage from New Labelled USGS Digital Orthophoto Quarter Quadrangles files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.dted
 class DTEDImageReader
          DTEDImageReader is a GDALImageReader able to create RenderedImage from DTED files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.ecw
 class ECWImageReader
          ECWImageReader is a GDALImageReader able to create RenderedImage from ECW files and ECWP protocol.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.ehdr
 class EsriHdrImageReader
          EsriHdrImageReader is a GDALImageReader able to create RenderedImage from ESRI header labelled files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.envihdr
 class ENVIHdrImageReader
          ENVIHdrImageReader is a GDALImageReader able to create RenderedImage from ENVI header labelled files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.envisat
 class EnvisatImageReader
          EnvisatImageReader is a GDALImageReader able to create RenderedImage from Envisat files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.erdasimg
 class ErdasImgImageReader
          ErdasImgImageReader is a GDALImageReader able to create RenderedImage from Erdas Imagine files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.geotiff
 class GeoTiffImageReader
          GeoTiffImageReader is a GDALImageReader able to create RenderedImage from GeoTiff files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.idrisi
 class IDRISIImageReader
          IDRISIImageReader is a GDALImageReader able to create RenderedImage from ASCII arcGrid files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.jp2ecw
 class JP2GDALEcwImageReader
          JP2GDALEcwImageReader is a GDALImageReader able to create RenderedImage from JP2K files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.jp2kakadu
 class JP2GDALKakaduImageReader
          JP2GDALKakaduImageReader is a GDALImageReader able to create RenderedImage from JP2K files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.jp2mrsid
 class JP2GDALMrSidImageReader
          JP2GDALMrSidImageReader is a GDALImageReader able to create RenderedImage from JP2K files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.jpeg
 class JpegGDALImageReader
          JpegGDALImageReader is a GDALImageReader able to create RenderedImage from JPEG files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.mrsid
 class MrSIDImageReader
          MrSIDImageReader is a GDALImageReader able to create RenderedImage from MrSID files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.nitf
 class NITFImageReader
          NITFImageReader is a GDALImageReader able to create RenderedImage from NITF files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.rpftoc
 class RPFTOCImageReader
          RPFTOCImageReader is a GDALImageReader able to create RenderedImage from RPFTOC files.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.wcs
 class WCSImageReader
          WCSImageReader is a GDALImageReader able to create RenderedImage from WCS services.
 

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

Subclasses of GDALImageReader in it.geosolutions.imageio.plugins.wms
 class WMSImageReader
          WMSImageReader is a GDALImageReader able to create RenderedImage from WMS services.
 



Copyright © 2006-2012 GeoSolutions. All Rights Reserved.