Inheritance diagram for SRM.CoordSurf_LocalTangentSpaceEuclidean:
Public Member Functions | |
CoordSurf_LocalTangentSpaceEuclidean (SRF_LocalTangentSpaceEuclidean srf) | |
Constructor with initial value defaulted to [ Double.NaN, Double.NaN ]. | |
CoordSurf_LocalTangentSpaceEuclidean (SRF_LocalTangentSpaceEuclidean srf, double x, double y) | |
Constructor with input values. | |
CoordSurf_LocalTangentSpaceEuclidean (CoordSurf_LocalTangentSpaceEuclidean original) | |
Copy constructor. | |
void | setValues (double x, double y) |
Sets all coordinate component values. | |
double | get_x () |
Returns the x value. | |
double | get_y () |
Returns the y value. | |
void | set_x (double value) |
Sets the x value. | |
void | set_y (double value) |
Sets the y 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 |