Inheritance diagram for SRM.Coord3D_EquidistantCylindrical:
Public Member Functions | |
Coord3D_EquidistantCylindrical (SRF_EquidistantCylindrical srf) | |
Constructor with initial value defaulted to [ Double.NaN, Double.NaN, Double.NaN ]. | |
Coord3D_EquidistantCylindrical (SRF_EquidistantCylindrical srf, double easting, double northing, double ellipsoidal_height) | |
Constructor with input values. | |
void | setValues (double easting, double northing, double ellipsoidal_height) |
Sets all coordinate component values. | |
double | get_easting () |
Returns the easting value. | |
double | get_northing () |
Returns the northing value. | |
double | get_ellipsoidal_height () |
Returns the ellipsoidal_height value. | |
void | set_easting (double value) |
Sets the easting value. | |
void | set_northing (double value) |
Sets the northing value. | |
void | set_ellipsoidal_height (double value) |
Sets the ellipsoidal_height value. | |
boolean | isEqual (Coord coord) |
String | toString () |
Returns a String of coordinate component values. |
Spatial Reference Model Java API | Version 4.0.0 - 29 Jul 2004 |
Copyright © 2004 SEDRIS | Docs by Doxygen 1.3.2 |