1 #ifndef LambertAzimuthalEqualArea_h
2 #define LambertAzimuthalEqualArea_h
113 QString
Name()
const;
120 bool SetGround(
const double lat,
const double lon);
122 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
133 void init(
double centerLatitude,
double centerLongitude);
134 void initEllipsoid();
135 bool setGroundEllipsoid(
double phi,
double lambda);
136 bool setCoordinateEllipsoid(
const double x,
const double y);
137 bool xyRangeLambertAzimuthalPolar(
double &minX,
double &maxX,
138 double &minY,
double &maxY);
139 void checkLongitude(
double longitude);
140 void validateRelativeScaleFactor()
const;
145 bool m_northPolarAspect;
147 bool m_southPolarAspect;
149 bool m_equatorialAspect;
PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
double TrueScaleLatitude() const
This method returns the latitude of true scale.
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Base class for Map TProjections.
Definition: TProjection.h:178
~LambertAzimuthalEqualArea()
PvlGroup Mapping()
This function returns the keywords that this projection uses.
QString Version() const
This method returns the Version of the map projection.
Base class for Map Projections.
Definition: Projection.h:169
QString Name() const
This method returns the name of the map projection.
Contains multiple PvlContainers.
Definition: PvlGroup.h:57
bool operator==(const Projection &proj)
This method determines whether two map projection objects are equal by comparing the equatorial radiu...
Lambert Azimuthal Equal Area Map Projection.
Definition: LambertAzimuthalEqualArea.h:107
double relativeScaleFactorLongitude() const
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.
double relativeScaleFactorLatitude() const
LambertAzimuthalEqualArea(Pvl &label, bool allowDefaults=false)
Container for cube-like labels.
Definition: Pvl.h:135
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...