|
RAVE
|
Represents the cartesian product. More...
Public Attributes | |
| RAVE_OBJECT_HEAD double | xscale |
| Always on top. | |
| double | yscale |
| yscale | |
| long | xsize |
| xsize to use | |
| long | ysize |
| ysize to use | |
| Rave_ProductType | product |
| product | |
| Rave_ObjectType | objectType |
| object type | |
| double | llX |
| lower left x-coordinate | |
| double | llY |
| lower left y-coordinate | |
| double | urX |
| upper right x-coordinate | |
| double | urY |
| upper right x-coordinate | |
| RaveDateTime_t * | datetime |
| the date and time | |
| RaveDateTime_t * | startdatetime |
| the start date and time | |
| RaveDateTime_t * | enddatetime |
| the end date and time | |
| char * | source |
| where does this data come from | |
| char * | prodname |
| Product name. | |
| RaveDataType | datatype |
| the datatype to use | |
| Projection_t * | projection |
| the projection | |
| ProjectionPipeline_t * | pipeline |
| Used for transforming between lon/lat and cartesian coordinate. | |
| RaveAttributeTable_t * | attrs |
| attributes | |
| RaveObjectList_t * | qualityfields |
| quality fields | |
| char * | defaultParameter |
| the default parameter | |
| CartesianParam_t * | currentParameter |
| the current parameter | |
| RaveObjectHashTable_t * | parameters |
| the cartesian data fields | |
Represents the cartesian product.
| RaveAttributeTable_t* _Cartesian_t::attrs |
attributes
| CartesianParam_t* _Cartesian_t::currentParameter |
the current parameter
| RaveDataType _Cartesian_t::datatype |
the datatype to use
| RaveDateTime_t* _Cartesian_t::datetime |
the date and time
| char* _Cartesian_t::defaultParameter |
the default parameter
| RaveDateTime_t* _Cartesian_t::enddatetime |
the end date and time
| double _Cartesian_t::llX |
lower left x-coordinate
| double _Cartesian_t::llY |
lower left y-coordinate
| Rave_ObjectType _Cartesian_t::objectType |
object type
| RaveObjectHashTable_t* _Cartesian_t::parameters |
the cartesian data fields
| ProjectionPipeline_t* _Cartesian_t::pipeline |
Used for transforming between lon/lat and cartesian coordinate.
First entry is lonlat, second is projection
| char* _Cartesian_t::prodname |
Product name.
| Rave_ProductType _Cartesian_t::product |
product
| Projection_t* _Cartesian_t::projection |
the projection
| RaveObjectList_t* _Cartesian_t::qualityfields |
quality fields
| char* _Cartesian_t::source |
where does this data come from
| RaveDateTime_t* _Cartesian_t::startdatetime |
the start date and time
| double _Cartesian_t::urX |
upper right x-coordinate
| double _Cartesian_t::urY |
upper right x-coordinate
| RAVE_OBJECT_HEAD double _Cartesian_t::xscale |
Always on top.
xscale
| long _Cartesian_t::xsize |
xsize to use
| double _Cartesian_t::yscale |
yscale
| long _Cartesian_t::ysize |
ysize to use