|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.imagefile.ImageUtilities
Class to contain code common to image files their reading/writing and manipulation.
Constructor Summary | |
ImageUtilities()
Creates a new instance of ImageUtilities |
Method Summary | |
static Envelope |
calculateEnvelope(java.io.File inTFWFile,
ImageInformation inImageInformation)
Calculate the envelope given the TFWFile. |
static Envelope |
loadEnvelope(java.io.File inTFWFile,
java.io.File inImageFile)
Check for a world file from which to load the Envelope. |
static ImageInformation |
readImageInformation(java.io.File inFile)
Read the image information for this image. |
static void |
writeWorldFile(java.io.File inOutputFile,
Envelope inEnvelope,
double inXDimen,
double inYDimen)
Calculate the envelope given the TFWFile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageUtilities()
Method Detail |
public static ImageInformation readImageInformation(java.io.File inFile)
public static Envelope calculateEnvelope(java.io.File inTFWFile, ImageInformation inImageInformation) throws java.lang.Exception
java.lang.Exception
public static void writeWorldFile(java.io.File inOutputFile, Envelope inEnvelope, double inXDimen, double inYDimen) throws java.lang.Exception
java.lang.Exception
public static Envelope loadEnvelope(java.io.File inTFWFile, java.io.File inImageFile) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |