#include <StereographicProjection.h>
Public Member Functions | |
StereographicProjection () | |
virtual | ~StereographicProjection () |
Static Public Member Functions | |
static bool | acceptsProj4 (const std::string &proj4Str) |
static std::vector< CDMAttribute > | parametersFromProj4 (const std::string &proj4) |
Protected Member Functions | |
StereographicProjection (std::string name) | |
virtual std::ostream & | getProj4ProjectionPart (std::ostream &oproj) const |
MetNoFimex::StereographicProjection::StereographicProjection | ( | ) |
virtual MetNoFimex::StereographicProjection::~StereographicProjection | ( | ) | [inline, virtual] |
MetNoFimex::StereographicProjection::StereographicProjection | ( | std::string | name | ) | [inline, protected] |
static bool MetNoFimex::StereographicProjection::acceptsProj4 | ( | const std::string & | proj4Str | ) | [static] |
Reimplemented in MetNoFimex::PolarStereographicProjection.
static std::vector<CDMAttribute> MetNoFimex::StereographicProjection::parametersFromProj4 | ( | const std::string & | proj4 | ) | [static] |
Reimplemented in MetNoFimex::PolarStereographicProjection.
virtual std::ostream& MetNoFimex::StereographicProjection::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.