class StarCatalogActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
StarCatalogActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
findConstellationForRA_Decl()
Finds the constellation that a given RA/Decl falls within
|
protected void |
listAllConstellations()
Displays a list of all of the constellations.
|
protected void |
listAllObjsInCatalog()
Shows all catalog information, including space objects,
in the currently loaded catalog.
|
protected void |
listAllObjsInConstellation()
Shows all space objects in the currently loaded catalog
that fall within a user-specified constellation.
|
protected void |
loadCatalog()
Loads a star catalog from disk from disk
|
protected void |
showCatalogInfo()
Shows the catalog information from the currently loaded catalog.
|
protected void loadCatalog()
protected void showCatalogInfo()
protected void listAllObjsInCatalog()
protected void listAllConstellations()
protected void listAllObjsInConstellation()
protected void findConstellationForRA_Decl()