Inheritance diagram for SRM.Coord2D_LocalSpacePolar:
Public Member Functions | |
Coord2D_LocalSpacePolar (SRF_LocalSpacePolar srf) | |
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]. | |
Coord2D_LocalSpacePolar (SRF_LocalSpacePolar srf, double radius, double angle) | |
Constructor with input values. | |
Coord2D_LocalSpacePolar (Coord2D_LocalSpacePolar original) | |
Copy constructor. | |
void | setValues (double angle, double radius) |
Sets all coordinate component values. | |
double | get_radius () |
Returns the radius value. | |
double | get_angle () |
Returns the angle value. | |
void | set_radius (double value) |
Sets the radius value. | |
void | set_angle (double value) |
Sets the angle value. | |
boolean | isEqual (Coord coord) |
Returns TRUE if the coordinate component values are "equal". | |
String | toString () |
Returns a String of coordinate component values. |
|
Returns TRUE if the coordinate component values are "equal".
Reimplemented from SRM.Coord2D. |
Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |