Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
1 #ifndef LunarAzimuthalEqualArea_h
2 #define LunarAzimuthalEqualArea_h
9 #include "TProjection.h"
54 bool SetGround(
const double lat,
const double lon);
56 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
QString Name() const
Returns the name of the map projection, "LunarAzimuthalEqualArea".
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType,...
Container for cube-like labels.
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Modified Lambert Azimuthal Equal-Area Map Projection.
~LunarAzimuthalEqualArea()
Destroys the LunarAzimuthalEqualArea object.
Contains multiple PvlContainers.
bool operator==(const TProjection &proj)
Compares two Projection objects to see if they are equal.
Base class for Map TProjections.
QString Version() const
Returns the version of the map projection.
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
double m_maxLibration
Value of the MaximumLibration keyword from the Mapping group of the labels.
LunarAzimuthalEqualArea(Pvl &label)
Constructs a LunarAzimuthalEqualArea object.
This is free and unencumbered software released into the public domain.
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...