8 #ifndef ossimDemTool_HEADER 9 #define ossimDemTool_HEADER 1 22 enum Method { METHOD_UNASSIGNED=0, GET_ALGO_LIST, GET_PARAMS, GENERATE };
23 enum Units { UNITS_UNASSIGNED=0, METERS, DEGREES };
41 void loadJSON(
const Json::Value& json)
override;
43 void saveJSON(Json::Value& json)
const override { json = m_responseJSON; }
Represents serializable keyword/value map.
std::basic_ostream< char > ostream
Base class for char output streams.