|
Isis 3 Programmer Reference
|
1 #ifndef ObliqueCylindrical_h
2 #define ObliqueCylindrical_h
9 #include "TProjection.h"
75 bool SetGround(
const double lat,
const double lon);
77 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
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...
bool operator==(const Isis::Projection &proj)
Compares two Projection objects to see if they are equal.
Container for cube-like labels.
double poleLatitude() const
Returns the value of the pole latitude.
double m_poleLongitude
The Oblique Pole Longitude.
double poleRotation() const
Returns the value of the pole rotation.
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Contains multiple PvlContainers.
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType,...
Base class for Map TProjections.
ObliqueCylindrical(Isis::Pvl &label, bool allowDefaults=false)
Constructs an ObliqueCylindrical object.
std::vector< double > m_yAxisVector
The y-axis vector, read from the mapping group in the label.
std::vector< double > m_zAxisVector
The z-axis vector, read from the mapping group in the label.
PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
double poleLongitude() const
Returns the value of the pole longitude.
QString Name() const
Returns the name of the map projection, "ObliqueCylindrical".
QString Version() const
Returns the version of the map projection.
Base class for Map Projections.
std::vector< double > m_xAxisVector
The x-axis vector, read from the mapping group in the label.
double m_poleRotation
The Oblique Pole Rotation.
double m_poleLatitude
The Oblique Pole Latitude.
This is free and unencumbered software released into the public domain.
Oblique Cylindrical Map Projection.
~ObliqueCylindrical()
Destroys the ObliqueCylindrical object.