1 #ifndef TransverseMercator_h 2 #define TransverseMercator_h 82 bool SetGround(
const double lat,
const double lon);
84 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
bool m_sph
Flag set to true if sphere, and false if ellipsiod.
Base class for Map TProjections.
double m_e3
Eccentricity Constant: e3 = 35e^6/3072 estimates the value e3 = 35e^6/3072 + ...
QString Version() const
Returns the version of the map projection.
double m_scalefactor
Scale Factor for the projection.
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_eccsq
Eccentricity Squared.
QString Name() const
Returns the name of the map projection, "TransverseMercator".
Base class for Map Projections.
double m_e2
Eccentricity Constant: e2 = 15e^4/256 * (1 + 3e^2/4)) estimates the value e2 = 15e^4/256 + 45e^6/1024...
Contains multiple PvlContainers.
double m_e0
Eccentricity Constant: e0 = 1 - e^2/4 * (1 + 3e^2/16 * (3 + 5e^2/4)) estimates the value e0 = 1 - e^2...
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.
TransverseMercator Map Projection.
Container for cube-like labels.
double m_ml0
Distance along the meridian from the equator to the center latitude.
double m_centerLongitude
The center longitude for the map projection.
Namespace for ISIS/Bullet specific routines.
double m_centerLatitude
The center latitude for the map projection.
TransverseMercator(Pvl &label, bool allowDefaults=false)
Constructs a TransverseMercator object.
PvlGroup Mapping()
This function returns the keywords that this projection uses.
double m_esp
Snyder's (e')^2 variable from equation (8-12) on page.
PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
double m_e1
Eccentricity Constant: e1 = 3e^2/8 * (1.0 + e^2/4 * (1.0 + 15e^2/32)) estimates the value e1 = 3e^2/8...
~TransverseMercator()
Destroys the TransverseMercator object.
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.