|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.combiners.MdxBuilder
public class MdxBuilder
Create the mdx file which is basically just a list of maps in a set. It is required for use with the global index file (mdr).
Constructor Summary | |
---|---|
MdxBuilder()
|
Method Summary | |
---|---|
void |
init(CommandArgs args)
Initialise with the command line arguments. |
void |
onFinish()
The complete map set has been processed. |
void |
onMapEnd(FileInfo finfo)
This is called when an individual map is complete. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MdxBuilder()
Method Detail |
---|
public void init(CommandArgs args)
Combiner
Combiner.onMapEnd(uk.me.parabola.mkgmap.combiners.FileInfo)
methods.
init
in interface Combiner
args
- The command line arguments.public void onMapEnd(FileInfo finfo)
Combiner
onMapEnd
in interface Combiner
finfo
- An interface to read the map.public void onFinish()
Combiner
onFinish
in interface Combiner
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |