com.vividsolutions.jump.workbench.imagery.geotiff
Class GeoTIFFRaster

java.lang.Object
  extended by com.vividsolutions.jump.workbench.imagery.geotiff.GeoReferencedRaster
      extended by com.vividsolutions.jump.workbench.imagery.geotiff.GeoTIFFRaster

public class GeoTIFFRaster
extends GeoReferencedRaster


Field Summary
 
Fields inherited from class com.vividsolutions.jump.workbench.imagery.geotiff.GeoReferencedRaster
imageFileLocation, src
 
Constructor Summary
GeoTIFFRaster(java.lang.String imageFileLocation)
          Called by Java2XML
 
Method Summary
protected  void readRasterfile()
           
 
Methods inherited from class com.vividsolutions.jump.workbench.imagery.geotiff.GeoReferencedRaster
fetchRaster, fullContrast, getCoorModel_tiepointLT, getCoorRasterTiff_tiepointLT, getDblModelUnitsPerRasterUnit_X, getDblModelUnitsPerRasterUnit_Y, getEnvelope, getImage, getMaximumExtreme, getMinimumExtreme, normalize, setAffineTransformation, setCoorModel_tiepointLT, setCoorRasterTiff_tiepointLT, setDblModelUnitsPerRasterUnit_X, setDblModelUnitsPerRasterUnit_Y
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoTIFFRaster

public GeoTIFFRaster(java.lang.String imageFileLocation)
              throws java.lang.Exception
Called by Java2XML

Throws:
java.lang.Exception
Method Detail

readRasterfile

protected void readRasterfile()
                       throws java.lang.Exception
Overrides:
readRasterfile in class GeoReferencedRaster
Throws:
java.lang.Exception