|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.coverage.raster.GeoTIFFTest
public class GeoTIFFTest
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?).
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 |
---|
public GeoTIFFTest()
Method Detail |
---|
public static void init() throws Exception
IOException
Exception
public void geoTIFFCRS() throws UnknownCRSException
UnknownCRSException
public void geoTIFFEnvelope() throws UnknownCRSException
UnknownCRSException
public void geoTIFFSize()
public void geoTIFFRasterEnvelope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |