1 #ifndef LunarAzimuthalEqualArea_h 2 #define LunarAzimuthalEqualArea_h 71 bool SetGround(
const double lat,
const double lon);
73 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
78 double m_maxLibration;
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType, LongitudeDirection, and LongitudeDomain.
Definition: LunarAzimuthalEqualArea.cpp:117
QString Name() const
Returns the name of the map projection, "LunarAzimuthalEqualArea".
Definition: LunarAzimuthalEqualArea.cpp:91
Base class for Map TProjections.
Definition: TProjection.h:182
QString Version() const
Returns the version of the map projection.
Definition: LunarAzimuthalEqualArea.cpp:101
LunarAzimuthalEqualArea(Pvl &label)
Constructs a LunarAzimuthalEqualArea object.
Definition: LunarAzimuthalEqualArea.cpp:46
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: LunarAzimuthalEqualArea.cpp:258
Contains multiple PvlContainers.
Definition: PvlGroup.h:57
Modified Lambert Azimuthal Equal-Area Map Projection.
Definition: LunarAzimuthalEqualArea.h:62
bool operator==(const TProjection &proj)
Compares two Projection objects to see if they are equal.
Definition: LunarAzimuthalEqualArea.cpp:74
~LunarAzimuthalEqualArea()
Destroys the LunarAzimuthalEqualArea object.
Definition: LunarAzimuthalEqualArea.cpp:63
Container for cube-like labels.
Definition: Pvl.h:135
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition: LunarAzimuthalEqualArea.cpp:178
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition: LunarAzimuthalEqualArea.cpp:295
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31