1#ifndef LambertAzimuthalEqualArea_h 
    2#define LambertAzimuthalEqualArea_h 
  106      bool XYRange(
double &minX, 
double &maxX, 
double &minY, 
double &maxY);
 
  117      void init(
double centerLatitude, 
double centerLongitude);
 
  118      void initEllipsoid(); 
 
  119      bool setGroundEllipsoid(
double phi, 
double lambda); 
 
  120      bool setCoordinateEllipsoid(
const double x, 
const double y);
 
  121      bool xyRangeLambertAzimuthalPolar(
double &minX, 
double &maxX, 
 
  122                                        double &minY, 
double &maxY); 
 
  123      void checkLongitude(
double longitude);
 
  124      void validateRelativeScaleFactor() 
const;
 
  129      bool m_northPolarAspect; 
 
  131      bool m_southPolarAspect; 
 
  133      bool m_equatorialAspect; 
 
Lambert Azimuthal Equal Area Map Projection.
Definition: LambertAzimuthalEqualArea.h:91
 
QString Version() const
This method returns the Version of the map projection.
 
QString Name() const
This method returns the name of the map projection.
 
PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
 
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...
 
LambertAzimuthalEqualArea(Pvl &label, bool allowDefaults=false)
 
bool operator==(const Projection &proj)
This method determines whether two map projection objects are equal by comparing the equatorial radiu...
 
double relativeScaleFactorLatitude() const
 
PvlGroup Mapping()
This function returns the keywords that this projection uses.
 
double relativeScaleFactorLongitude() const
 
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
 
double TrueScaleLatitude() const
This method returns the latitude of true scale.
 
PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
 
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType,...
 
~LambertAzimuthalEqualArea()
 
Base class for Map Projections.
Definition: Projection.h:155
 
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
 
Container for cube-like labels.
Definition: Pvl.h:119
 
Base class for Map TProjections.
Definition: TProjection.h:166
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16