org.osm2world.console
Interface CLIArguments


public interface CLIArguments


Field Summary
static String OUTPUT_PATTERN
           
 
Method Summary
 File getConfig()
           
 boolean getGui()
           
 boolean getHelp()
           
 File getInput()
           
 List<File> getOutput()
           
 double getOviewAngle()
           
 List<LatLonEle> getOviewBoundingBox()
           
 OrthoTilesUtil.CardinalDirection getOviewFrom()
           
 List<TileNumber> getOviewTiles()
           
 File getParameterFile()
           
 boolean getPerformancePrint()
           
 File getPerformanceTable()
           
 double getPviewAspect()
           
 double getPviewFovy()
           
 LatLonEle getPviewLookat()
           
 LatLonEle getPviewPos()
           
 Resolution getResolution()
           
 boolean getVersion()
           
 boolean isConfig()
           
 boolean isInput()
           
 boolean isOutput()
           
 boolean isOviewAngle()
           
 boolean isOviewBoundingBox()
           
 boolean isOviewFrom()
           
 boolean isOviewTiles()
           
 boolean isParameterFile()
           
 boolean isPerformanceTable()
           
 boolean isPviewAspect()
           
 boolean isPviewFovy()
           
 boolean isPviewLookat()
           
 boolean isPviewPos()
           
 boolean isResolution()
           
 

Field Detail

OUTPUT_PATTERN

static final String OUTPUT_PATTERN
See Also:
Constant Field Values
Method Detail

getInput

File getInput()

isInput

boolean isInput()

getOutput

List<File> getOutput()

isOutput

boolean isOutput()

getConfig

File getConfig()

isConfig

boolean isConfig()

getResolution

Resolution getResolution()

isResolution

boolean isResolution()

getOviewAngle

double getOviewAngle()

isOviewAngle

boolean isOviewAngle()

getOviewFrom

OrthoTilesUtil.CardinalDirection getOviewFrom()

isOviewFrom

boolean isOviewFrom()

getOviewBoundingBox

List<LatLonEle> getOviewBoundingBox()

isOviewBoundingBox

boolean isOviewBoundingBox()

getOviewTiles

List<TileNumber> getOviewTiles()

isOviewTiles

boolean isOviewTiles()

getPviewPos

LatLonEle getPviewPos()

isPviewPos

boolean isPviewPos()

getPviewLookat

LatLonEle getPviewLookat()

isPviewLookat

boolean isPviewLookat()

getPviewFovy

double getPviewFovy()

isPviewFovy

boolean isPviewFovy()

getPviewAspect

double getPviewAspect()

isPviewAspect

boolean isPviewAspect()

getPerformancePrint

boolean getPerformancePrint()

getPerformanceTable

File getPerformanceTable()

isPerformanceTable

boolean isPerformanceTable()

getGui

boolean getGui()

getHelp

boolean getHelp()

getVersion

boolean getVersion()

getParameterFile

File getParameterFile()

isParameterFile

boolean isParameterFile()