|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.imagefile.ImageChopper
Class to cut georeferenced images into 1/4 of their orrigional size.
Constructor Summary | |
ImageChopper()
Creates a new instance of ImageChopper |
Method Summary | |
void |
addImageChopperListener(ImageChopperListener inListener)
Add a listener to the list of registered listeners. |
void |
doChop()
Cut georeferenced images into 1/4 of their orrigional size. |
java.lang.String |
getDestinationImageDirectory()
Get the location of the source directory containing the images to convert. |
java.lang.String |
getOutputType()
Get the type to write. |
java.lang.String |
getSourceImageDirectory()
Get the location of the source directory containing the images to convert. |
static void |
main(java.lang.String[] inArgs)
Main entry point for the program. |
void |
removeImageChopperListener(ImageChopperListener inListener)
Remove a listener from the list of registered listeners. |
void |
setDestinationImageDirectory(java.lang.String inDestinationImageDirectory)
Set the location of the source directory containing the images to convert. |
void |
setOutputType(java.lang.String inOutputType)
Set the type to write. |
void |
setSourceImageDirectory(java.lang.String inSourceImageDirectory)
Set the location of the source directory containing the images to convert. |
void |
setStopProcessing(boolean inStopProcessing)
Set the status of the stop processing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ImageChopper()
Method Detail |
public java.lang.String getSourceImageDirectory()
public void setSourceImageDirectory(java.lang.String inSourceImageDirectory) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public java.lang.String getDestinationImageDirectory()
public void setDestinationImageDirectory(java.lang.String inDestinationImageDirectory) throws java.io.FileNotFoundException
java.io.FileNotFoundException
public void setOutputType(java.lang.String inOutputType)
public java.lang.String getOutputType()
public void setStopProcessing(boolean inStopProcessing)
public void doChop()
public void addImageChopperListener(ImageChopperListener inListener)
public void removeImageChopperListener(ImageChopperListener inListener)
public static void main(java.lang.String[] inArgs)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |