File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
|
Isis 3 Programmer Reference
|
1 #ifndef RingCylindrical_h
2 #define RingCylindrical_h
9 #include "RingPlaneProjection.h"
51 bool SetGround(
const double ringRadius,
const double ringLongitude);
53 bool XYRange(
double &minX,
double &maxX,
double &minY,
double &maxY);
double TrueScaleRingRadius() const
Returns the center radius, in meters.
QString Name() const
Returns the name of the map projection, "RingCylindrical".
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...
Container for cube-like labels.
bool SetGround(const double ringRadius, const double ringLongitude)
This method is used to set the radius/longitude (assumed to be of the correct RingLongitudeDirection,...
double CenterRingRadius() const
Returns the center radius, in meters.
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.
QString Version() const
Returns the version of the map projection.
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Base class for Map Projections of plane shapes.
Contains multiple PvlContainers.
~RingCylindrical()
Destroys the RingCylindrical object.
Ring Cylindrical Map Projection.
double m_centerRingRadius
The center ring radius for the map projection.
RingCylindrical(Pvl &label, bool allowDefaults=false)
Constructs a RingCylindrical object.
PvlGroup MappingRingRadii()
This function returns the radii keywords that this projection uses.
PvlGroup MappingRingLongitudes()
This function returns the longitude keywords that this projection uses.
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Base class for Map Projections.
double CenterRingLongitude() const
Returns the center longitude, in degrees.
bool IsEquatorialCylindrical()
This method returns true if the projection is equatorial cylindrical.
This is free and unencumbered software released into the public domain.
double m_centerRingLongitude
The center ring longitude (azimuth) for the map projection, in radians.