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