|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.imagefile.RasterCatalogCreator
Class to take a directory of images and tfw files and create a RasterCatalog from them.
Field Summary | |
EnvelopeBuffer |
myEnvelopeBuffer
The buffer to use to aggregate the envelopes. |
(package private) int[] |
myResolutions
The resolutions to break the images into. |
Constructor Summary | |
RasterCatalogCreator()
Creates a new instance of RasterCatalogCreator |
|
RasterCatalogCreator(java.lang.String inFileLocation)
Creates a new instance of RasterCatalogCreator |
Method Summary | |
void |
doConvert()
Convert the images. |
java.lang.String |
getDestinationImageDirectory()
Get the location of the source directory containing the images to convert. |
int |
getMaxWidth()
Get the maximum width of an image. |
java.lang.String |
getOutputType()
Get the type to write. |
int[] |
getResolutions()
Get the resolutions to break the images into. |
java.lang.String |
getSourceImageDirectory()
Get the location of the source directory containing the images to convert. |
java.lang.String[] |
getSupportedOutputTypes()
Return the supported output types. |
void |
notify(java.lang.String inFile,
int inResolution,
int inX,
int inY)
Notify the application of a status change. |
void |
setDestinationImageDirectory(java.lang.String inDestinationImageDirectory)
Set the location of the source directory containing the images to convert. |
void |
setMaxWidth(int inMaxWidth)
Set the maximum width of an image. |
void |
setOutputType(java.lang.String inOutputType)
Set the type to write. |
void |
setRasterCatalogCreatorApplication(RasterCatalogCreatorApplication inRasterCatalogCreatorApplication)
Set the application for notification. |
void |
setResolutions(int[] inResolutions)
Set the resolutions to break the images into. |
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 |
Field Detail |
int[] myResolutions
public EnvelopeBuffer myEnvelopeBuffer
Constructor Detail |
public RasterCatalogCreator()
public RasterCatalogCreator(java.lang.String inFileLocation) throws java.io.FileNotFoundException
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 setMaxWidth(int inMaxWidth)
public int getMaxWidth()
public void setResolutions(int[] inResolutions)
public int[] getResolutions()
public void setOutputType(java.lang.String inOutputType)
public java.lang.String getOutputType()
public void setStopProcessing(boolean inStopProcessing)
public java.lang.String[] getSupportedOutputTypes()
public void doConvert() throws java.lang.Exception
java.lang.Exception
public void setRasterCatalogCreatorApplication(RasterCatalogCreatorApplication inRasterCatalogCreatorApplication)
public void notify(java.lang.String inFile, int inResolution, int inX, int inY)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |