public class AltAzVelocity extends RaDeParser
CommandLineParser.Template, CommandLineParser.Test| Modifier and Type | Field and Description |
|---|---|
private static String |
FOOT
A footer message.
|
private static String |
SWITCHES
The switches for adding properties.
|
USEHELPSWITCHES| Constructor and Description |
|---|
AltAzVelocity()
Constructs the parser to the sensor tester.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Parses the command line and prints output to standard out.
|
double[] |
process(String[] arg)
Reads the command line and parses object ra,dec out of it.
|
getRaDe, getRaDe, raDeString, raDeString, registerRaDeSwitchesaddHelpSwitches, getArguments, getCallerName, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasHelpSwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usageprivate static final String SWITCHES
private static final String FOOT
public AltAzVelocity()
public double[] process(String[] arg) throws ParseException
ParseExceptionpublic static void main(String[] arg) throws ParseException
ParseException