uk.me.parabola.mkgmap.main
Interface MapProcessor
- All Known Implementing Classes:
- MapMaker
public interface MapProcessor
Different options that can be supplied that change the mode and operation
of the program.
- Author:
- Steve Ratcliffe
Method Summary |
java.lang.String |
makeMap(CommandArgs args,
java.lang.String filename)
Make a map from the given input filename and options. |
makeMap
java.lang.String makeMap(CommandArgs args,
java.lang.String filename)
- Make a map from the given input filename and options.
- Parameters:
args
- The options that are in force.filename
- The input filename.
- Returns:
- The output filename; the name of the file that was created.