OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Albers Equal Area Conic Projection. More...
#include <ossimAlbersProjection.h>
Public Member Functions | |
ossimAlbersProjection (const ossimEllipsoid &ellipsoid=ossimEllipsoid(), const ossimGpt &origin=ossimGpt()) | |
ossimAlbersProjection (const ossimEllipsoid &ellipsoid, const ossimGpt &origin, double stdParallel1, double stdParallel2, double falseEasting, double falseNorthing) | |
ossimObject * | dup () const |
virtual ossimDpt | forward (const ossimGpt &worldPoint) const |
All map projections will convert the world coordinate to an easting northing (Meters). More... | |
virtual ossimGpt | inverse (const ossimDpt &projectedPoint) const |
Will take a point in meters and convert it to ground. More... | |
virtual void | update () |
void | setStandardParallel1 (double degree) |
void | setStandardParallel2 (double degree) |
void | setStandardParallels (double parallel1Degree, double prallel2Degree) |
void | setFalseEasting (double falseEasting) |
void | setFalseNorthing (double falseNorthing) |
void | setFalseEastingNorthing (double falseEasting, double falseNorthing) |
void | setParameters (double parallel1, double parallel2, double falseEasting, double falseNorthing) |
virtual double | getStandardParallel1 () const |
virtual double | getStandardParallel2 () const |
void | setDefaults () |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual bool | operator== (const ossimProjection &projection) const |
Returns TRUE if principal parameters are within epsilon tolerance. More... | |
![]() | |
ossimMapProjection (const ossimEllipsoid &ellipsoid=ossimEllipsoid(), const ossimGpt &origin=ossimGpt()) | |
ossimMapProjection (const ossimMapProjection &src) | |
virtual ossimGpt | origin () const |
virtual ossimDpt | worldToLineSample (const ossimGpt &worldPoint) const |
virtual void | worldToLineSample (const ossimGpt &worldPoint, ossimDpt &lineSample) const |
virtual ossimGpt | lineSampleToWorld (const ossimDpt &projectedPoint) const |
virtual void | lineSampleToWorld (const ossimDpt &projectedPoint, ossimGpt &gpt) const |
virtual void | lineSampleHeightToWorld (const ossimDpt &lineSampPt, const double &heightAboveEllipsoid, ossimGpt &worldPt) const |
This is the pure virtual that projects the image point to the given elevation above ellipsoid, thereby bypassing reference to a DEM. More... | |
virtual void | lineSampleToEastingNorthing (const ossimDpt &liineSample, ossimDpt &eastingNorthing) const |
virtual void | eastingNorthingToLineSample (const ossimDpt &eastingNorthing, ossimDpt &lineSample) const |
virtual void | eastingNorthingToWorld (const ossimDpt &eastingNorthing, ossimGpt &worldPt) const |
virtual double | getFalseEasting () const |
virtual double | getFalseNorthing () const |
virtual void | setPcsCode (ossim_uint32 pcsCode) |
virtual ossim_uint32 | getPcsCode () const |
Returns the EPSG PCS code or 32767 if the projection is a custom (non-EPSG) projection. More... | |
virtual ossimString | getProjectionName () const |
Returns the projection name. More... | |
virtual double | getA () const |
ACCESS METHODS: More... | |
virtual double | getB () const |
virtual double | getF () const |
virtual ossimDpt | getMetersPerPixel () const |
virtual const ossimDpt & | getDecimalDegreesPerPixel () const |
Returns decimal degrees per pixel as an ossimDpt with "x" representing longitude and "y" representing latitude. More... | |
virtual const ossimDpt & | getUlEastingNorthing () const |
virtual const ossimGpt & | getUlGpt () const |
virtual const ossimDatum * | getDatum () const |
const ossimEllipsoid & | getEllipsoid () const |
const ossimGpt & | getOrigin () const |
virtual bool | isGeographic () const |
virtual void | applyScale (const ossimDpt &scale, bool recenterTiePoint) |
Applies scale to theDeltaLonPerPixel, theDeltaLatPerPixel and theMetersPerPixel data members (eg: theDeltaLonPerPixel *= scale.x). More... | |
virtual void | setEllipsoid (const ossimEllipsoid &ellipsoid) |
SET METHODS: More... | |
virtual void | setAB (double a, double b) |
virtual void | setDatum (const ossimDatum *datum) |
Sets theDatum to datum. More... | |
virtual void | setOrigin (const ossimGpt &origin) |
Sets theOrigin to origin. More... | |
virtual void | setMetersPerPixel (const ossimDpt &gsd) |
virtual void | setDecimalDegreesPerPixel (const ossimDpt &gsd) |
virtual void | setUlTiePoints (const ossimGpt &gpt) |
virtual void | setUlTiePoints (const ossimDpt &eastingNorthing) |
virtual void | setUlEastingNorthing (const ossimDpt &ulEastingNorthing) |
virtual void | setUlGpt (const ossimGpt &ulGpt) |
virtual void | assign (const ossimProjection &aProjection) |
virtual std::ostream & | print (std::ostream &out) const |
Prints data members to stream. More... | |
virtual void | computeDegreesPerPixel () |
Computes the approximate resolution in degrees/pixel. More... | |
virtual void | computeMetersPerPixel () |
This will go from the ground point and give you an approximate meters per pixel. More... | |
void | setMatrix (double rotation, const ossimDpt &scale, const ossimDpt &translation) |
void | setMatrixScale (const ossimDpt &scale) |
void | setMatrixRotation (double rotation) |
void | setMatrixTranslation (const ossimDpt &translation) |
void | snapTiePointTo (ossim_float64 multiple, ossimUnitType unitType) |
Utility method to snap the tie point to some multiple. More... | |
void | snapTiePointToOrigin () |
void | setElevationLookupFlag (bool flag) |
bool | getElevationLookupFlag () const |
ossimUnitType | getModelTransformUnitType () const |
void | setModelTransformUnitType (ossimUnitType unit) |
bool | hasModelTransform () const |
virtual bool | isAffectedByElevation () const |
Implementation of pure virtual ossimProjection::isAffectedByElevation method. More... | |
void | setProjectionUnits (ossimUnitType units) |
ossimUnitType | getProjectionUnits () const |
OSSIM considers all map projection coordinates (including false eastings and northings) to be in meters. More... | |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
![]() | |
ossimProjection () | |
virtual | ~ossimProjection () |
virtual void | getRoundTripError (const ossimDpt &imagePoint, ossimDpt &errorResult) const |
virtual void | getRoundTripError (const ossimGpt &groundPoint, ossimDpt &errorResult) const |
virtual void | getGroundClipPoints (ossimGeoPolygon &gpts) const |
virtual bool | operator!= (const ossimProjection &projection) const |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
![]() | |
ossimErrorStatusInterface () | |
virtual | ~ossimErrorStatusInterface () |
virtual ossimErrorCode | getErrorStatus () const |
virtual ossimString | getErrorStatusString () const |
virtual void | setErrorStatus (ossimErrorCode error_status) const |
virtual void | setErrorStatus () const |
virtual void | clearErrorStatus () const |
bool | hasError () const |
Protected Member Functions | |
virtual | ~ossimAlbersProjection () |
long | Set_Albers_Parameters (double a, double f, double Origin_Latitude, double Central_Meridian, double Std_Parallel_1, double Std_Parallel_2, double False_Easting, double False_Northing) |
void | Get_Albers_Parameters (double *a, double *f, double *Origin_Latitude, double *Central_Meridian, double *Std_Parallel_1, double *Std_Parallel_2, double *False_Easting, double *False_Northing) const |
long | Convert_Geodetic_To_Albers (double Latitude, double Longitude, double *Easting, double *Northing) const |
long | Convert_Albers_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude) const |
![]() | |
virtual | ~ossimMapProjection () |
void | updateFromTransform () |
![]() | |
virtual | ~ossimReferenced () |
Protected Attributes | |
double | Albers_a |
double | Albers_f |
double | es |
double | es2 |
double | C |
double | rho0 |
double | n |
double | Albers_a_OVER_n |
double | one_MINUS_es2 |
double | two_es |
double | Albers_Origin_Lat |
double | Albers_Origin_Long |
double | Albers_Std_Parallel_1 |
double | Albers_Std_Parallel_2 |
double | Albers_False_Easting |
double | Albers_False_Northing |
double | Albers_Delta_Northing |
double | Albers_Delta_Easting |
![]() | |
ossimEllipsoid | theEllipsoid |
This method verifies that the projection parameters match the current pcs code. More... | |
ossimGpt | theOrigin |
const ossimDatum * | theDatum |
This is only set if we want to have built in datum shifting. More... | |
ossimDpt | theMetersPerPixel |
Holds the number of meters per pixel. More... | |
ossimDpt | theDegreesPerPixel |
Hold the decimal degrees per pixel. More... | |
ossimGpt | theUlGpt |
Hold tie point in decimal degrees. More... | |
ossimDpt | theUlEastingNorthing |
Hold tie point as easting northing. More... | |
ossimDpt | theFalseEastingNorthing |
Hold the false easting northing. More... | |
ossim_uint32 | thePcsCode |
Projection Coordinate System(PCS) code. More... | |
bool | theElevationLookupFlag |
ossimMatrix4x4 | theModelTransform |
ossimMatrix4x4 | theInverseModelTransform |
ossimUnitType | theModelTransformUnitType |
ossimUnitType | theProjectionUnits |
Linear units of the projection as indicated in the projection's specification: More... | |
![]() | |
ossimErrorCode | theErrorStatus |
Albers Equal Area Conic Projection.
A basic conic projection developed by H.C. Albers. Classified as a conic and equal area. A graphic can be found at:
http://everest.hunter.cuny.edu/mp/pbander/albers.gif
Definition at line 25 of file ossimAlbersProjection.h.
ossimAlbersProjection::ossimAlbersProjection | ( | const ossimEllipsoid & | ellipsoid = ossimEllipsoid() , |
const ossimGpt & | origin = ossimGpt() |
||
) |
Definition at line 46 of file ossimAlbersProjection.cpp.
References Albers_Delta_Easting, Albers_Delta_Northing, setDefaults(), and update().
Referenced by dup().
ossimAlbersProjection::ossimAlbersProjection | ( | const ossimEllipsoid & | ellipsoid, |
const ossimGpt & | origin, | ||
double | stdParallel1, | ||
double | stdParallel2, | ||
double | falseEasting, | ||
double | falseNorthing | ||
) |
ellipsoid | |
origin | latitude longitude in decimal degrees. |
stdParallel1 | First parallel in DEGREES. |
stdParallel2 | Second parallel in DEGREES. |
falseEasting | False easting in meters. |
falseNorthing | False northing in meters. |
Definition at line 56 of file ossimAlbersProjection.cpp.
References Albers_Delta_Easting, Albers_Delta_Northing, Albers_False_Easting, Albers_False_Northing, Albers_Std_Parallel_1, Albers_Std_Parallel_2, RAD_PER_DEG, and update().
|
protectedvirtual |
Definition at line 80 of file ossimAlbersProjection.cpp.
|
protected |
The function Convert_Albers_To_Geodetic converts Albers projection (easting and northing) coordinates to geodetic (latitude and longitude) coordinates, according to the current ellipsoid and Albers projection coordinates. If any errors occur, the error code(s) are returned by the function, otherwise ALBERS_NO_ERROR is returned.
Easting : Easting (X) in meters (input) Northing : Northing (Y) in meters (input) Latitude : Latitude (phi) in radians (output) Longitude : Longitude (lambda) in radians (output)
Definition at line 508 of file ossimAlbersProjection.cpp.
References Albers_a, Albers_Delta_Easting, Albers_Delta_Northing, ALBERS_EASTING_ERROR, Albers_False_Easting, Albers_False_Northing, ALBERS_NO_ERROR, ALBERS_NORTHING_ERROR, Albers_Origin_Long, C, es, ES_SIN, M_PI, n, one_MINUS_es2, ONE_MINUS_SQR, PI_OVER_2, rho0, two_es, and TWO_PI.
Referenced by inverse().
|
protected |
The function Convert_Geodetic_To_Albers converts geodetic (latitude and longitude) coordinates to Albers projection (easting and northing) coordinates, according to the current ellipsoid and Albers projection parameters. If any errors occur, the error code(s) are returned by the function, otherwise ALBERS_NO_ERROR is returned.
Latitude : Latitude (phi) in radians (input) Longitude : Longitude (lambda) in radians (input) Easting : Easting (X) in meters (output) Northing : Northing (Y) in meters (output)
Definition at line 438 of file ossimAlbersProjection.cpp.
References Albers_a_OVER_n, Albers_False_Easting, Albers_False_Northing, ALBERS_LAT_ERROR, ALBERS_LON_ERROR, ALBERS_NO_ERROR, Albers_Origin_Long, ALBERS_Q, C, ES_SIN, M_PI, n, ONE_MINUS_SQR, PI_OVER_2, rho0, and TWO_PI.
Referenced by forward().
|
virtual |
Implements ossimProjection.
Definition at line 75 of file ossimAlbersProjection.cpp.
References ossimAlbersProjection().
All map projections will convert the world coordinate to an easting northing (Meters).
Implements ossimMapProjection.
Definition at line 115 of file ossimAlbersProjection.cpp.
References ossimGpt::changeDatum(), ossimDatum::code(), Convert_Geodetic_To_Albers(), ossimGpt::datum(), ossimGpt::latr(), ossimGpt::lonr(), and ossimMapProjection::theDatum.
|
protected |
The function Get_Albers_Parameters returns the current ellipsoid parameters, and Albers projection parameters.
a : Semi-major axis of ellipsoid, in meters (output) f : Flattening of ellipsoid (output) Origin_Latitude : Latitude in radians at which the (output) point scale factor is 1.0 Central_Meridian : Longitude in radians at the center of (output) the projection Std_Parallel_1 : First standard parallel (output) Std_Parallel_2 : Second standard parallel (output) False_Easting : A coordinate value in meters assigned to the central meridian of the projection. (output) False_Northing : A coordinate value in meters assigned to the origin latitude of the projection (output)
Definition at line 398 of file ossimAlbersProjection.cpp.
References Albers_a, Albers_f, Albers_False_Easting, Albers_False_Northing, Albers_Origin_Lat, Albers_Origin_Long, Albers_Std_Parallel_1, and Albers_Std_Parallel_2.
|
virtual |
Reimplemented from ossimMapProjection.
Definition at line 191 of file ossimAlbersProjection.cpp.
References Albers_Std_Parallel_1, and RAD_PER_DEG.
|
virtual |
Reimplemented from ossimMapProjection.
Definition at line 196 of file ossimAlbersProjection.cpp.
References Albers_Std_Parallel_2, and RAD_PER_DEG.
Will take a point in meters and convert it to ground.
Implements ossimMapProjection.
Definition at line 102 of file ossimAlbersProjection.cpp.
References Convert_Albers_To_Geodetic(), DEG_PER_RAD, ossimMapProjection::theDatum, ossimDpt::x, and ossimDpt::y.
|
virtual |
Method to the load (recreate) the state of an object from a keyword list. Return true if ok or false on error.
Reimplemented from ossimMapProjection.
Definition at line 225 of file ossimAlbersProjection.cpp.
References Albers_False_Easting, Albers_False_Northing, Albers_Std_Parallel_1, Albers_Std_Parallel_2, ossimKeywordlist::find(), ossimMapProjection::loadState(), RAD_PER_DEG, STATIC_TYPE_NAME, ossimKeywordNames::STD_PARALLEL_1_KW, ossimKeywordNames::STD_PARALLEL_2_KW, ossimMapProjection::theFalseEastingNorthing, ossimString::toDouble(), ossimKeywordNames::TYPE_KW, update(), ossimDpt::x, and ossimDpt::y.
|
virtual |
Returns TRUE if principal parameters are within epsilon tolerance.
Reimplemented from ossimMapProjection.
Definition at line 629 of file ossimAlbersProjection.cpp.
References Albers_Delta_Easting, Albers_Delta_Northing, Albers_Std_Parallel_1, Albers_Std_Parallel_2, and ossim::almostEqual().
|
virtual |
Method to save the state of an object to a keyword list. Return true if ok or false on error.
Reimplemented from ossimMapProjection.
Definition at line 210 of file ossimAlbersProjection.cpp.
References ossimKeywordlist::add(), Albers_Std_Parallel_1, Albers_Std_Parallel_2, DEG_PER_RAD, ossimMapProjection::saveState(), ossimKeywordNames::STD_PARALLEL_1_KW, and ossimKeywordNames::STD_PARALLEL_2_KW.
|
protected |
The function Set_Albers_Parameters receives the ellipsoid parameters and projection parameters as inputs, and sets the corresponding state variables. If any errors occur, the error code(s) are returned by the function, otherwise ALBERS_NO_ERROR is returned.
a : Semi-major axis of ellipsoid, in meters (input) f : Flattening of ellipsoid (input) Origin_Latitude : Latitude in radians at which the (input) point scale factor is 1.0 Central_Meridian : Longitude in radians at the center of (input) the projection (central meridian) Std_Parallel_1 : First standard parallel (input) Std_Parallel_2 : Second standard parallel (input) False_Easting : A coordinate value in meters assigned to the central meridian of the projection. (input) False_Northing : A coordinate value in meters assigned to the origin latitude of the projection (input)
Definition at line 269 of file ossimAlbersProjection.cpp.
References Albers_a, ALBERS_A_ERROR, Albers_a_OVER_n, ALBERS_CENT_MER_ERROR, Albers_f, Albers_False_Easting, Albers_False_Northing, ALBERS_FIRST_SECOND_ERROR, ALBERS_FIRST_STDP_ERROR, ALBERS_HEMISPHERE_ERROR, ALBERS_INV_F_ERROR, ALBERS_M, ALBERS_NO_ERROR, Albers_Origin_Lat, ALBERS_ORIGIN_LAT_ERROR, Albers_Origin_Long, ALBERS_Q, ALBERS_SECOND_STDP_ERROR, Albers_Std_Parallel_1, Albers_Std_Parallel_2, C, es, es2, ES_SIN, M_PI, n, one_MINUS_es2, ONE_MINUS_SQR, PI_OVER_2, rho0, two_es, and TWO_PI.
Referenced by update().
void ossimAlbersProjection::setDefaults | ( | ) |
Definition at line 201 of file ossimAlbersProjection.cpp.
References Albers_False_Easting, Albers_False_Northing, Albers_Std_Parallel_1, Albers_Std_Parallel_2, and RAD_PER_DEG.
Referenced by ossimAlbersProjection().
void ossimAlbersProjection::setFalseEasting | ( | double | falseEasting | ) |
SetFalseEasting. The value is in meters. Update is then called so we can pre-compute paramters
Definition at line 159 of file ossimAlbersProjection.cpp.
References Albers_False_Easting, and update().
void ossimAlbersProjection::setFalseEastingNorthing | ( | double | falseEasting, |
double | falseNorthing | ||
) |
Sets both false easting and northing values. The values are expected to be in meters. Update is then called so we can pre-compute paramters
Definition at line 171 of file ossimAlbersProjection.cpp.
References Albers_False_Easting, Albers_False_Northing, and update().
void ossimAlbersProjection::setFalseNorthing | ( | double | falseNorthing | ) |
SetFalseNorthing. The value is in meters. Update is then called so we can pre-compute paramters
Definition at line 165 of file ossimAlbersProjection.cpp.
References Albers_False_Northing, and update().
void ossimAlbersProjection::setParameters | ( | double | parallel1, |
double | parallel2, | ||
double | falseEasting, | ||
double | falseNorthing | ||
) |
Allows one to set all parameters for this projections. parallels are in degrees and easting northings are in meters. Update is then called so we can pre-compute paramters.
Definition at line 179 of file ossimAlbersProjection.cpp.
References Albers_False_Easting, Albers_False_Northing, Albers_Std_Parallel_1, Albers_Std_Parallel_2, RAD_PER_DEG, and update().
void ossimAlbersProjection::setStandardParallel1 | ( | double | degree | ) |
The passed in Argument is in degrees and will convert it to radians for Geotrans. Update is then called so we can pre-compute paramters.
Definition at line 138 of file ossimAlbersProjection.cpp.
References Albers_Std_Parallel_1, RAD_PER_DEG, and update().
void ossimAlbersProjection::setStandardParallel2 | ( | double | degree | ) |
The passed in Argument is in degrees and will convert it to radians for Geotrans. Update is then called so we can pre-compute paramters
Definition at line 144 of file ossimAlbersProjection.cpp.
References Albers_Std_Parallel_2, RAD_PER_DEG, and update().
void ossimAlbersProjection::setStandardParallels | ( | double | parallel1Degree, |
double | prallel2Degree | ||
) |
Will allow you to set both parallels. both are passed in degrees.
Definition at line 150 of file ossimAlbersProjection.cpp.
References Albers_Std_Parallel_1, Albers_Std_Parallel_2, RAD_PER_DEG, and update().
|
virtual |
Reimplemented from ossimMapProjection.
Definition at line 84 of file ossimAlbersProjection.cpp.
References Albers_False_Easting, Albers_False_Northing, Albers_Std_Parallel_1, Albers_Std_Parallel_2, ossimEllipsoid::getA(), ossimEllipsoid::getFlattening(), ossimGpt::latr(), ossimGpt::lonr(), Set_Albers_Parameters(), ossimMapProjection::theEllipsoid, ossimMapProjection::theFalseEastingNorthing, ossimMapProjection::theOrigin, ossimMapProjection::update(), ossimDpt::x, and ossimDpt::y.
Referenced by loadState(), ossimAlbersProjection(), setFalseEasting(), setFalseEastingNorthing(), setFalseNorthing(), setParameters(), setStandardParallel1(), setStandardParallel2(), and setStandardParallels().
|
mutableprotected |
Definition at line 130 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Get_Albers_Parameters(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 137 of file ossimAlbersProjection.h.
Referenced by Convert_Geodetic_To_Albers(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 150 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), operator==(), and ossimAlbersProjection().
|
mutableprotected |
Definition at line 149 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), operator==(), and ossimAlbersProjection().
|
mutableprotected |
Definition at line 131 of file ossimAlbersProjection.h.
Referenced by Get_Albers_Parameters(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 146 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Convert_Geodetic_To_Albers(), Get_Albers_Parameters(), loadState(), ossimAlbersProjection(), Set_Albers_Parameters(), setDefaults(), setFalseEasting(), setFalseEastingNorthing(), setParameters(), and update().
|
mutableprotected |
Definition at line 147 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Convert_Geodetic_To_Albers(), Get_Albers_Parameters(), loadState(), ossimAlbersProjection(), Set_Albers_Parameters(), setDefaults(), setFalseEastingNorthing(), setFalseNorthing(), setParameters(), and update().
|
mutableprotected |
Definition at line 142 of file ossimAlbersProjection.h.
Referenced by Get_Albers_Parameters(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 143 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Convert_Geodetic_To_Albers(), Get_Albers_Parameters(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 144 of file ossimAlbersProjection.h.
Referenced by Get_Albers_Parameters(), getStandardParallel1(), loadState(), operator==(), ossimAlbersProjection(), saveState(), Set_Albers_Parameters(), setDefaults(), setParameters(), setStandardParallel1(), setStandardParallels(), and update().
|
mutableprotected |
Definition at line 145 of file ossimAlbersProjection.h.
Referenced by Get_Albers_Parameters(), getStandardParallel2(), loadState(), operator==(), ossimAlbersProjection(), saveState(), Set_Albers_Parameters(), setDefaults(), setParameters(), setStandardParallel2(), setStandardParallels(), and update().
|
mutableprotected |
Definition at line 134 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Convert_Geodetic_To_Albers(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 132 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 133 of file ossimAlbersProjection.h.
Referenced by Set_Albers_Parameters().
|
mutableprotected |
Definition at line 136 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Convert_Geodetic_To_Albers(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 138 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 135 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), Convert_Geodetic_To_Albers(), and Set_Albers_Parameters().
|
mutableprotected |
Definition at line 139 of file ossimAlbersProjection.h.
Referenced by Convert_Albers_To_Geodetic(), and Set_Albers_Parameters().