|
RAVE
|
Represents the area. More...
Public Attributes | |
| RAVE_OBJECT_HEAD char * | id |
| Always on top. | |
| char * | description |
| the description | |
| char * | pcsid |
| the pcs id | |
| long | xsize |
| xsize | |
| long | ysize |
| ysize | |
| double | xscale |
| xscale | |
| double | yscale |
| yscale | |
| double | llX |
| lower left x-coordinate | |
| double | llY |
| lower left y-coordinate | |
| double | urX |
| upper right x-coordinate | |
| double | urY |
| upper right y-coordinate | |
| Projection_t * | projection |
| the projection that is used for this area | |
Represents the area.
| char* _Area_t::description |
the description
| RAVE_OBJECT_HEAD char* _Area_t::id |
Always on top.
the id
| double _Area_t::llX |
lower left x-coordinate
| double _Area_t::llY |
lower left y-coordinate
| char* _Area_t::pcsid |
the pcs id
| Projection_t* _Area_t::projection |
the projection that is used for this area
| double _Area_t::urX |
upper right x-coordinate
| double _Area_t::urY |
upper right y-coordinate
| double _Area_t::xscale |
xscale
| long _Area_t::xsize |
xsize
| double _Area_t::yscale |
yscale
| long _Area_t::ysize |
ysize