#include <Coord.h>
Inheritance diagram for srm::Coord3D:
Public Member Functions | |
virtual bool | isA (Coord_ClassType type) const |
Returns true if this coordinate is of the given class type. | |
const SRM_Long_Float * | getValues () const |
Returns the coordinate component values as an array. | |
void | setValues (const Vector3 &values) |
Sets the coordinate component values as an array. | |
virtual const char * | toString () |
Returns a string of the 3D coodinate component values. | |
virtual const char * | getMGRS (SRM_Integer precision) |
Return MGRS String corresponding to the 3D coordinate. | |
virtual void | setCoord (const char *mgrs) |
Sets the components of this coordinate corresponsing to the MGRS location. | |
Protected Member Functions | |
Coord3D (BaseSRF *srf) | |
Constructor. | |
Protected Attributes | |
Vector3 | _values |
An array to store the coordinate component values. |
Definition at line 229 of file Coord.h.
|
Return MGRS String corresponding to the 3D coordinate.
|
|
Sets the components of this coordinate corresponsing to the MGRS location.
|
Spatial Reference Model C++ API | Version 4.1 - 26 Jun 2006 |
Copyright © 2006 SEDRIS | Docs by Doxygen 1.3.2 |