org.deegree.coverage.raster
Class GeoTIFFTest

java.lang.Object
  extended by org.deegree.coverage.raster.GeoTIFFTest

public class GeoTIFFTest
extends Object

This class tests the loading of GeoTIFF files. It doesn't test the various TIFF formats, but only the georeferencing metadata. Be careful this test will only work with the IIORasterReader, the JAIRasterReader doesn't support meta-data reading (yet?).

Version:
$Revision: 31644 $, $Date: 2011-08-24 22:27:43 +0200 (Wed, 24 Aug 2011) $
Author:
Oliver Tonnhofer, last edited by: $Author: mschneider $

Constructor Summary
GeoTIFFTest()
           
 
Method Summary
 void geoTIFFCRS()
          test the coordinate system of a GeoTIFF
 void geoTIFFEnvelope()
          test the envelope of a GeoTIFF
 void geoTIFFRasterEnvelope()
          test the raster envelope of a GeoTIFF
 void geoTIFFSize()
          test the raster size of a GeoTIFF
static void init()
          load the GeoTIFF file to test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoTIFFTest

public GeoTIFFTest()
Method Detail

init

public static void init()
                 throws Exception
load the GeoTIFF file to test

Throws:
IOException
Exception

geoTIFFCRS

public void geoTIFFCRS()
                throws UnknownCRSException
test the coordinate system of a GeoTIFF

Throws:
UnknownCRSException

geoTIFFEnvelope

public void geoTIFFEnvelope()
                     throws UnknownCRSException
test the envelope of a GeoTIFF

Throws:
UnknownCRSException

geoTIFFSize

public void geoTIFFSize()
test the raster size of a GeoTIFF


geoTIFFRasterEnvelope

public void geoTIFFRasterEnvelope()
test the raster envelope of a GeoTIFF



Copyright © 2011. All Rights Reserved.