#include <TransverseMercatorProjection.h>
Public Member Functions | |
TransverseMercatorProjection () | |
virtual | ~TransverseMercatorProjection () |
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::TransverseMercatorProjection::TransverseMercatorProjection | ( | ) |
virtual MetNoFimex::TransverseMercatorProjection::~TransverseMercatorProjection | ( | ) | [virtual] |
static bool MetNoFimex::TransverseMercatorProjection::acceptsProj4 | ( | const std::string & | proj4Str | ) | [static] |
static std::vector<CDMAttribute> MetNoFimex::TransverseMercatorProjection::parametersFromProj4 | ( | const std::string & | proj4 | ) | [static] |
virtual std::ostream& MetNoFimex::TransverseMercatorProjection::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.