|
Isis Developer Reference
|
Go to the documentation of this file.
61 bool SetGround(
const double lat,
const double lon);
63 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
73 double m_centerLongitude;
double m_maximumLatitude
Contains the maximum latitude for the entire ground range.
Definition: TProjection.h:356
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.
Definition: Robinson.cpp:124
double m_longitude
This contains the currently set longitude value.
Definition: TProjection.h:318
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
@ Io
A type of error that occurred when performing an actual I/O operation.
Definition: IException.h:155
double m_minimumLongitude
Contains the minimum longitude for the entire ground range.
Definition: TProjection.h:358
double m_latitude
This contains the currently set latitude value.
Definition: TProjection.h:316
QString Version() const
Returns the version of the map projection.
Definition: Robinson.cpp:148
A single keyword-value pair.
Definition: PvlKeyword.h:82
const double EPSILON
This is free and unencumbered software released into the public domain.
Definition: Robinson.cpp:19
LongitudeDirection m_longitudeDirection
An enumerated type indicating the LongitudeDirection read from the labels.
Definition: TProjection.h:324
double m_minimumLatitude
Contains the minimum latitude for the entire ground range.
Definition: TProjection.h:354
@ PositiveWest
Longitude values increase in the westerly direction.
Definition: TProjection.h:225
const double DEG2RAD
Multiplier for converting from degrees to radians.
Definition: Constants.h:43
Robinson(Pvl &label, bool allowDefaults=false)
Constructs a Robinson object.
Definition: Robinson.cpp:40
double m_minimumY
See minimumX description.
Definition: Projection.h:327
PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
Definition: Robinson.cpp:374
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
Container for cube-like labels.
Definition: Pvl.h:119
void SetXY(double x, double y)
This protected method is a helper for derived classes.
Definition: Projection.cpp:804
void XYRangeCheck(const double latitude, const double longitude)
This convience function is established to assist in the development of the XYRange virtual method.
Definition: TProjection.cpp:1062
PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
Definition: Robinson.cpp:363
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
PvlGroup m_mappingGrp
Mapping group that created this projection.
Definition: Projection.h:329
Isis::Projection * RobinsonPlugin(Isis::Pvl &lab, bool allowDefaults)
This is the function that is called in order to instantiate a Robinson object.
Definition: Robinson.cpp:396
@ Traverse
Search child objects.
Definition: PvlObject.h:158
double m_minimumX
The data elements m_minimumX, m_minimumY, m_maximumX, and m_maximumY are convience data elements when...
Definition: Projection.h:317
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: Robinson.cpp:317
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
bool m_good
Indicates if the contents of m_x, m_y, m_latitude, and m_longitude are valid.
Definition: Projection.h:300
Base class for Map TProjections.
Definition: TProjection.h:166
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType,...
Definition: Robinson.cpp:164
Isis exception class.
Definition: IException.h:91
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition: Robinson.cpp:350
virtual PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
Definition: TProjection.cpp:1739
void SetComputedXY(double x, double y)
This protected method is a helper for derived classes.
Definition: Projection.cpp:780
Namespace for the standard library.
QString Name() const
Returns the name of the map projection, "Robinson".
Definition: Robinson.cpp:138
~Robinson()
Destroys the Robinson object.
Definition: Robinson.cpp:113
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition: Robinson.cpp:212
double m_maximumLongitude
Contains the maximum longitude for the entire ground range.
Definition: TProjection.h:360
virtual PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
Definition: TProjection.cpp:1723
virtual PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition: TProjection.cpp:1698
double m_equatorialRadius
Polar radius of the target.
Definition: TProjection.h:335
double m_maximumY
See minimumX description.
Definition: Projection.h:328
Base class for Map Projections.
Definition: Projection.h:155
double m_maximumX
See minimumX description.
Definition: Projection.h:326
const double RAD2DEG
Multiplier for converting from radians to degrees.
Definition: Constants.h:44
Robinson Map Projection.
Definition: Robinson.h:52
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16