RAVE
|
Represents the cartesian volume. More...
Public Attributes | |
RAVE_OBJECT_HEAD Rave_ObjectType | type |
Always on top. | |
RaveDateTime_t * | datetime |
the date and time | |
char * | source |
where does this data come from | |
RaveObjectList_t * | images |
the list of images | |
RaveAttributeTable_t * | attrs |
attributes | |
Projection_t * | projection |
this volumes projection definition | |
double | xscale |
x scale | |
double | yscale |
y scale | |
double | zscale |
z scale, introduced with ODIM 2.3, marked for DEPRECATION in 2.4 | |
double | zstart |
Height in meters above mean sea level of the lowest pixel in the Z dimension, introduced with ODIM 2.3. | |
double | llX |
lower left x-coordinate | |
double | llY |
lower left y-coordinate | |
double | urX |
upper right x-coordinate | |
double | urY |
upper right x-coordinate | |
long | xsize |
xsize | |
long | ysize |
ysize | |
Represents the cartesian volume.
RaveAttributeTable_t* _CartesianVolume_t::attrs |
attributes
RaveDateTime_t* _CartesianVolume_t::datetime |
the date and time
RaveObjectList_t* _CartesianVolume_t::images |
the list of images
double _CartesianVolume_t::llX |
lower left x-coordinate
double _CartesianVolume_t::llY |
lower left y-coordinate
Projection_t* _CartesianVolume_t::projection |
this volumes projection definition
char* _CartesianVolume_t::source |
where does this data come from
RAVE_OBJECT_HEAD Rave_ObjectType _CartesianVolume_t::type |
Always on top.
what type of cartesian volume this is, COMP, CVOL or anything else
double _CartesianVolume_t::urX |
upper right x-coordinate
double _CartesianVolume_t::urY |
upper right x-coordinate
double _CartesianVolume_t::xscale |
x scale
long _CartesianVolume_t::xsize |
xsize
double _CartesianVolume_t::yscale |
y scale
long _CartesianVolume_t::ysize |
ysize
double _CartesianVolume_t::zscale |
z scale, introduced with ODIM 2.3, marked for DEPRECATION in 2.4
double _CartesianVolume_t::zstart |
Height in meters above mean sea level of the lowest pixel in the Z dimension, introduced with ODIM 2.3.
Marked for DEPRECATION in 2.4