Inheritance diagram for SRM.Coord3D_EquatorialInertial:
Public Member Functions | |
Coord3D_EquatorialInertial (SRF_EquatorialInertial srf) | |
Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ]. | |
Coord3D_EquatorialInertial (SRF_EquatorialInertial srf, double right_ascension, double declination, double radius) | |
Constructor with input values. | |
Coord3D_EquatorialInertial (Coord3D_EquatorialInertial original) | |
Copy constructor. | |
void | setValues (double right_ascension, double declination, double radius) |
Sets all coordinate component values. | |
double | get_right_ascension () |
Returns the right_ascension value. | |
double | get_declination () |
Returns the declination value. | |
double | get_radius () |
Returns the radius value. | |
void | set_right_ascension (double value) |
Sets the right_ascension value. | |
void | set_declination (double value) |
Sets the declination value. | |
void | set_radius (double value) |
Sets the radius value. | |
boolean | isEqual (Coord coord) |
String | toString () |
Returns a String of coordinate component values. |
Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |