1#ifndef UpturnedEllipsoidTransverseAzimuthal_h
2#define UpturnedEllipsoidTransverseAzimuthal_h
9#include "TProjection.h"
53 virtual QString
Name()
const;
56 virtual bool SetGround(
const double lat,
const double lon);
58 virtual bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
65 void init(
double centerLongitude);
66 void checkLongitude(
double longitude);
Base class for Map Projections.
Contains multiple PvlContainers.
Container for cube-like labels.
Base class for Map TProjections.
Upturned Ellipsoid Transverse Azimuthal Map Projection.
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...
double m_a
Semi-major axis of the ellipse.
double m_b
Semi-minor axis of the ellipse.
virtual PvlGroup Mapping()
This function returns the keywords that this projection uses.
double m_t1
Auxiliary value used to reduce calculations.
virtual QString Version() const
This method returns the Version of the map projection.
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.
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,...
bool operator==(const Projection &proj)
This method determines whether two map projection objects are equal by comparing the equatorial radiu...
virtual PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
virtual QString Name() const
This method returns the name of the map projection.
double m_lambda0
The longitude of the center of the projection.
virtual PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
double m_k
The radius of the Equator of the transverse graticule on the Azimuthal projection under the condition...
double m_t
Auxiliary value used to reduce calculations.
This is free and unencumbered software released into the public domain.