|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.combiners.TdbBuilder
public class TdbBuilder
Build the TDB file and the overview map.
Constructor Summary | |
---|---|
TdbBuilder()
|
Method Summary | |
---|---|
void |
init(CommandArgs args)
Initialise by saving all the information we require from the command line args. |
void |
onFinish()
Called when all the .img files have been processed. |
void |
onMapEnd(FileInfo finfo)
Called at the end of every map that is to be combined. |
void |
setOverviewSource(OverviewMap overviewSource)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TdbBuilder()
Method Detail |
---|
public void init(CommandArgs args)
init
in interface Combiner
args
- The command line arguments as they are at the end of the list.
In other words if the same argument appears more than once, then it willpublic void onMapEnd(FileInfo finfo)
onMapEnd
in interface Combiner
finfo
- Information on the file.public void onFinish()
onFinish
in interface Combiner
public void setOverviewSource(OverviewMap overviewSource)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |