58 Planar(
Pvl &label,
bool allowDefaults =
false);
69 bool SetGround(
const double ringRadius,
const double ringLongitude);
71 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
QString Version() const
Returns the version of the map 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...
PvlGroup MappingRingRadii()
This function returns the radius keywords that this projection uses.
double CenterRingLongitude() const
Returns the center longitude, in degrees.
double CenterRingRadius() const
Returns the center radius, in meters.
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.
Planar(Pvl &label, bool allowDefaults=false)
TODO: correct documentation in this file.
Base class for Map Projections.
Contains multiple PvlContainers.
double TrueScaleRingRadius() const
Returns the center radius, in meters.
PvlGroup MappingRingLongitudes()
This function returns the azimuth keywords that this projection uses.
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Container for cube-like labels.
Base class for Map Projections of plane shapes.
~Planar()
Destroys the Planar object.
double m_centerRingLongitude
The center longitude for the map projection.
bool SetGround(const double ringRadius, const double ringLongitude)
This method is used to set the radius/azimuth (assumed to be of the correct RingLongitudeDirection, a nd RingLongitudeDomain.
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
double m_centerRingRadius
The center radius for the map projection.
QString Name() const
Returns the name of the map projection, "Planar".