class DataFilesActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
DataFilesActions() |
Modifier and Type | Method and Description |
---|---|
protected void |
findConstellationForObj()
Finds the constellation that an object is currently in.
|
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 |
loadOrbitalElements()
Load orbital elements from disk
|
protected void |
showAllOrbitalElements()
Shows all of the orbital elements and other data from whatever
orbital elements database is currently loaded.
|
protected void |
showCatalogInfo()
Shows the catalog information from the currently loaded catalog.
|
protected void |
showObjOrbitalElements()
Shows the orbital elements and other data for an object from
whatever orbital elements database is currently loaded.
|
protected void findConstellationForObj()
protected void findConstellationForRA_Decl()
protected void listAllConstellations()
protected void listAllObjsInCatalog()
protected void listAllObjsInConstellation()
protected void loadCatalog()
protected void loadOrbitalElements()
protected void showAllOrbitalElements()
protected void showObjOrbitalElements()
protected void showCatalogInfo()