#include <RotatedLatitudeLongitudeProjection.h>
Public Member Functions | |
RotatedLatitudeLongitudeProjection () | |
virtual | ~RotatedLatitudeLongitudeProjection () |
Static Public Member Functions | |
static bool | acceptsProj4 (const std::string &proj4Str) |
static std::vector< CDMAttribute > | parametersFromProj4 (const std::string &proj4) |
Protected Member Functions | |
virtual std::ostream & | getProj4ProjectionPart (std::ostream &oproj) const |
MetNoFimex::RotatedLatitudeLongitudeProjection::RotatedLatitudeLongitudeProjection | ( | ) |
virtual MetNoFimex::RotatedLatitudeLongitudeProjection::~RotatedLatitudeLongitudeProjection | ( | ) | [inline, virtual] |
static bool MetNoFimex::RotatedLatitudeLongitudeProjection::acceptsProj4 | ( | const std::string & | proj4Str | ) | [static] |
static std::vector<CDMAttribute> MetNoFimex::RotatedLatitudeLongitudeProjection::parametersFromProj4 | ( | const std::string & | proj4 | ) | [static] |
virtual std::ostream& MetNoFimex::RotatedLatitudeLongitudeProjection::getProj4ProjectionPart | ( | std::ostream & | ) | const [protected, virtual] |
add the pure projection parameters for proj4 to the stream, i.e. no earth definitions, and no +no_defs
Implements MetNoFimex::ProjectionImpl.