11#include "TProjection.h"
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,...
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
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...
QString Version() const
Returns the version of the map projection.
PvlGroup Mapping()
This function returns the keywords that this projection uses.
QString Name() const
Returns the name of the map projection, "Proj".
~IProj()
Destroys the IProj object.
TProjection(Pvl &label)
Constructs an empty TProjection object.
This is free and unencumbered software released into the public domain.