|
RAVE
|
Represents one projection. More...
Public Attributes | |
| RAVE_OBJECT_HEAD int | initialized |
| Always on top. | |
| char * | id |
| the id of this projection | |
| char * | description |
| the description | |
| char * | definition |
| the proj.4 definition string | |
| PJ * | pj |
| the proj.4 instance | |
| PJ_CONTEXT * | context |
| the proj.4 context | |
Represents one projection.
| PJ_CONTEXT* _Projection_t::context |
the proj.4 context
| char* _Projection_t::definition |
the proj.4 definition string
| char* _Projection_t::description |
the description
| char* _Projection_t::id |
the id of this projection
| RAVE_OBJECT_HEAD int _Projection_t::initialized |
Always on top.
if this instance has been initialized
| PJ* _Projection_t::pj |
the proj.4 instance