uk.me.parabola.mkgmap.main
Class MapMaker

java.lang.Object
  extended by uk.me.parabola.mkgmap.main.MapMaker
All Implemented Interfaces:
MapProcessor

public class MapMaker
extends java.lang.Object
implements MapProcessor

Main routine for the command line map-making utility.

Author:
Steve Ratcliffe

Constructor Summary
MapMaker()
           
 
Method Summary
 java.lang.String makeMap(CommandArgs args, java.lang.String filename)
          Make a map from the given input filename and options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapMaker

public MapMaker()
Method Detail

makeMap

public java.lang.String makeMap(CommandArgs args,
                                java.lang.String filename)
Description copied from interface: MapProcessor
Make a map from the given input filename and options.

Specified by:
makeMap in interface MapProcessor
Parameters:
args - The options that are in force.
filename - The input filename.
Returns:
The output filename; the name of the file that was created.