Inheritance diagram for SRM.Coord2D_LocalSpaceRectangular2D:

Public Member Functions | |
| Coord2D_LocalSpaceRectangular2D (SRF_LocalSpaceRectangular2D srf) | |
| Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]. | |
| Coord2D_LocalSpaceRectangular2D (SRF_LocalSpaceRectangular2D srf, double u, double v) | |
| Constructor with input values. | |
| Coord2D_LocalSpaceRectangular2D (Coord2D_LocalSpaceRectangular2D original) | |
| Copy constructor. | |
| void | setValues (double u, double v) |
| Sets all coordinate component values. | |
| double | get_u () |
| Returns the u value. | |
| double | get_v () |
| Returns the v value. | |
| void | set_u (double value) |
| Sets the u value. | |
| void | set_v (double value) |
| Sets the v 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 |