- abbrevRight(String, int) - Static method in class jll.celcalc.ASTUtils.ASTStr
-
Abbreviates a string on the right, if necessary.
- ABORT_PROG - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Whether to abort the program if an error is detected
- abortMsg(String, JFrame) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Asks the user if they wish to abort, and centers the dialog on the
frame passed in
This method is overloaded.
- abortMsg(String) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Asks the user if they wish to abort, and centers the dialog on the
frame passed in
This method is overloaded.
- ABOUTAUTHOR_FONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the Author section of the About box
- ABOUTBOOKTITLE_BOLDFONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the Book Title in the About box
- ABOUTBTN_FONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the About box buttons
- ABOUTCHAPTITLE_BOLDFONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the Chapter Title section of the About box
- ABOUTCOPYRIGHT_FONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the Copyright section of the About box
- ABOUTEDITION_BOLDFONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the book Edition in the About box.
- ABOUTVERSION_FONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font to use for the Version number in the About box
- adjustDatebyDays(ASTDate, double) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Adjust the date by some number of days
- angleToStr(ASTAngle, boolean) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Convert an angle object to DMS or decimal string format
depending upon the formatFlag.
- angleToStr(double, boolean) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Convert an angle object to DMS or decimal string format
depending upon the formatFlag.
- angleToStr(boolean, int, int, double, boolean) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Convert an angle object to DMS or decimal string format
depending upon the formatFlag.
- areConstellationsLoaded() - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets whether the constellations database has been loaded.
- areSitesLoaded() - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Check to see if a Launch Sites database has been loaded.
- areTLEsLoaded() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Check to see if a TLE database has been loaded.
- ASCENDING_ORDER - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Sort lists in ascending order
- AST_UNDEFINED - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Value indicating that something is undefined
- ASTAboutBox - Class in jll.celcalc.ASTUtils
-
Provides an "About Box" for the programs
- ASTAboutBox(String) - Constructor for class jll.celcalc.ASTUtils.ASTAboutBox
-
Creates an About Box instance.
- ASTAngle - Class in jll.celcalc.ASTUtils
-
Provides a class for angle objects and related methods.
- ASTAngle() - Constructor for class jll.celcalc.ASTUtils.ASTAngle
-
Class constructor for creating an angle object.
- ASTAngle(double) - Constructor for class jll.celcalc.ASTUtils.ASTAngle
-
Class constructor for creating an angle object.
- ASTBookInfo - Class in jll.celcalc.ASTUtils
-
Book information
- ASTBookInfo() - Constructor for class jll.celcalc.ASTUtils.ASTBookInfo
-
- ASTCatalog - Class in jll.celcalc.ASTUtils
-
Provides the ability to load and view star catalogs.
- ASTCatalog() - Constructor for class jll.celcalc.ASTUtils.ASTCatalog
-
- ASTCatalog.CatalogSortField - Enum in jll.celcalc.ASTUtils
-
Define the ways a star catalog can be sorted and a method for converting the
'enum' type to a printable string.
- ASTCharts - Class in jll.celcalc.ASTUtils
-
Provides a class for creating star charts.
- ASTCharts(JComponent) - Constructor for class jll.celcalc.ASTUtils.ASTCharts
-
This constructor creates a Star Chart instance and saves the component that
the calling routine sent to be used as the drawing canvas.
- ASTConstellation - Class in jll.celcalc.ASTUtils
-
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.
- ASTConstellation() - Constructor for class jll.celcalc.ASTUtils.ASTConstellation
-
- ASTCoord - Class in jll.celcalc.ASTUtils
-
This class implements a class for performing coordinate
system conversions and a coordinate object.
- ASTCoord() - Constructor for class jll.celcalc.ASTUtils.ASTCoord
-
Create an instance with the given angles
This method is overloaded.
- ASTCoord(double, double) - Constructor for class jll.celcalc.ASTUtils.ASTCoord
-
Create an instance with the given angles
This method is overloaded.
- ASTCoord(double, double, double) - Constructor for class jll.celcalc.ASTUtils.ASTCoord
-
Create an instance with the given angles
This method is overloaded.
- ASTDate - Class in jll.celcalc.ASTUtils
-
Provides a class for a date object and related methods.
- ASTDate() - Constructor for class jll.celcalc.ASTUtils.ASTDate
-
Constructor to create a date object.
- ASTFileIO - Class in jll.celcalc.ASTUtils
-
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.
- ASTFileIO() - Constructor for class jll.celcalc.ASTUtils.ASTFileIO
-
- ASTInt - Class in jll.celcalc.ASTUtils
-
Provides a class for creating integer objects and validating
that a string has a valid integer value.
- ASTInt() - Constructor for class jll.celcalc.ASTUtils.ASTInt
-
Class constructor.
- ASTKepler - Class in jll.celcalc.ASTUtils
-
Solve Kepler's Equation
- ASTKepler() - Constructor for class jll.celcalc.ASTUtils.ASTKepler
-
- ASTKepler.TrueAnomalyType - Enum in jll.celcalc.ASTUtils
-
enumeration of ways to solve for the true anomaly
- ASTLatLon - Class in jll.celcalc.ASTUtils
-
This class implements a Lat/Lon object and related methods,
//' such as time zones and validating lat/lon strings.
- ASTLatLon() - Constructor for class jll.celcalc.ASTUtils.ASTLatLon
-
Class constructor.
- ASTLatLon.TimeZoneType - Enum in jll.celcalc.ASTUtils
-
The numeric value of the time zone type is the time zone adjustment.
- ASTMath - Class in jll.celcalc.ASTUtils
-
Provides several math-related utilities.
- ASTMath() - Constructor for class jll.celcalc.ASTUtils.ASTMath
-
- ASTMisc - Class in jll.celcalc.ASTUtils
-
Miscellaneous constants
- ASTMisc() - Constructor for class jll.celcalc.ASTUtils.ASTMisc
-
- ASTMsg - Class in jll.celcalc.ASTUtils
-
Methods to display messages to the user.
- ASTMsg() - Constructor for class jll.celcalc.ASTUtils.ASTMsg
-
- ASTObserver - Class in jll.celcalc.ASTUtils
-
This class implements an observer class so that an
object can be created that represents a default observer
location and time.
- ASTObserver() - Constructor for class jll.celcalc.ASTUtils.ASTObserver
-
Initialize from the default observer data file, if it
exists.
- ASTOrbits - Class in jll.celcalc.ASTUtils
-
Define orbital elements
- ASTOrbits(ASTPrt) - Constructor for class jll.celcalc.ASTUtils.ASTOrbits
-
Initialize from the default orbital elements data file, if
it exists.
- ASTPrt - Class in jll.celcalc.ASTUtils
-
Output text methods
- ASTPrt(JTextPane) - Constructor for class jll.celcalc.ASTUtils.ASTPrt
-
Constructor saves a reference to the caller's output text area.
- ASTQuery - Class in jll.celcalc.ASTUtils
-
This class provides a GUI to allow a user to enter
1 to 3 lines of data.'
- ASTQuery() - Constructor for class jll.celcalc.ASTUtils.ASTQuery
-
- ASTReal - Class in jll.celcalc.ASTUtils
-
Provides a class for creating real objects and validating that a string has a real value.
- ASTReal() - Constructor for class jll.celcalc.ASTUtils.ASTReal
-
Class constructor.
- ASTReal(double) - Constructor for class jll.celcalc.ASTUtils.ASTReal
-
Class constructor.
- ASTSites - Class in jll.celcalc.ASTUtils
-
Define launch sites
- ASTSites() - Constructor for class jll.celcalc.ASTUtils.ASTSites
-
- ASTStr - Class in jll.celcalc.ASTUtils
-
Provides several string and character manipulation utilities.
- ASTStr() - Constructor for class jll.celcalc.ASTUtils.ASTStr
-
- ASTStyle - Class in jll.celcalc.ASTUtils
-
GUI Style Settings
- ASTStyle() - Constructor for class jll.celcalc.ASTUtils.ASTStyle
-
- ASTStyle.GUIFocusTraversalPolicy - Class in jll.celcalc.ASTUtils
-
Create a focus traversal policy for the GUI components that should be
traversed when the tab key is pressed.
- ASTTime - Class in jll.celcalc.ASTUtils
-
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.
- ASTTime() - Constructor for class jll.celcalc.ASTUtils.ASTTime
-
Creates and initializes a new time object.
- ASTTime(double) - Constructor for class jll.celcalc.ASTUtils.ASTTime
-
Creates and initializes a new time object.
- ASTTLE - Class in jll.celcalc.ASTUtils
-
Define Two Line Elements
- ASTTLE(ASTPrt) - Constructor for class jll.celcalc.ASTUtils.ASTTLE
-
Constructor for this class.
- ASTVect - Class in jll.celcalc.ASTUtils
-
This implements a simple class for handling vectors with
3 elements.
- ASTVect() - Constructor for class jll.celcalc.ASTUtils.ASTVect
-
Constructors for creating vector objects.
- ASTVect(double, double, double) - Constructor for class jll.celcalc.ASTUtils.ASTVect
-
Constructors for creating vector objects.
- AU2KM(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Convert AUs to kilometers
- calcEarthRVLength(int, int, int, double, ASTKepler.TrueAnomalyType, double) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Calculate the Earth's radius vector length (i.e., distance to the Sun)
at the stated time and date.
- calcEclipticObliquity(double) - Static method in class jll.celcalc.ASTUtils.ASTCoord
-
Calculate the obliquity of the ecliptic for a given epoch
- calcMoonEclipticCoord(int, int, int, double, ASTKepler.TrueAnomalyType, double) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Calculate the Moon's ecliptic coordinates using the
currently loaded orbital elements.
- calcNewtonKepler(double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTKepler
-
Solve Kepler's equation via the Newton/Raphson method.
- calcNewtonKepler(ASTPrt, double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTKepler
-
Solve Kepler's equation via the Newton/Raphson method.
- calcObjDistToEarth(double, double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTOrbits
-
Calculate the distance (in AUs) from an object to the Earth.
- calcObjEclipticCoord(int, int, int, double, int, ASTKepler.TrueAnomalyType, double) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Calculate an object's ecliptic coordinates using the
currently loaded orbital elements.
- calcRiseSetTimes(double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTOrbits
-
Calculate the LST rising and setting times for a given
equatorial coordinate.
- calcSimpleKepler(double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTKepler
-
Solve Kepler's equation via a simple iteration method.
- calcSimpleKepler(ASTPrt, double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTKepler
-
Solve Kepler's equation via a simple iteration method.
- calcSunEclipticCoord(int, int, int, double, ASTKepler.TrueAnomalyType, double) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Calculate the Sun's ecliptic coordinates using the
currently loaded orbital elements.
- CartesianToSpherical(double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTCoord
-
Convert Cartesian coordinates to spherical coordinates.
- CBOX_FONT - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Font for text in the GUI checkboxes
- CBOX_FONT_SMALL - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Small font for text in the GUI checkboxes
- CENTERTXT - Static variable in class jll.celcalc.ASTUtils.ASTPrt
-
Boolean indicating that text is to be centered in the print and println methods.
- clearCatalogAndSpaceObjects() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Clears all the currently loaded catalog data including all space objects in the catalog
- clearLaunchSites() - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Clear all the currently loaded Launch Sites data
- clearTextArea() - Method in class jll.celcalc.ASTUtils.ASTPrt
-
Clears the caller's text output area
- clearTLEData() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Clear all the currently loaded TLE data
- CODE_VER - Static variable in class jll.celcalc.ASTUtils.ASTBookInfo
-
code version
- compareAlphaNumeric(String, String) - Static method in class jll.celcalc.ASTUtils.ASTStr
-
Compares two strings that may contain alphanumeric characters so that a string such
as 'A9' is "less" than the string 'A11'.
- compareTo(ASTCatalog) - Method in class jll.celcalc.ASTUtils.ASTCatalog
-
Defines the 'natural' ordering for a catalog.
- constAndObjNameComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by the Constellation
they are in, and then by the object's name
- constComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by the constellation they are in.
- COS_D(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Compute the cosine of an angle
- countChars(String, char) - Static method in class jll.celcalc.ASTUtils.ASTStr
-
Counts all occurrences of a specified character in a string.
- criticalErrMsg(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Display a critical error message centered on parentFrame
This method is overloaded.
- criticalErrMsg(String) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Display a critical error message centered on parentFrame
This method is overloaded.
- cuberoot(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Find the cube root of a number.
- dateToJD(ASTDate) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Converts a calendar date to a Julian day number.
- dateToJD(int, double, int) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Converts a calendar date to a Julian day number.
- dateToStr(ASTDate) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Convert a date to a string.
- dateToStr(int, double, int) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Convert a date to a string.
- dateToStr(int, int, int) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Convert a date to a string.
- daysIntoYear(int, int, int) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Calculate how many days into a year a specific date is
- daysIntoYear2Date(int, int) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Calculate date when given the number of days into a year
- DaysOfWeek - Static variable in class jll.celcalc.ASTUtils.ASTDate
-
days of the week
- decDegFormat - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
decimal degrees
- DECFORMAT - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Display time/angles in decimal format
- decHoursFormat - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
decimal hours
- decodeTLE(int, String) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Decode a TLE data set to show what its elements are
- DecToDMS(double) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Convert a decimal angle to DMS format
- DecToHMS(double) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Converts a decimal value into an ASTTime object
- DEFAULT_EPOCH - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Default Epoch to use when none is specified.
- deg2rad(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Converts degrees to radians
- DESCENDING_ORDER - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Sort lists in descending order
- displayAllCatalogObjects() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all space objects in the currently loaded catalog
by however the catalog is currently sorted.
- displayAllCatalogObjects(double) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all space objects in the currently loaded catalog
by however the catalog is currently sorted.
- displayAllConstellations() - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Displays a list of all the constellations.
- displayAllObjsByConstellation(int, boolean) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all space objects in the currently loaded catalog
by constellation.
- displayAllObjsByConstellation(int, boolean, double) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all space objects in the currently loaded catalog
by constellation.
- displayAllObjsByRange(int, int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all space objects in the currently loaded catalog by
range, however the catalog is currently sorted.
- displayAllObjsByRange(int, int, double) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all space objects in the currently loaded catalog by
range, however the catalog is currently sorted.
- displayAllOrbitalElements() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Displays a list in the user's scrollable output
text area of all the orbital elements for all
of the objects in the database.
- displayCatalogInfo() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays the catalog header information
- displayConstellation(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Displays data for a constellation.
- displayFullObjInfo(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Displays all information in the catalog about the i-th space
object entry in the currently loaded and sorted catalog
- displayObjOrbElements(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Display the orbital elements for an object.
- displayTLEHeader() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Display a header for the TLE data
- displayTLEItem(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Display a single TLE data set
- DMSFORMAT - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Display angles in DMS format
- DMStoDec(boolean, int, int, double) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Convert individual DMS values to a decimal value.
- doesFileExist(String) - Static method in class jll.celcalc.ASTUtils.ASTFileIO
-
Determines whether a specified file already exists.
- drawLabelAltAz(String, double, double, Color) - Method in class jll.celcalc.ASTUtils.ASTCharts
-
This method labels an object located at Alt, Az.
- drawLabelRADecl(String, double, double, Color) - Method in class jll.celcalc.ASTUtils.ASTCharts
-
This method labels an object located at RA, Decl.
- genFloatFormat - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
General format for real numbers
- genFloatFormat8 - Static variable in class jll.celcalc.ASTUtils.ASTStyle
-
Extra digits for general format for real numbers
- getAdjust() - Method in enum jll.celcalc.ASTUtils.ASTLatLon.TimeZoneType
-
Gets the adjustment factor to use for this enumerated type.
- getAltAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the altitude angle for this coordinate.
- getAngle1() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the first angle of this coordinate.
- getAngle2() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the 2nd angle of this coordinate.
- getAngle3() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the 3rd angle of this coordinate.
- getAzAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the azimuth angle for this coordinate.
- getCartX() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the x Cartesian coordinate.
- getCartY() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the y Cartesian coordinate.
- getCartZ() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the z Cartesian coordinate.
- getCatAuthor() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the author(s) who created the catalog
- getCatDate() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the most recent date that the catalog was updated.
- getCatDescription() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an amplifying description of this catalog
- getCatEpoch() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the Epoch to which catalog objects are referenced
- getCatEpochKnown() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets whether the catalog Epoch is known
- getCatFileToOpen() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Puts up a browser window and gets a star catalog filename.
- getCatmVLimit() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the visual magnitude limit used to filter the catalog.
- getCatmVProvided() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets whether the catalog provides visual magnitude for the objects
in the catalog.
- getCatNumConst() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the number of constellations that the catalog covers
- getCatNumObjs() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets how many space objects are in the catalog.
- getCatObjAltName(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an object's alternate name
- getCatObjComment(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets a comment about the object
- getCatObjConstIdx(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an index into the constellations database for the constellation
in which this object lies within.
- getCatObjDecl(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an object's Decl w.r.t.
- getCatObjmV(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an object's visual magnitude
- getCatObjmVKnown(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets whether the object's visual magnitude is known
- getCatObjName(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an object's name
- getCatObjRA(int) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets an object's RA w.r.t.
- getCatSource() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the source from which this catalog came
- getCatType() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets the catalog type.
- getComponentAfter(Container, Component) - Method in class jll.celcalc.ASTUtils.ASTStyle.GUIFocusTraversalPolicy
-
Gets the next component in the traversal tree after the one passed in.
- getComponentBefore(Container, Component) - Method in class jll.celcalc.ASTUtils.ASTStyle.GUIFocusTraversalPolicy
-
Gets the prior component in the traversal tree before the one passed in.
- getConstAbbrevName(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets a constellation's international 3-character abbreviated name
- getConstBrightestStarDecl(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets the declination (Epoch J2000.0) for the constellation's brightest star
- getConstBrightestStarName(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets the name of the brightest star in the constellation
- getConstBrightestStarRA(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets the right ascension (Epoch J2000.0) for the constellation's brightest star
- getConstCenterDecl(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets the declination (Epoch J2000.0) for the constellation's center
- getConstCenterRA(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets the right ascension (Epoch J2000.0) for the constellation's center
- getConstMeaning(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets a constellation's 'meaning' (e.g., Andromeda means 'The Chained Maiden')
- getConstName(int) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets a constellation's name
- getCurrentDate() - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Define a method for returning today's current date.
- getCurrentTime() - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Define a method for returning the current time.
- getData1() - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Gets first data field from the query form.
- getData2() - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Gets second data field from the query form.
- getData3() - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Gets third data field from the query form.
- getdDay() - Method in class jll.celcalc.ASTUtils.ASTDate
-
Returns the day contained in the date object
- getDecAngle() - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Gets the decimal value of the angle
- getDeclAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the declination for this coordinate.
- getDecTime() - Method in class jll.celcalc.ASTUtils.ASTTime
-
Gets the time as a decimal value
- getDefaultComponent(Container) - Method in class jll.celcalc.ASTUtils.ASTStyle.GUIFocusTraversalPolicy
-
Gets the default GUI component, which is the first one in the list.
- getDegrees() - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Gets the 'degrees' portion of the angle
- getFileExtFilter() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Gets a filter for filtering star catalog files by extension.
- getFileExtFilter() - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Gets a filter for filtering Launch Sites data files by extension.
- getFileExtFilter() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets a filter for filtering TLE data files by extension.
- getFileToRead(String, String, FileNameExtensionFilter) - Static method in class jll.celcalc.ASTUtils.ASTFileIO
-
Gets the file to open for reading.
- getFirstComponent(Container) - Method in class jll.celcalc.ASTUtils.ASTStyle.GUIFocusTraversalPolicy
-
Get the first GUI component in the list.
- getHAAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the hour angle for this coordinate.
- getHours() - Method in class jll.celcalc.ASTUtils.ASTTime
-
Gets the 'hours' portion of the time
- getiDay() - Method in class jll.celcalc.ASTUtils.ASTDate
-
Returns the day contained in the date object
- getIntValue() - Method in class jll.celcalc.ASTUtils.ASTInt
-
Gets the integer value in the object
- getKeplerianElementsFromTLE(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Validate the Keplerian elements and epoch from a TLE data set.
- getLastComponent(Container) - Method in class jll.celcalc.ASTUtils.ASTStyle.GUIFocusTraversalPolicy
-
Get the last GUI component in the list.
- getLat() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Gets the latitude value
- getLatAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the latitude angle for this coordinate.
- getLatAngle() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Gets the latitude value as an angle object
- getLon() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Gets the longitude value
- getLonAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the longitude angle for this coordinate.
- getLonAngle() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Gets the longitude value as an angle object
- getMinutes() - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Gets the 'minutes' portion of the angle
- getMinutes() - Method in class jll.celcalc.ASTUtils.ASTTime
-
Gets the 'minutes' portion of the time
- getMonth() - Method in class jll.celcalc.ASTUtils.ASTDate
-
Returns the month contained in the date object
- getNonBlankLine(BufferedReader) - Static method in class jll.celcalc.ASTUtils.ASTFileIO
-
Reads the input file to get a non-blank line.
- getNumConstellations() - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Gets the number of constellations in the database
- getNumOEDBObjs() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Get number of orbital elements in the database.
- getNumSites() - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Gets the number of Launch Sites in the currently loaded Sites database.
- getNumTLEDBObjs() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the number of TLEs in the currently loaded TLE database.
- getObsDate() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns observer's date
- getObsLat() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns observer latitude
- getObsLocation() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns observer location
- getObsLon() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns observer longitude
- getObsTime() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns observer's time
- getObsTimeZone() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns the observer's time zone
- getOEDBEarthIndex() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets the index for where the Earth is in the OE db.
- getOEDBFileToOpen() - Static method in class jll.celcalc.ASTUtils.ASTOrbits
-
Puts up a browser window and gets an orbital elements filename.
- getOEDBMoonIndex() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets the index for where the Moon is in the OE db.
- getOEDBSunIndex() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets the index for where the Sun is in the OE db.
- getOEEpochDate() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Get the epoch for the data in the OE database.
- getOEEpochJD() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Get the epoch for the data in the OE database
as a Julian date.
- getOEObjAngDiamArcSec(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's angular diameter in arcseconds.
- getOEObjAngDiamDeg(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's angular diameter in degrees.
- getOEObjDay(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets length of an object's day relative to Earth.
- getOEObjEccentricity(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's orbital eccentricity.
- getOEObjGravParm(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's gravitational parameter.
- getOEObjInclination(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's orbital inclination.
- getOEObjInferior(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets whether an object is an inferior object.
- getOEObjLonAscNode(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's longitude of the ascending node.
- getOEObjLonAtEpoch(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's longitude at the epoch.
- getOEObjLonAtPeri(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an objects longitude at perihelion.
- getOEObjMass(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's mass.
- getOEObjmV(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's visual magnitude.
- getOEObjName(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's name.
- getOEObjPeriod(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's orbital period.
- getOEObjRadius(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets an object's radius.
- getOEObjSemiMajAxisAU(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets length of an object's semi-major axis in AUs.
- getOEObjSemiMajAxisKM(int) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Gets length of an object's semi-major axis in km.
- getRAAngle() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the right ascension angle for this coordinate.
- getRealValue() - Method in class jll.celcalc.ASTUtils.ASTReal
-
Gets the real value in the object
- getSatOrbitType(double, double) - Static method in class jll.celcalc.ASTUtils.ASTOrbits
-
Determine an object's orbit type based on orbital
inclination and eccentricity.
- getSeconds() - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Gets the 'seconds' portion of the angle
- getSeconds() - Method in class jll.celcalc.ASTUtils.ASTTime
-
Gets the 'seconds' portion of the time
- getSimpleTaggedValue(BufferedReader, String) - Static method in class jll.celcalc.ASTUtils.ASTFileIO
-
Reads the input file looking for a tag, then returns the value
found for that tag.
- getSiteLat(int) - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Returns launch site latitude
- getSiteName(int) - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Returns launch site name
- getSitesFilename() - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Gets the filename for the currently loaded Launch Sites database.
- getSitesFileToOpen() - Static method in class jll.celcalc.ASTUtils.ASTSites
-
Puts up a browser window and gets a Launch Sites data filename.
- getSpherAlpha() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the alpha angle for a spherical coordinate.
- getSpherPhi() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the phi angle for a spherical coordinate.
- getSpherR() - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Get the radius for a spherical coordinate.
- getTLEArgofPeri(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the argument of perigee from data line 2
- getTLECatID(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the catalog ID from data line 1
- getTLEEccentricity(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the orbital eccentricity from data line 2
- getTLEEpochDate(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the epoch date from the TLE.
- getTLEEpochDay(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the Epoch day from data line 1
- getTLEEpochUT(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the epoch UT from the TLE.
- getTLEEpochYear(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the Epoch year from data line 1
- getTLEFilename() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the filename for the currently loaded TLE database.
- getTLEFileToOpen() - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Puts up a browser window and gets a TLE data filename.
- getTLEInclination(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the orbital inclination from data line 2
- getTLELine1(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Returns 1st TLE data line
- getTLELine2(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Returns 2nd TLE data line
- getTLEMeanAnomaly(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the Mean Anomaly from data line 2
- getTLEMeanMotion(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the Mean Motion from data line 2
- getTLERAAN(int) - Static method in class jll.celcalc.ASTUtils.ASTTLE
-
Gets the orbital RAAN from data line 2
- getYear() - Method in class jll.celcalc.ASTUtils.ASTDate
-
Returns the year contained in the date object
- GSTtoLST(double, double) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Convert GST to LST
- GSTtoUT(double, ASTDate) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Convert GST to UT
- GUIFocusTraversalPolicy(Vector<Component>) - Constructor for class jll.celcalc.ASTUtils.ASTStyle.GUIFocusTraversalPolicy
-
Set the GUI focus traversal order.
- infoMsg(String) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Display a simple informational message.
- infoMsg(String, String) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Display a simple informational message.
- initConstellations(ASTPrt) - Static method in class jll.celcalc.ASTUtils.ASTConstellation
-
Does a one-time initialization by reading in the constellation data file.
- initDrawingCanvas(Dimension, boolean, boolean) - Method in class jll.celcalc.ASTUtils.ASTCharts
-
Initialize a drawing canvas area for a star chart.
- initFileIO(JFrame) - Static method in class jll.celcalc.ASTUtils.ASTFileIO
-
Does a one time initialization of this class, which primarily involves setting up
a file chooser.
- initOrbitalElements(ASTPrt) - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Does a one-time initialization by reading in the default
orbital elements data file.
- initStarCatalogs(ASTPrt) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Does a one-time initialization required for loading or using Star Catalogs
- insertCommas(double) - Static method in class jll.celcalc.ASTUtils.ASTStr
-
Convert a number to a string and insert commas.
- INVCOS_D(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Computes the inverse cosine of a value
- INVSIN_D(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Computes the inverse sine of a value
- INVTAN2_D(double, double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Computes the arctangent of y/x, corrected for the quadrant the resulting angle is in.
- INVTAN_D(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Computes the arctangent of a value
- isCatalogLoaded() - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Checks to see if a star catalog has been loaded
- isClose(double, double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Determine if the number x is 'close' to the number y
- isEastLon() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Returns whether the object is a West longitude
- isEvenlyDivisible(int, int) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Determines whether n is evenly divisible by m.
- isLatValid() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Returns whether the object has a valid latitude
- isLeapYear(int) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Checks to see if a year is a leap year.
- isLonValid() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Returns whether the object has a valid longitude
- isNegAngle() - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Determines whether the angle is negative.
- isNegTime() - Method in class jll.celcalc.ASTUtils.ASTTime
-
Returns whether the time is negative
- isNorthLat() - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Returns whether the object is a North latitude
- isOrbElementsDBLoaded() - Method in class jll.celcalc.ASTUtils.ASTOrbits
-
Determine whether there is currently an orbital
elements database loaded.
- isValidAngle(String) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Validate a string that may be in either DMS or decimal
format.
- isValidAngle(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Validate a string that may be in either DMS or decimal
format.
- isValidAngleObj() - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Returns whether the object is a valid angle.
- isValidDate(String) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Check a string to see if contains a valid Date.
- isValidDate(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Check a string to see if contains a valid Date.
- isValidDate(String, boolean, boolean) - Static method in class jll.celcalc.ASTUtils.ASTDate
-
Check a string to see if contains a valid Date.
- isValidDateObj() - Method in class jll.celcalc.ASTUtils.ASTDate
-
Returns whether the object is a valid date
- isValidDecAngle(String) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Validate that a string contains a valid decimal format value
Don't display any error messages unless flag is SHOW_ERRORS.
- isValidDecAngle(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Validate that a string contains a valid decimal format value
Don't display any error messages unless flag is SHOW_ERRORS.
- isValidDecTime(String) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Checks a string to see if it contains a valid decimal
format value.
- isValidDecTime(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Checks a string to see if it contains a valid decimal
format value.
- isValidDMSAngle(String) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Validate that a string contains a valid DMS format value.
- isValidDMSAngle(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTAngle
-
Validate that a string contains a valid DMS format value.
- isValidHMSTime(String) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Checks a string to see if contains a valid HMS value.
- isValidHMSTime(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Checks a string to see if contains a valid HMS value.
- isValidInt(String) - Static method in class jll.celcalc.ASTUtils.ASTInt
-
Check to see if a valid integer was entered, but don't
display any error messages unless flag is SHOW_ERRORS.
- isValidInt(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTInt
-
Check to see if a valid integer was entered, but don't
display any error messages unless flag is SHOW_ERRORS.
- isValidIntObj() - Method in class jll.celcalc.ASTUtils.ASTInt
-
Returns whether the object is a valid integer
- isValidLat(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTLatLon
-
Checks a string to see if it contains a valid latitude value.
- isValidLat(String) - Static method in class jll.celcalc.ASTUtils.ASTLatLon
-
Checks a string to see if it contains a valid latitude value.
- isValidLon(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTLatLon
-
Checks a string to see if it contains a valid longitude value.
- isValidLon(String) - Static method in class jll.celcalc.ASTUtils.ASTLatLon
-
Checks a string to see if it contains a valid longitude value.
- isValidObsLoc(ASTObserver, String, String, String, String, String) - Static method in class jll.celcalc.ASTUtils.ASTObserver
-
Checks a collection of data strings to see if the data they contain
specify a valid observer location, date, and time.
- isValidObsObj() - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Returns whether the object is a valid observation object
- isValidReal(String) - Static method in class jll.celcalc.ASTUtils.ASTReal
-
Checks to see if a valid number was entered, but don't display
any error messages unless flag is ASTMisc.SHOW_ERRORS
.
- isValidReal(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTReal
-
Checks to see if a valid number was entered, but don't display
any error messages unless flag is ASTMisc.SHOW_ERRORS
.
- isValidRealObj() - Method in class jll.celcalc.ASTUtils.ASTReal
-
Returns whether the object is a valid real number
- isValidTime(String) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Validate a string that may be in either HMS or decimal
format.
- isValidTime(String, boolean) - Static method in class jll.celcalc.ASTUtils.ASTTime
-
Validate a string that may be in either HMS or decimal
format.
- isValidTimeObj() - Method in class jll.celcalc.ASTUtils.ASTTime
-
Returns whether the object is a valid time
- SET_TIME - Static variable in class jll.celcalc.ASTUtils.ASTOrbits
-
LST for setting time
- setAngle1(double) - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Set angle 1 for this coordinate.
- setAngle2(double) - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Set angle 2 for this coordinate.
- setAngle3(double) - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Set angle 3 for this coordinate.
- setASTStyle() - Static method in class jll.celcalc.ASTUtils.ASTStyle
-
Sets the look and feel to be whatever is the standard for the underlying OS.
- setBoldFont(boolean) - Method in class jll.celcalc.ASTUtils.ASTPrt
-
Sets whether the output font is to be bold or plain.
- setContainerFonts(Component[], Font) - Static method in class jll.celcalc.ASTUtils.ASTStyle
-
Sets the fonts used for an arbitrary container.
- setdDay(double) - Method in class jll.celcalc.ASTUtils.ASTDate
-
Sets the double day in the date object
- setDecAngle(double) - Method in class jll.celcalc.ASTUtils.ASTAngle
-
Define 'set' accessors for the object's fields.
- setDecTime(double) - Method in class jll.celcalc.ASTUtils.ASTTime
-
Set the time object's value
- setFixedWidthFont() - Method in class jll.celcalc.ASTUtils.ASTPrt
-
Sets the output font to be a fixed width font.
- setiDay(int) - Method in class jll.celcalc.ASTUtils.ASTDate
-
Sets the integer day in the date object
- setIntValue(int) - Method in class jll.celcalc.ASTUtils.ASTInt
-
Sets the integer value in the object
- setItalicFont(boolean) - Method in class jll.celcalc.ASTUtils.ASTPrt
-
Sets whether the output font is to be italicized.
- setLat(double) - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Sets the latitude value.
- setLon(double) - Method in class jll.celcalc.ASTUtils.ASTLatLon
-
Sets the longitude value.
- setMonth(int) - Method in class jll.celcalc.ASTUtils.ASTDate
-
Sets the month in the date object.
- setObsDateTime(int, int, int, double) - Method in class jll.celcalc.ASTUtils.ASTObserver
-
Sets the observer objects date and time
- setParentFrame(JFrame) - Method in class jll.celcalc.ASTUtils.ASTAboutBox
-
Saves a reference to the caller's parent frame so the About Box can be centered on the
parent application's window.
- setParentFrame(JFrame) - Static method in class jll.celcalc.ASTUtils.ASTMsg
-
Saves a reference to the caller's parent frame so error messages can be centered on the
parent application's window.
- setParentFrame(JFrame) - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Saves a reference to the caller's parent frame so queries can be centered on the
parent application's window.
- setProportionalFont() - Method in class jll.celcalc.ASTUtils.ASTPrt
-
Sets the output font to be a proportional font.
- setRealValue(double) - Method in class jll.celcalc.ASTUtils.ASTReal
-
Sets the real value in the object
- setTime1(double) - Method in class jll.celcalc.ASTUtils.ASTCoord
-
Set the time (hour angle) for this object.
- setValidIntObj(boolean) - Method in class jll.celcalc.ASTUtils.ASTInt
-
Sets whether the object is a valid integer
- setVect(double, double, double) - Method in class jll.celcalc.ASTUtils.ASTVect
-
Set the components of a vector.
- setYear(int) - Method in class jll.celcalc.ASTUtils.ASTDate
-
Sets the year in the date object
- SHOW_ERRORS - Static variable in class jll.celcalc.ASTUtils.ASTMisc
-
Show errors when doing validations.
- showAboutBox() - Method in class jll.celcalc.ASTUtils.ASTAboutBox
-
Shows the About Box
- showQueryForm(String) - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Display the query form and center it on the parent.
- showQueryForm(String, String) - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Display the query form and center it on the parent.
- showQueryForm(String, String, String, String) - Static method in class jll.celcalc.ASTUtils.ASTQuery
-
Display the query form and center it on the parent.
- SIN_D(double) - Static method in class jll.celcalc.ASTUtils.ASTMath
-
Compute the sine of an angle
- sortStarCatalog(ASTCatalog.CatalogSortField, boolean) - Static method in class jll.celcalc.ASTUtils.ASTCatalog
-
Sorts the catalog of space objects.
- spaceObjAltNameComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by an object's alternate name
- spaceObjDeclComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by Decl
- spaceObjmVComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by visual magnitude
- spaceObjNameComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by an object's name
- spaceObjRAComparator - Static variable in class jll.celcalc.ASTUtils.ASTCatalog
-
Comparator for sorting catalog objects by RA
- SphericalToCartesian(double, double, double) - Static method in class jll.celcalc.ASTUtils.ASTCoord
-
Convert spherical coordinates to Cartesian coordinates.
- strToTimeZone(String) - Static method in class jll.celcalc.ASTUtils.ASTLatLon
-
Convert a string to a time zone type
- SUN_ECLLAT - Static variable in class jll.celcalc.ASTUtils.ASTOrbits
-
Solar ecliptic latitude
- SUN_ECLLON - Static variable in class jll.celcalc.ASTUtils.ASTOrbits
-
Solar ecliptic longitude
- SUN_MEANANOM - Static variable in class jll.celcalc.ASTUtils.ASTOrbits
-
Solar mean anomaly
- SUN_TRUEANOM - Static variable in class jll.celcalc.ASTUtils.ASTOrbits
-
Solar true anomaly