Inheritance diagram for SRM.Coord3D:
Public Member Functions | |
double[] | getValues () |
Returns the coordinate component values as an array. | |
void | setValues (double[] values) throws SrmException |
Sets the coordinate component values as an array. | |
boolean | isEqual (Coord coord) |
Returns TRUE if the coordinate component values are "equal". | |
void | copyTo (Coord3D coord) throws SrmException |
Copies the component values from this coordinate to the parameter coordinate. | |
Protected Member Functions | |
Coord3D (BaseSRF assocSRF, Coord_ClassType type) | |
Constructor setting the associated SRF and the concrete class type. | |
Protected Attributes | |
double[] | _values = new double[3] |
An array to store the coordinate component values. |
|
Copies the component values from this coordinate to the parameter coordinate.
|
|
Returns the coordinate component values as an array.
Implements SRM.Coord. |
|
Returns TRUE if the coordinate component values are "equal".
Implements SRM.Coord. |
|
Sets the coordinate component values as an array.
|
Spatial Reference Model Java API | Version 4.0.0 - 29 Jul 2004 |
Copyright © 2004 SEDRIS | Docs by Doxygen 1.3.2 |