1 #ifndef UpturnedEllipsoidTransverseAzimuthal_h 2 #define UpturnedEllipsoidTransverseAzimuthal_h 69 virtual QString
Name()
const;
70 virtual QString
Version()
const;
72 virtual bool SetGround(
const double lat,
const double lon);
74 virtual bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
81 void init(
double centerLongitude);
82 void checkLongitude(
double longitude);
virtual 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.
virtual QString Name() const
This method returns the name of the map projection.
virtual PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
virtual 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...
Base class for Map TProjections.
double m_k
The radius of the Equator of the transverse graticule on the Azimuthal projection under the condition...
virtual QString Version() const
This method returns the Version of the map projection.
double m_a
Semi-major axis of the ellipse.
double m_t
Auxiliary value used to reduce calculations.
virtual PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
virtual bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
double m_e
Eccentricity of the ellipse.
Base class for Map Projections.
Contains multiple PvlContainers.
Upturned Ellipsoid Transverse Azimuthal Map Projection.
bool operator==(const Projection &proj)
This method determines whether two map projection objects are equal by comparing the equatorial radiu...
double m_lambda0
The longitude of the center of the projection.
Container for cube-like labels.
Namespace for ISIS/Bullet specific routines.
virtual PvlGroup Mapping()
This function returns the keywords that this projection uses.
double m_b
Semi-minor axis of the ellipse.
double m_t1
Auxiliary value used to reduce calculations.