37 IProj(Pvl &label,
bool allowDefaults =
false);
45 bool SetGround(
const double lat,
const double lon);
48 bool XYRange(
double &minX,
double &maxX,
49 double &minY,
double &maxY);
52 QString *m_userOutputProjStr;
56 PJ *m_llaProj2outputProj;
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType,...
Definition IProj.cpp:121
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition IProj.cpp:135
bool XYRange(double &minX, double &maxX, double &minY, double &maxY)
This method is used to determine the x/y range which completely covers the area of interest specified...
Definition IProj.cpp:175
QString Version() const
Returns the version of the map projection.
Definition IProj.cpp:117
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition IProj.cpp:101
QString Name() const
Returns the name of the map projection, "Proj".
Definition IProj.cpp:90
~IProj()
Destroys the IProj object.
Definition IProj.cpp:77
IProj(Pvl &label, bool allowDefaults=false)
Definition IProj.cpp:20
TProjection(Pvl &label)
Constructs an empty TProjection object.
Definition TProjection.cpp:82
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16