1#ifndef UpturnedEllipsoidTransverseAzimuthal_h
2#define UpturnedEllipsoidTransverseAzimuthal_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.
Definition Projection.h:155
Contains multiple PvlContainers.
Definition PvlGroup.h:41
Container for cube-like labels.
Definition Pvl.h:122
TProjection(Pvl &label)
Constructs an empty TProjection object.
Definition TProjection.cpp:90
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...
~UpturnedEllipsoidTransverseAzimuthal()
virtual PvlGroup Mapping()
This function returns the keywords that this projection uses.
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.
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.
virtual PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
UpturnedEllipsoidTransverseAzimuthal(Pvl &label, bool allowDefaults=false)
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16