![]() |
OTB
10.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 236 of file otbMetaDataKey.h.
std::string otb::MetaData::LUTAxis::ToJSON | ( | bool | multiline = false | ) | const |
Export to JSON
Definition at line 253 of file otbMetaDataKey.h.
double otb::MetaData::LUTAxis::Origin |
start value on the axis
Definition at line 242 of file otbMetaDataKey.h.
int otb::MetaData::LUTAxis::Size |
number of measurements on this axis
Definition at line 239 of file otbMetaDataKey.h.
double otb::MetaData::LUTAxis::Spacing |
spacing between measurements (if regular sampling)
Definition at line 245 of file otbMetaDataKey.h.
std::vector<double> otb::MetaData::LUTAxis::Values |
list of measurements (if irregular sampling)
Definition at line 248 of file otbMetaDataKey.h.