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. | |
String | getMGRS (int precision) throws SrmException |
void | setCoord (String strMGRS) throws SrmException |
Protected Member Functions | |
Coord3D (BaseSRF assocSRF, Coord_ClassType type) | |
Constructor setting the associated SRF and the concrete class type. | |
String | impl_get_mgrs (int precision) throws SrmException |
void | impl_set_coord (String strMGRS) throws SrmException |
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. Reimplemented in SRM.Coord3D_Celestiodetic, SRM.Coord3D_EquidistantCylindrical, and SRM.Coord3D_Mercator. |
|
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 |