#include <string>
#include <ostream>
#include <boost/shared_ptr.hpp>
#include "Data.h"
#include "CDMDataType.h"
Go to the source code of this file.
Namespaces | |
namespace | MetNoFimex |
Classes | |
class | MetNoFimex::CDMAttribute |
Functions | |
std::vector< CDMAttribute > | MetNoFimex::projStringToAttributes (std::string projStr) |
convert a proj4 string to a list of CDMAttributes usable for CF-1.0 projection variable | |
std::string | MetNoFimex::attributesToProjString (const std::vector< CDMAttribute > &attrs) |
convert attributes of a projection-variable to a projString |