File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
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);
double m_t1
Auxiliary value used to reduce calculations.
Upturned Ellipsoid Transverse Azimuthal Map Projection.
double m_t
Auxiliary value used to reduce calculations.
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...
virtual PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
Container for cube-like labels.
double m_lambda0
The longitude of the center of the projection.
bool operator==(const Projection &proj)
This method determines whether two map projection objects are equal by comparing the equatorial radiu...
Contains multiple PvlContainers.
double m_k
The radius of the Equator of the transverse graticule on the Azimuthal projection under the condition...
Base class for Map TProjections.
double m_b
Semi-minor axis of the ellipse.
virtual bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
virtual QString Version() const
This method returns the Version of the map projection.
double m_e
Eccentricity of the ellipse.
virtual PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
Base class for Map Projections.
double m_a
Semi-major axis 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,...
virtual QString Name() const
This method returns the name of the map projection.
virtual PvlGroup Mapping()
This function returns the keywords that this projection uses.
This is free and unencumbered software released into the public domain.