Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
LambertConformal.h
Go to the documentation of this file.
1
#ifndef LambertConformal_h
2
#define LambertConformal_h
3
25
#include "
TProjection.h
"
26
27
namespace
Isis {
28
class
Pvl;
29
class
PvlGroup;
76
class
LambertConformal
:
public
TProjection
{
77
public
:
78
LambertConformal
(
Pvl
&label,
bool
allowDefaults =
false
);
79
~LambertConformal
();
80
bool
operator==
(
const
Projection
&proj);
81
82
QString
Name
()
const
;
83
QString
Version
()
const
;
84
double
TrueScaleLatitude
()
const
;
85
86
bool
SetGround
(
const
double
lat,
const
double
lon);
87
bool
SetCoordinate
(
const
double
x,
const
double
y);
88
bool
XYRange
(
double
&minX,
double
&maxX,
double
&minY,
double
&maxY);
89
90
PvlGroup
Mapping
();
91
PvlGroup
MappingLatitudes
();
92
PvlGroup
MappingLongitudes
();
93
94
private
:
95
double
m_centerLongitude
;
96
double
m_centerLatitude
;
97
double
m_par1
;
98
double
m_par2
;
99
double
m_n
;
100
double
m_f
;
101
double
m_rho
;
102
103
};
104
};
105
106
#endif
Isis::LambertConformal::m_par1
double m_par1
The first standard parallel.
Definition:
LambertConformal.h:97
Isis::LambertConformal::MappingLatitudes
PvlGroup MappingLatitudes()
This function returns the latitude keywords that this projection uses.
Definition:
LambertConformal.cpp:520
Isis::LambertConformal::m_centerLongitude
double m_centerLongitude
The center longitude for the map projection.
Definition:
LambertConformal.h:95
Isis::TProjection
Base class for Map TProjections.
Definition:
TProjection.h:178
Isis::LambertConformal::m_f
double m_f
Snyder's f variable.
Definition:
LambertConformal.h:100
Isis::LambertConformal::Version
QString Version() const
Returns the version of the map projection.
Definition:
LambertConformal.cpp:225
Isis::LambertConformal::Name
QString Name() const
Returns the name of the map projection, "LambertConformal".
Definition:
LambertConformal.cpp:215
Isis::LambertConformal::m_par2
double m_par2
The second standard parallel.
Definition:
LambertConformal.h:98
Isis::LambertConformal::~LambertConformal
~LambertConformal()
Destroys the LambertConformal object.
Definition:
LambertConformal.cpp:189
Isis::LambertConformal::SetGround
bool SetGround(const double lat, const double lon)
This method is used to set the latitude/longitude (assumed to be of the correct LatitudeType, LongitudeDirection, and LongitudeDomain.
Definition:
LambertConformal.cpp:252
Isis::Projection
Base class for Map Projections.
Definition:
Projection.h:169
Isis::LambertConformal::m_rho
double m_rho
Snyder's rho variable.
Definition:
LambertConformal.h:101
Isis::LambertConformal::TrueScaleLatitude
double TrueScaleLatitude() const
Returns the latitude of true scale (in the case of LambertConformal it is the smaller of the two stan...
Definition:
LambertConformal.cpp:235
Isis::PvlGroup
Contains multiple PvlContainers.
Definition:
PvlGroup.h:57
Isis::LambertConformal::operator==
bool operator==(const Projection &proj)
Compares two Projection objects to see if they are equal.
Definition:
LambertConformal.cpp:200
TProjection.h
Isis::Pvl
Container for cube-like labels.
Definition:
Pvl.h:135
Isis::LambertConformal::XYRange
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:
LambertConformal.cpp:377
Isis::LambertConformal::MappingLongitudes
PvlGroup MappingLongitudes()
This function returns the longitude keywords that this projection uses.
Definition:
LambertConformal.cpp:535
Isis::LambertConformal::LambertConformal
LambertConformal(Pvl &label, bool allowDefaults=false)
Constructs a Lambert Conformal object.
Definition:
LambertConformal.cpp:57
Isis::LambertConformal
Lambert Conformal Map Projection.
Definition:
LambertConformal.h:76
Isis::LambertConformal::Mapping
PvlGroup Mapping()
This function returns the keywords that this projection uses.
Definition:
LambertConformal.cpp:504
Isis::LambertConformal::m_n
double m_n
Snyder's n variable.
Definition:
LambertConformal.h:99
Isis::LambertConformal::SetCoordinate
bool SetCoordinate(const double x, const double y)
This method is used to set the projection x/y.
Definition:
LambertConformal.cpp:304
Isis::LambertConformal::m_centerLatitude
double m_centerLatitude
The center latitude for the map projection.
Definition:
LambertConformal.h:96
U.S. Department of the Interior
|
U.S. Geological Survey
ISIS
|
Privacy & Disclaimers
|
Astrogeology Research Program
To contact us, please post comments and questions on the
ISIS Support Center
File Modified: 07/12/2023 23:21:57