|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectutil.CommandLineParser
astro.RaDeParser
jview.JSkyGrid.Display
public static final class JSkyGrid.Display
Test the functionality. Understands command line switches for adding catalogs etc.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class util.CommandLineParser |
|---|
CommandLineParser.Test |
| Field Summary | |
|---|---|
private static String |
CATALOG
The default catalog name. |
private static Map |
DEFAULT
Default properties. |
private static String |
FOOT
A footer message. |
private static String |
ONE
The switches for adding properties. |
private static double |
SIZE
The default size. |
private static String |
TWO
The switches for adding properties. |
private static String |
ZERO
The no-argument switch. |
| Fields inherited from class astro.RaDeParser |
|---|
USE |
| Constructor Summary | |
|---|---|
JSkyGrid.Display()
Constructs the parser to the sky display. |
|
| Method Summary | |
|---|---|
static void |
main(String[] arg)
Reads a fits-file from the first command line argument and displays it. |
private JSkyGrid |
process(String[] arg)
Reads the command line and parses object ra,dec out of it. |
| Methods inherited from class astro.RaDeParser |
|---|
getRaDe |
| Methods inherited from class util.CommandLineParser |
|---|
getArguments, getCommandLine, getCommands, getRegisteredSwitches, hasAnySwitch, hasSwitch, hasSwitch, haveAllSwitches, parse, printCommandLine, registerLine, registerSwitches, setCommands, staticUsage, usage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final String ZERO
private static final String ONE
private static final String TWO
private static final String FOOT
private static Map DEFAULT
private static final double SIZE
private static final String CATALOG
| Constructor Detail |
|---|
public JSkyGrid.Display()
| Method Detail |
|---|
private JSkyGrid process(String[] arg)
throws ParseException
ParseException
public static void main(String[] arg)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||