|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef RingCylindrical_h
2 #define RingCylindrical_h
51 bool SetGround(
const double ringRadius,
const double ringLongitude);
53 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
62 double m_centerRingLongitude;
64 double m_centerRingRadius;
double TrueScaleRingRadius() const
Returns the center radius, in meters.
Definition: RingCylindrical.cpp:148
QString Name() const
Returns the name of the map projection, "RingCylindrical".
Definition: RingCylindrical.cpp:106
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_maximumRingLongitude
Contains the maximum longitude for the entire ground range.
Definition: RingPlaneProjection.h:290
A single keyword-value pair.
Definition: PvlKeyword.h:82
virtual PvlGroup Mapping()
This method is used to find the XY range for oblique aspect projections (non-polar projections) by "w...
Definition: RingPlaneProjection.cpp:1253
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: RingCylindrical.cpp:355
const double DEG2RAD
Multiplier for converting from degrees to radians.
Definition: Constants.h:43
double PixelResolution() const
Returns the pixel resolution value from the PVL mapping group in meters/pixel.
Definition: Projection.cpp:840
double m_minimumY
See minimumX description.
Definition: Projection.h:327
double GetX() const
Calculates the unrotated form of current x value.
Definition: Projection.cpp:818
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
double m_maximumRingRadius
Contains the maximum ring radius for the entire ground range.
Definition: RingPlaneProjection.h:284
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
Definition: IString.cpp:211
bool SetGround(const double ringRadius, const double ringLongitude)
This method is used to set the radius/longitude (assumed to be of the correct RingLongitudeDirection,...
Definition: RingCylindrical.cpp:188
double m_ringRadius
This contain a ring radius value in m.
Definition: RingPlaneProjection.h:261
PvlGroup m_mappingGrp
Mapping group that created this projection.
Definition: Projection.h:329
double GetY() const
Calculates the unrotated form of the current y value.
Definition: Projection.cpp:829
void XYRangeCheck(const double ringRadius, const double ringLongitude)
This convience function is established to assist in the development of the XYRange virtual method.
Definition: RingPlaneProjection.cpp:709
double CenterRingRadius() const
Returns the center radius, in meters.
Definition: RingCylindrical.cpp:170
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.
Definition: RingCylindrical.cpp:91
QString Version() const
Returns the version of the map projection.
Definition: RingCylindrical.cpp:115
@ Traverse
Search child objects.
Definition: PvlObject.h:158
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition: RingCylindrical.cpp:239
Base class for Map Projections of plane shapes.
Definition: RingPlaneProjection.h:147
double m_minimumX
The data elements m_minimumX, m_minimumY, m_maximumX, and m_maximumY are convience data elements when...
Definition: Projection.h:317
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
~RingCylindrical()
Destroys the RingCylindrical object.
Definition: RingCylindrical.cpp:80
#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
Ring Cylindrical Map Projection.
Definition: RingCylindrical.h:37
virtual PvlGroup MappingRingRadii()
This function returns the ring radius keywords that this projection uses.
Definition: RingPlaneProjection.cpp:1296
double m_ringLongitude
This contain a ring longitude value.
Definition: RingPlaneProjection.h:263
RingLongitudeDirection m_ringLongitudeDirection
An enumerated type indicating the LongitudeDirection read from the labels.
Definition: RingPlaneProjection.h:267
Isis exception class.
Definition: IException.h:91
Isis::Projection * RingCylindricalPlugin(Isis::Pvl &lab, bool allowDefaults)
This is the function that is called in order to instantiate a RingCylindrical object.
Definition: RingCylindrical.cpp:417
RingCylindrical(Pvl &label, bool allowDefaults=false)
Constructs a RingCylindrical object.
Definition: RingCylindrical.cpp:39
PvlGroup MappingRingRadii()
This function returns the radii keywords that this projection uses.
Definition: RingCylindrical.cpp:292
void SetComputedXY(double x, double y)
This protected method is a helper for derived classes.
Definition: Projection.cpp:780
Namespace for the standard library.
PvlGroup MappingRingLongitudes()
This function returns the longitude keywords that this projection uses.
Definition: RingCylindrical.cpp:308
double m_minimumRingRadius
Contains the minimum ring radius for the entire ground range.
Definition: RingPlaneProjection.h:281
virtual PvlGroup MappingRingLongitudes()
This function returns the ring longitude keywords that this projection uses.
Definition: RingPlaneProjection.cpp:1313
@ Clockwise
Ring longitude values increase in the clockwise direction.
Definition: RingPlaneProjection.h:178
double m_maximumY
See minimumX description.
Definition: Projection.h:328
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition: RingCylindrical.cpp:274
double m_minimumRingLongitude
Contains the minimum longitude for the entire ground range.
Definition: RingPlaneProjection.h:287
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
virtual bool HasGroundRange() const
This indicates if the longitude direction type is positive west (as opposed to postive east).
Definition: Projection.cpp:349
double CenterRingLongitude() const
Returns the center longitude, in degrees.
Definition: RingCylindrical.cpp:158
bool IsEquatorialCylindrical()
This method returns true if the projection is equatorial cylindrical.
Definition: RingCylindrical.cpp:130
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16