#include <Celestiodetic.h>
Inheritance diagram for srm::SRF_Celestiodetic:


Public Member Functions | |
| Coord3D * | createCoordinate3D (SRM_Long_Float coord_comp1, SRM_Long_Float coord_comp2, SRM_Long_Float coord_comp3) |
| Returns a 3D coordinate object. | |
| CoordSurf * | createSurfaceCoordinate (SRM_Long_Float coord_surf_comp1, SRM_Long_Float coord_surf_comp2) |
| Returns a surface coordinate object. | |
| virtual bool | isA (SRF_ClassType type) const |
| Returns true if this SRF is of the given class type. | |
| virtual SRF_ClassType | getClassType () const |
| Returns the class type of this SRF instance. | |
| bool | isEqual (const SRF_Celestiodetic &srf) const |
| Returns true if the SRFs have identical parameter values. | |
| bool | operator== (const SRF_Celestiodetic &rhs) const |
| The equality operator. | |
| SRF_Celestiodetic * | makeCopy () const |
| Returns a copy of this SRF object. | |
| virtual SRM_Coordinate_Valid_Region | changeCoordinate3DSRF (const Coord3D &src_coord, Coord3D &des_coord) |
| Changes a coordinate's values to this SRF (optimized implementation). | |
| const char * | toString () |
| Returns char* of parameter names and their values. | |
Static Public Member Functions | |
| SRF_Celestiodetic * | create (SRM_ORM_Code orm, SRM_RT_Code rt) |
| SRF_Celestiodetic only constructor by ORM code. | |
| SRF_Celestiodetic * | create (SRM_SRF_Parameters_Info srf_params) |
| SRF_Celestiodetic constructor by ORM parameters. | |
Protected Member Functions | |
| SRF_Celestiodetic (void *impl) | |
| No stack allocation. | |
| SRF_Celestiodetic & | operator= (const SRF_Celestiodetic &) |
| No copy constructor. | |
| virtual | ~SRF_Celestiodetic () |
| Use release(). | |
Friends | |
| class | BaseSRF |
SRFs are allocated by the API, and when no longer needed they should be released by calling the release() method.
Definition at line 91 of file Celestiodetic.h.
|
||||||||||||
|
Changes a coordinate's values to this SRF (optimized implementation).
Reimplemented from srm::BaseSRF_3D. |
|
|
SRF_Celestiodetic constructor by ORM parameters.
Definition at line 103 of file Celestiodetic.h. |
|
||||||||||||
|
SRF_Celestiodetic only constructor by ORM code.
|
|
|
Returns true if the SRFs have identical parameter values.
|
|
|
Returns a copy of this SRF object.
|
|
|
The equality operator.
|
|
|
Returns char* of parameter names and their values.
Implements srm::BaseSRF. |
| Spatial Reference Model C++ API | Version 4.4 - December 7, 2009 |
| Copyright © 2009 SEDRIS | Docs by Doxygen 1.3.2 |