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);
64 double m_centerRingLongitude;
65 double m_centerRingRadius;
Planar Map Projection.
Definition Planar.h:40
Planar(Pvl &label, bool allowDefaults=false)
TODO: correct documentation in this file.
Definition Planar.cpp:39
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...
Definition Planar.cpp:379
PvlGroup MappingRingLongitudes()
This function returns the azimuth keywords that this projection uses.
Definition Planar.cpp:466
double CenterRingRadius() const
Returns the center radius, in meters.
Definition Planar.cpp:144
bool SetGround(const double ringRadius, const double ringLongitude)
This method is used to set the radius/azimuth (assumed to be of the correct RingLongitudeDirection,...
Definition Planar.cpp:172
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition Planar.cpp:434
QString Version() const
Returns the version of the map projection.
Definition Planar.cpp:155
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.
Definition Planar.cpp:89
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition Planar.cpp:226
double TrueScaleRingRadius() const
Returns the center radius, in meters.
Definition Planar.cpp:121
~Planar()
Destroys the Planar object.
Definition Planar.cpp:78
double CenterRingLongitude() const
Returns the center longitude, in degrees.
Definition Planar.cpp:132
QString Name() const
Returns the name of the map projection, "Planar".
Definition Planar.cpp:104
PvlGroup MappingRingRadii()
This function returns the radius keywords that this projection uses.
Definition Planar.cpp:451
Base class for Map Projections.
Definition Projection.h:155
Contains multiple PvlContainers.
Definition PvlGroup.h:41
Container for cube-like labels.
Definition Pvl.h:119
Base class for Map Projections of plane shapes.
Definition RingPlaneProjection.h:147
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16