public class Mosaic extends java.lang.Object implements java.lang.Comparable<Mosaic>
Constructor and Description |
---|
Mosaic() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Mosaic arg0) |
java.lang.String |
getEngine() |
java.util.HashMap<java.lang.String,java.lang.String> |
getEngineConfig()
Return a reference to the engine config map.
|
java.lang.String |
getMasterPic() |
int |
getMid()
Fetch the unique mosaicId
|
java.lang.String |
getName()
Fetch the descriptive name of this mosaic run.
|
java.lang.String |
getOutPic()
The full path to the jpeg to write.
|
int |
getSid() |
java.util.Date |
getStartTime() |
int |
getTileHeight() |
int |
getTilesComplete() |
boolean |
isBatch()
Is this part of the definition of a MosaicBatch?
|
boolean |
isMakeBackup()
Should we save the mosaic output jpeg before overwriting it with a new file?
|
void |
setBatch(boolean batch) |
void |
setEngine(java.lang.String engine) |
void |
setEngineConfig(java.util.HashMap<java.lang.String,java.lang.String> engineConfig)
Set the map of engine config parameters.
|
void |
setMakeBackup(boolean makeBackup)
Should we save the mosaic output jpeg before overwriting it with a new file?
|
void |
setMasterPic(java.lang.String masterPic) |
void |
setMid(int mid) |
void |
setName(java.lang.String name) |
void |
setOutPic(java.lang.String outPic)
The full path to the jpeg to write
|
void |
setSid(int sid) |
void |
setStartTime(java.util.Date startTime) |
void |
setTileHeight(int tileHeight) |
void |
setTilesComplete(int tilesComplete) |
public int compareTo(Mosaic arg0)
compareTo
in interface java.lang.Comparable<Mosaic>
public int getMid()
public void setMid(int mid)
mid
- the mid to setpublic boolean isBatch()
public void setBatch(boolean batch)
batch
- the batch to setpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getEngine()
public void setEngine(java.lang.String engine)
engine
- the engine to setpublic java.lang.String getMasterPic()
public void setMasterPic(java.lang.String masterPic)
masterPic
- the masterPic to setpublic java.lang.String getOutPic()
public void setOutPic(java.lang.String outPic)
outPic
- the outPic to setpublic int getSid()
public void setSid(int sid)
sid
- the sid to setpublic int getTileHeight()
public void setTileHeight(int tileHeight)
tileHeight
- the tileHeight to setpublic java.util.Date getStartTime()
public void setStartTime(java.util.Date startTime)
startTime
- the startTime to setpublic int getTilesComplete()
public void setTilesComplete(int tilesComplete)
tilesComplete
- the tilesComplete to setpublic boolean isMakeBackup()
public void setMakeBackup(boolean makeBackup)
makeBackup
- the makeBackup to setpublic java.util.HashMap<java.lang.String,java.lang.String> getEngineConfig()
public void setEngineConfig(java.util.HashMap<java.lang.String,java.lang.String> engineConfig)
engineConfig
- the engineConfig to set