Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
LunarAzimuthalEqualArea.h
1 #ifndef LunarAzimuthalEqualArea_h
2 #define LunarAzimuthalEqualArea_h
3 
8 /* SPDX-License-Identifier: CC0-1.0 */
9 #include "TProjection.h"
10 
11 namespace Isis {
12  class Pvl;
13  class PvlGroup;
14 
46  public:
49  bool operator== (const TProjection &proj);
50 
51  QString Name() const;
52  QString Version() const;
53 
54  bool SetGround(const double lat, const double lon);
55  bool SetCoordinate(const double x, const double y);
56  bool XYRange(double &minX, double &maxX, double &minY, double &maxY);
57 
58  PvlGroup Mapping();
59 
60  private:
61  double m_maxLibration;
63  };
64 }
65 
66 #endif
Isis::LunarAzimuthalEqualArea::Name
QString Name() const
Returns the name of the map projection, "LunarAzimuthalEqualArea".
Definition: LunarAzimuthalEqualArea.cpp:75
Isis::LunarAzimuthalEqualArea::SetGround
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: LunarAzimuthalEqualArea.cpp:101
Isis::Pvl
Container for cube-like labels.
Definition: Pvl.h:119
Isis::LunarAzimuthalEqualArea::Mapping
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition: LunarAzimuthalEqualArea.cpp:279
Isis::LunarAzimuthalEqualArea
Modified Lambert Azimuthal Equal-Area Map Projection.
Definition: LunarAzimuthalEqualArea.h:45
Isis::LunarAzimuthalEqualArea::~LunarAzimuthalEqualArea
~LunarAzimuthalEqualArea()
Destroys the LunarAzimuthalEqualArea object.
Definition: LunarAzimuthalEqualArea.cpp:47
Isis::PvlGroup
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
Isis::LunarAzimuthalEqualArea::operator==
bool operator==(const TProjection &proj)
Compares two Projection objects to see if they are equal.
Definition: LunarAzimuthalEqualArea.cpp:58
Isis::TProjection
Base class for Map TProjections.
Definition: TProjection.h:166
Isis::LunarAzimuthalEqualArea::Version
QString Version() const
Returns the version of the map projection.
Definition: LunarAzimuthalEqualArea.cpp:85
Isis::LunarAzimuthalEqualArea::SetCoordinate
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition: LunarAzimuthalEqualArea.cpp:162
Isis::LunarAzimuthalEqualArea::m_maxLibration
double m_maxLibration
Value of the MaximumLibration keyword from the Mapping group of the labels.
Definition: LunarAzimuthalEqualArea.h:61
Isis::LunarAzimuthalEqualArea::LunarAzimuthalEqualArea
LunarAzimuthalEqualArea(Pvl &label)
Constructs a LunarAzimuthalEqualArea object.
Definition: LunarAzimuthalEqualArea.cpp:30
Isis
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Isis::LunarAzimuthalEqualArea::XYRange
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:242

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/13/2023 15:16:49