Class | Description |
---|---|
ASTAboutBox |
Provides an "About Box" for the programs
|
ASTAngle |
Provides a class for angle objects and related methods.
|
ASTBookInfo |
Book information
|
ASTCatalog |
Provides the ability to load and view star catalogs.
|
ASTCharts |
Provides a class for creating star charts.
|
ASTConstellation |
Provides useful information about the 88 modern
constellations, including their boundaries, a method for
determining what constellation a given RA/Decl falls within,
and other useful methods for accessing constellation information.
|
ASTCoord |
This class implements a class for performing coordinate
system conversions and a coordinate object.
|
ASTDate |
Provides a class for a date object and related methods.
|
ASTFileIO |
Provides the GUI to let a user choose a filename
and path for loading a data file, typically a star catalog
but also other files (e.g., constellations data file)
if the file is not where it was expected to be.
|
ASTInt |
Provides a class for creating integer objects and validating
that a string has a valid integer value.
|
ASTKepler |
Solve Kepler's Equation
|
ASTLatLon |
This class implements a Lat/Lon object and related methods,
//' such as time zones and validating lat/lon strings.
|
ASTMath |
Provides several math-related utilities.
|
ASTMisc |
Miscellaneous constants
|
ASTMsg |
Methods to display messages to the user.
|
ASTObserver |
This class implements an observer class so that an
object can be created that represents a default observer
location and time.
|
ASTOrbits |
Define orbital elements
|
ASTPrt |
Output text methods
|
ASTQuery |
This class provides a GUI to allow a user to enter
1 to 3 lines of data.'
|
ASTReal |
Provides a class for creating real objects and validating that a string has a real value.
|
ASTSites |
Define launch sites
|
ASTStr |
Provides several string and character manipulation utilities.
|
ASTStyle |
GUI Style Settings
|
ASTStyle.GUIFocusTraversalPolicy |
Create a focus traversal policy for the GUI components that should be
traversed when the tab key is pressed.
|
ASTTime |
Provides a class for time objects and time-related methods,
including validating strings in the form h:m:s.s where h is
required but m and s.s are optional.
|
ASTTLE |
Define Two Line Elements
|
ASTVect |
This implements a simple class for handling vectors with
3 elements.
|
Enum | Description |
---|---|
ASTCatalog.CatalogSortField |
Define the ways a star catalog can be sorted and a method for converting the
'enum' type to a printable string.
|
ASTKepler.TrueAnomalyType |
enumeration of ways to solve for the true anomaly
|
ASTLatLon.TimeZoneType |
The numeric value of the time zone type is the time zone adjustment.
|