Inheritance diagram for SRM.Coord2D:

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 (Coord2D coord) throws SrmException |
| Copies the component values from this coordinate to the parameter coordinate. | |
Protected Member Functions | |
| Coord2D (BaseSRF assocSRF, Coord_ClassType type) | |
| Constructor setting the associated SRF and the concrete class type. | |
Protected Attributes | |
| double[] | _values = new double [2] |
| 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. Reimplemented in SRM.Coord2D_LocalSpaceAzimuthal, SRM.Coord2D_LocalSpacePolar, and SRM.Coord2D_LocalSpaceRectangular2D. |
|
|
Sets the coordinate component values as an array.
|
| Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
| Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |