gistoolkit.datasources.imagefile
Class ImageChopper

java.lang.Object
  extended bygistoolkit.datasources.imagefile.ImageChopper

public class ImageChopper
extends java.lang.Object

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

ImageChopper

public ImageChopper()
Creates a new instance of ImageChopper

Method Detail

getSourceImageDirectory

public java.lang.String getSourceImageDirectory()
Get the location of the source directory containing the images to convert.


setSourceImageDirectory

public void setSourceImageDirectory(java.lang.String inSourceImageDirectory)
                             throws java.io.FileNotFoundException
Set the location of the source directory containing the images to convert.

Throws:
java.io.FileNotFoundException

getDestinationImageDirectory

public java.lang.String getDestinationImageDirectory()
Get the location of the source directory containing the images to convert.


setDestinationImageDirectory

public void setDestinationImageDirectory(java.lang.String inDestinationImageDirectory)
                                  throws java.io.FileNotFoundException
Set the location of the source directory containing the images to convert.

Throws:
java.io.FileNotFoundException

setOutputType

public void setOutputType(java.lang.String inOutputType)
Set the type to write.


getOutputType

public java.lang.String getOutputType()
Get the type to write.


setStopProcessing

public void setStopProcessing(boolean inStopProcessing)
Set the status of the stop processing.


doChop

public void doChop()
Cut georeferenced images into 1/4 of their orrigional size.


addImageChopperListener

public void addImageChopperListener(ImageChopperListener inListener)
Add a listener to the list of registered listeners.


removeImageChopperListener

public void removeImageChopperListener(ImageChopperListener inListener)
Remove a listener from the list of registered listeners.


main

public static void main(java.lang.String[] inArgs)
Main entry point for the program.