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