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 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.
Definition: TProjection.h:178
UpturnedEllipsoidTransverseAzimuthal(Pvl &label, bool allowDefaults=false)
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.
Base class for Map Projections.
Definition: Projection.h:169
Contains multiple PvlContainers.
Definition: PvlGroup.h:57
Upturned Ellipsoid Transverse Azimuthal Map Projection.
Definition: UpturnedEllipsoidTransverseAzimuthal.h:63
bool operator==(const Projection &proj)
This method determines whether two map projection objects are equal by comparing the equatorial radiu...
~UpturnedEllipsoidTransverseAzimuthal()
virtual QString Version() const
This method returns the Version of the map projection.
Container for cube-like labels.
Definition: Pvl.h:135
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.