Inheritance diagram for SRM.Coord3D_Celestiodetic:

Public Member Functions | |
| Coord3D_Celestiodetic (SRF_Celestiodetic srf) | |
| Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ].  | |
| Coord3D_Celestiodetic (SRF_Celestiodetic srf, double longitude, double latitude, double ellipsoidal_height) | |
| Constructor with input values.  | |
| Coord3D_Celestiodetic (Coord3D_Celestiodetic original) | |
| Copy constructor.  | |
| void | setValues (double longitude, double latitude, double ellipsoidal_height) | 
| Sets all coordinate component values.  | |
| double | get_longitude () | 
| Returns the longitude value.  | |
| double | get_latitude () | 
| Returns the latitude value.  | |
| double | get_ellipsoidal_height () | 
| Returns the ellipsoidal_height value.  | |
| void | set_longitude (double value) | 
| Sets the longitude value.  | |
| void | set_latitude (double value) | 
| Sets the latitude value.  | |
| void | set_ellipsoidal_height (double value) | 
| Sets the ellipsoidal_height value.  | |
| boolean | isEqual (Coord coord) | 
| Returns TRUE if the coordinate components are "Equal".   | |
| String | toString () | 
| Returns a String of coordinate component values.  | |
      
  | 
  
| 
 Returns TRUE if the coordinate components are "Equal". 
 
 Reimplemented from SRM.Coord3D.  | 
  
| Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 | 
| Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |