#include <Coord.h>
Inheritance diagram for srm::CoordSurf:


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 SRM_Long_Float values[2]) |
| Sets the coordinate component values as an array. | |
| virtual const char * | toString () |
| Returns a string of the surface coordinate component values. | |
Protected Member Functions | |
| CoordSurf (BaseSRF *srf) | |
| Constructor. | |
Protected Attributes | |
| SRM_Long_Float | _values [2] |
| An array to store the coordinate component values. | |
Definition at line 267 of file Coord.h.
| Spatial Reference Model C++ API | Version 4.4 - December 7, 2009 |
| Copyright © 2009 SEDRIS | Docs by Doxygen 1.3.2 |