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