Uses of Class
gistoolkit.datasources.imagefile.imagereaders.ImageInformation

Packages that use ImageInformation
gistoolkit.datasources.imagefile   
gistoolkit.datasources.imagefile.imagereaders   
 

Uses of ImageInformation in gistoolkit.datasources.imagefile
 

Methods in gistoolkit.datasources.imagefile that return ImageInformation
static ImageInformation ImageUtilities.readImageInformation(java.io.File inFile)
          Read the image information for this image.
 

Methods in gistoolkit.datasources.imagefile with parameters of type ImageInformation
static Envelope ImageUtilities.calculateEnvelope(java.io.File inTFWFile, ImageInformation inImageInformation)
          Calculate the envelope given the TFWFile.
 

Uses of ImageInformation in gistoolkit.datasources.imagefile.imagereaders
 

Methods in gistoolkit.datasources.imagefile.imagereaders that return ImageInformation
 ImageInformation AWTImageReader.readImage(java.lang.String inFile)
           
 ImageInformation IconImageReader.readImage(java.lang.String inFile)
          Use the javax.imageio api to read the image.
 ImageInformation ImageIOImageReader.readImage(java.lang.String inFile)
          Use the javax.imageio api to read the image.
static ImageInformation ImageReader.readImage(java.lang.String inFilename)
          This method will attempt to use the available methods to read images.
 ImageInformation ImageReaderInterface.readImage(java.lang.String inFile)
          Method to read the image information from a file.
 ImageInformation JAIImageReader.readImage(java.lang.String inFile)