#include <LocalTangentSpaceCylindrical.h>
Inheritance diagram for srm::SRF_LocalTangentSpaceCylindrical:


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. | |
| const SRM_Local_Tangent_Parameters & | getSRFParameters () const |
| Returns a reference to the SRF parameter structure. | |
| SRM_Long_Float | get_geodetic_longitude () const |
| Returns the geodetic_longitude SRF parameter value. | |
| SRM_Long_Float | get_geodetic_latitude () const |
| Returns the geodetic_latitude SRF parameter value. | |
| SRM_Long_Float | get_azimuth () const |
| Returns the azimuth SRF parameter value. | |
| SRM_Long_Float | get_height_offset () const |
| Returns the height_offset SRF parameter value. | |
| 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_LocalTangentSpaceCylindrical &srf) const |
| Returns true if the SRF parameters are equal. | |
| bool | operator== (const SRF_LocalTangentSpaceCylindrical &rhs) const |
| The equality operator. | |
| SRF_LocalTangentSpaceCylindrical * | makeCopy () const |
| Returns a copy of this SRF object. | |
| const char * | toString () |
| Returns char* of parameter names and their values. | |
Static Public Member Functions | |
| SRF_LocalTangentSpaceCylindrical * | create (SRM_ORM_Code orm, SRM_RT_Code rt, const SRM_Local_Tangent_Parameters ¶ms) |
| Constructor by SRF parameter structure. | |
| SRF_LocalTangentSpaceCylindrical * | create (SRM_ORM_Code orm, SRM_RT_Code rt, SRM_Long_Float geodetic_longitude, SRM_Long_Float geodetic_latitude, SRM_Long_Float azimuth, SRM_Long_Float height_offset) |
| Constructor by individual SRF parameters. | |
| SRF_LocalTangentSpaceCylindrical * | create (SRM_SRF_Parameters_Info srf_params) |
| SRF_LocalTangentSpaceCylindrical constructor by SRF parameter structure. | |
Protected Member Functions | |
| SRF_LocalTangentSpaceCylindrical (void *impl) | |
| No stack allocation. | |
| SRF_LocalTangentSpaceCylindrical & | operator= (const SRF_LocalTangentSpaceCylindrical &) |
| No copy constructor. | |
| virtual | ~SRF_LocalTangentSpaceCylindrical () |
| Use release(). | |
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 LocalTangentSpaceCylindrical.h.
|
|
SRF_LocalTangentSpaceCylindrical constructor by SRF parameter structure.
Definition at line 116 of file LocalTangentSpaceCylindrical.h. |
|
||||||||||||||||||||||||||||
|
Constructor by individual SRF parameters.
|
|
||||||||||||||||
|
Constructor by SRF parameter structure.
|
|
|
Returns the azimuth SRF parameter value.
|
|
|
Returns the geodetic_latitude SRF parameter value.
|
|
|
Returns the geodetic_longitude SRF parameter value.
|
|
|
Returns the height_offset SRF parameter value.
|
|
|
Returns a reference to the SRF parameter structure.
|
|
|
Returns true if the SRF parameters are equal.
|
|
|
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 |