Class MapRouletteUploadCommand


  • public class MapRouletteUploadCommand
    extends MapRouletteCommand
    Given a directory of log files created by atlas-checks, upload those files to MapRoulette.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.openstreetmap.atlas.geography.atlas.AtlasLoadingCommand

        org.openstreetmap.atlas.geography.atlas.AtlasLoadingCommand.AcceptableInputFileFilter
      • Nested classes/interfaces inherited from class org.openstreetmap.atlas.utilities.runtime.Command

        org.openstreetmap.atlas.utilities.runtime.Command.Flag, org.openstreetmap.atlas.utilities.runtime.Command.Optionality, org.openstreetmap.atlas.utilities.runtime.Command.Switch<T extends java.lang.Object>, org.openstreetmap.atlas.utilities.runtime.Command.SwitchList
    • Field Summary

      • Fields inherited from class org.openstreetmap.atlas.geography.atlas.AtlasLoadingCommand

        EXCLUDE_THESE_COUNTRIES_PARAMETER, INCLUDE_ONLY_THESE_COUNTRIES_PARAMETER, INPUT, INPUT_FOLDER
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void execute​(org.openstreetmap.atlas.utilities.runtime.CommandMap commandMap, MapRouletteConfiguration configuration)  
      static void main​(java.lang.String[] args)  
      org.openstreetmap.atlas.utilities.runtime.Command.SwitchList switches()  
      • Methods inherited from class org.openstreetmap.atlas.geography.atlas.AtlasLoadingCommand

        loadAtlas, loadAtlas
      • Methods inherited from class org.openstreetmap.atlas.utilities.runtime.Command

        commandSummary, getCommandMap, lastRawCommand, run, runWithoutQuitting
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapRouletteUploadCommand

        public MapRouletteUploadCommand()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • switches

        public org.openstreetmap.atlas.utilities.runtime.Command.SwitchList switches()
        Overrides:
        switches in class MapRouletteCommand