public class ImageMaster.ImageMasterHelper extends java.lang.Object implements ImageReceiver
Modifier and Type | Field and Description |
---|---|
boolean |
complete |
java.lang.String |
errorLogFileName |
ImageMaster |
iMaster |
ImageServer |
iServer |
java.lang.String |
outputFileName |
java.lang.String |
outputLogFileName |
Proj |
proj |
int |
scaleToHeight |
int |
scaleToWidth |
Constructor and Description |
---|
ImageMaster.ImageMasterHelper(java.lang.String prefix,
java.util.Properties props,
ImageMaster master) |
Modifier and Type | Method and Description |
---|---|
void |
create()
Start the ImageServer on it's creative journey.
|
ProjectionFactory |
getProjectionFactory()
Override this method if you want to change the available projections
from the defaults.
|
void |
receiveImageData(byte[] imageBytes)
Receive the bytes from a image.
|
void |
writeDataFile(java.lang.String fileName,
byte[] imageData)
Write the image to a file.
|
public ImageServer iServer
public java.lang.String outputFileName
public boolean complete
public ImageMaster iMaster
public Proj proj
public java.lang.String outputLogFileName
public java.lang.String errorLogFileName
public int scaleToWidth
public int scaleToHeight
public ImageMaster.ImageMasterHelper(java.lang.String prefix, java.util.Properties props, ImageMaster master)
public ProjectionFactory getProjectionFactory()
public void create()
public void receiveImageData(byte[] imageBytes)
receiveImageData
in interface ImageReceiver
imageBytes
- the formatted image..public void writeDataFile(java.lang.String fileName, byte[] imageData)
fileName
- the file name to write the image into.imageData
- the image data to put in the file.Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details