|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.geotools.coverage.grid.io.imageio.geotiff.GeoTiffException
public final class GeoTiffException
This exception is thrown when the problem with reading the GeoTiff file has to do with constructing either the raster to model transform, or the coordinate system. A GeoTiffException:
This exception is expected to be thrown when there is absolutely nothing wrong with the GeoTiff file which produced it. In this case, the exception is reporting an unsupported coordinate system description or raster to model transform, or some other unrecognized configuration of the GeoTIFFWritingUtilities tags. By doing so, it attempts to record enough information so that the maintainers can support it in the future.
Constructor Summary | |
---|---|
GeoTiffException(GeoTiffIIOMetadataDecoder metadata,
java.lang.String msg,
java.lang.Throwable t)
Constructs an instance of GeoTiffException with the
specified detail message. |
Method Summary | |
---|---|
GeoKeyEntry[] |
getGeoKeys()
Getter for property geoKeys. |
java.lang.String |
getMessage()
|
java.awt.geom.AffineTransform |
getModelTransformation()
Getter for property modelTransformation. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeoTiffException(GeoTiffIIOMetadataDecoder metadata, java.lang.String msg, java.lang.Throwable t)
GeoTiffException
with the
specified detail message.
metadata
- The metadata from the GeoTIFFWritingUtilities image causing
the error.msg
- the detail message.Method Detail |
---|
public java.awt.geom.AffineTransform getModelTransformation()
public GeoKeyEntry[] getGeoKeys()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |