OTB
9.0.0
Orfeo Toolbox
|
#include <otbMetaDataKey.h>
Public Member Functions | |
std::string | ToJSON (bool multiline=false) const |
Public Attributes | |
double | Origin |
int | Size |
double | Spacing |
std::vector< double > | Values |
Friends | |
bool | operator== (const LUTAxis &lhs, const LUTAxis &rhs) |
Definition at line 235 of file otbMetaDataKey.h.
std::string otb::MetaData::LUTAxis::ToJSON | ( | bool | multiline = false | ) | const |
Export to JSON
Definition at line 252 of file otbMetaDataKey.h.
double otb::MetaData::LUTAxis::Origin |
start value on the axis
Definition at line 241 of file otbMetaDataKey.h.
int otb::MetaData::LUTAxis::Size |
number of measurements on this axis
Definition at line 238 of file otbMetaDataKey.h.
double otb::MetaData::LUTAxis::Spacing |
spacing between measurements (if regular sampling)
Definition at line 244 of file otbMetaDataKey.h.
std::vector<double> otb::MetaData::LUTAxis::Values |
list of measurements (if irregular sampling)
Definition at line 247 of file otbMetaDataKey.h.