OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimEquDistCylProjection.h>
Public Member Functions | |
ossimEquDistCylProjection (const ossimEllipsoid &ellipsoid=ossimEllipsoid(), const ossimGpt &origin=ossimGpt()) | |
ossimEquDistCylProjection (const ossimEllipsoid &ellipsoid, const ossimGpt &origin, double falseEasting, double falseNorthing) | |
ossimEquDistCylProjection (const ossimEquDistCylProjection &rhs) | |
~ossimEquDistCylProjection () | |
virtual ossimObject * | dup () const |
virtual ossimGpt | inverse (const ossimDpt &eastingNorthing) const |
Will take a point in meters and convert it to ground. More... | |
virtual ossimDpt | forward (const ossimGpt &latLon) const |
All map projections will convert the world coordinate to an easting northing (Meters). More... | |
virtual void | update () |
virtual void | setOrigin (const ossimGpt &origin) |
void | setFalseEasting (double falseEasting) |
void | setFalseNorthing (double falseNorthing) |
void | setFalseEastingNorthing (double falseEasting, double falseNorthing) |
double | getFalseEasting () const |
double | getFalseNorthing () 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 | worldToLineSample (const ossimGpt &worldPoint, ossimDpt &lineSample) const |
void | worldToLineSample (const ossimGpt &worldPoint, const ossimIpt &imageSize, ossimDpt &lineSample) const |
Specialized worldToLineSample. More... | |
virtual bool | isGeographic () const |
void | setDefaults () |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
![]() | |
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 ossimGpt | lineSampleToWorld (const ossimDpt &projectedPoint) const |
virtual void | lineSampleToWorld (const ossimDpt &projectedPoint, ossimGpt &gpt) const |
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 | getStandardParallel1 () const |
Derived classes should implement as needed. More... | |
virtual double | getStandardParallel2 () const |
Derived classes should implement as needed. More... | |
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 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 | 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 bool | operator== (const ossimProjection &projection) const |
Compares this to arg projection and returns TRUE if the same. 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 |
Private Member Functions | |
long | Set_Equidistant_Cyl_Parameters (double a, double f, double Std_Parallel, double Central_Meridian, double False_Easting, double False_Northing) |
void | Get_Equidistant_Cyl_Parameters (double *a, double *f, double *Std_Parallel, double *Central_Meridian, double *False_Easting, double *False_Northing) const |
long | Convert_Geodetic_To_Equidistant_Cyl (double Latitude, double Longitude, double *Easting, double *Northing) const |
long | Convert_Equidistant_Cyl_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude) const |
Private Attributes | |
double | Eqcy_a |
double | Eqcy_f |
double | es2 |
double | es4 |
double | es6 |
double | Ra |
double | Eqcy_Std_Parallel |
double | Cos_Eqcy_Std_Parallel |
double | Eqcy_Origin_Long |
double | Eqcy_False_Easting |
double | Eqcy_False_Northing |
double | Eqcy_Delta_Northing |
double | Eqcy_Max_Easting |
double | Eqcy_Min_Easting |
double | Ra_Cos_Eqcy_Std_Parallel |
Additional Inherited Members | |
![]() | |
virtual | ~ossimMapProjection () |
void | updateFromTransform () |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
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 |
Definition at line 20 of file ossimEquDistCylProjection.h.
ossimEquDistCylProjection::ossimEquDistCylProjection | ( | const ossimEllipsoid & | ellipsoid = ossimEllipsoid() , |
const ossimGpt & | origin = ossimGpt() |
||
) |
Definition at line 56 of file ossimEquDistCylProjection.cpp.
References setDefaults(), and update().
ossimEquDistCylProjection::ossimEquDistCylProjection | ( | const ossimEllipsoid & | ellipsoid, |
const ossimGpt & | origin, | ||
double | falseEasting, | ||
double | falseNorthing | ||
) |
Definition at line 65 of file ossimEquDistCylProjection.cpp.
References Eqcy_Delta_Northing, Eqcy_False_Easting, Eqcy_False_Northing, Eqcy_Max_Easting, Eqcy_Min_Easting, and update().
|
inline |
Definition at line 30 of file ossimEquDistCylProjection.h.
|
inline |
Definition at line 37 of file ossimEquDistCylProjection.h.
|
private |
The function Convert_Equidistant_Cyl_To_Geodetic converts Equidistant Cylindrical projection easting and northing coordinates to geodetic (latitude and longitude) coordinates, according to the current ellipsoid and Equidistant Cylindrical projection coordinates. If any errors occur, the error code(s) are returned by the function, otherwise EQCY_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 624 of file ossimEquDistCylProjection.cpp.
References Eqcy_False_Easting, Eqcy_False_Northing, EQCY_NO_ERROR, Eqcy_Origin_Long, Ra, and Ra_Cos_Eqcy_Std_Parallel.
Referenced by inverse().
|
private |
The function Convert_Geodetic_To_Equidistant_Cyl converts geodetic (latitude and longitude) coordinates to Equidistant Cylindrical projection easting, and northing coordinates, according to the current ellipsoid and Equidistant Cylindrical projection parameters. If any errors occur, the error code(s) are returned by the function, otherwise EQCY_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 571 of file ossimEquDistCylProjection.cpp.
References Eqcy_False_Easting, Eqcy_False_Northing, EQCY_NO_ERROR, Eqcy_Origin_Long, Ra, and Ra_Cos_Eqcy_Std_Parallel.
Referenced by forward(), and Set_Equidistant_Cyl_Parameters().
|
inlinevirtual |
Implements ossimProjection.
Definition at line 38 of file ossimEquDistCylProjection.h.
All map projections will convert the world coordinate to an easting northing (Meters).
Implements ossimMapProjection.
Definition at line 376 of file ossimEquDistCylProjection.cpp.
References ossimGpt::changeDatum(), ossimDatum::code(), Convert_Geodetic_To_Equidistant_Cyl(), ossimGpt::datum(), ossimGpt::latr(), ossimGpt::lonr(), and ossimMapProjection::theDatum.
Referenced by worldToLineSample().
|
private |
The function Get_Equidistant_Cyl_Parameters returns the current ellipsoid parameters and Equidistant Cylindrical projection parameters.
a : Semi-major axis of ellipsoid, in meters (output) f : Flattening of ellipsoid (output) Std_Parallel : 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 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 standard parallel of the projection (output)
Definition at line 538 of file ossimEquDistCylProjection.cpp.
References Eqcy_a, Eqcy_f, Eqcy_False_Easting, Eqcy_False_Northing, Eqcy_Origin_Long, and Eqcy_Std_Parallel.
|
inlinevirtual |
Reimplemented from ossimMapProjection.
Definition at line 72 of file ossimEquDistCylProjection.h.
|
inlinevirtual |
Reimplemented from ossimMapProjection.
Definition at line 73 of file ossimEquDistCylProjection.h.
Will take a point in meters and convert it to ground.
Implements ossimMapProjection.
Definition at line 363 of file ossimEquDistCylProjection.cpp.
References Convert_Equidistant_Cyl_To_Geodetic(), DEG_PER_RAD, ossimMapProjection::theDatum, ossimDpt::x, and ossimDpt::y.
Referenced by lineSampleHeightToWorld().
|
inlinevirtual |
Reimplemented from ossimMapProjection.
Definition at line 96 of file ossimEquDistCylProjection.h.
|
virtual |
This is the pure virtual that projects the image point to the given elevation above ellipsoid, thereby bypassing reference to a DEM.
Useful for projections that are sensitive to elevation.
Reimplemented from ossimMapProjection.
Definition at line 152 of file ossimEquDistCylProjection.cpp.
References ossimGpt::datum(), ossimElevManager::getHeightAboveEllipsoid(), ossimDpt::hasNans(), ossimGpt::hgt, ossimElevManager::instance(), inverse(), ossimGpt::isLatNan(), ossimGpt::isLonNan(), ossimMapProjection::lineSampleHeightToWorld(), ossimGpt::makeNan(), OSSIM_UNIT_UNKNOWN, ossimMapProjection::theDatum, ossimMapProjection::theElevationLookupFlag, ossimMapProjection::theMetersPerPixel, ossimMapProjection::theModelTransformUnitType, ossimMapProjection::theUlEastingNorthing, 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 405 of file ossimEquDistCylProjection.cpp.
|
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 400 of file ossimEquDistCylProjection.cpp.
References ossimMapProjection::saveState().
|
private |
The function Set_Equidistant_Cyl_Parameters receives the ellipsoid parameters and projection parameters as inputs, and sets the corresponding state variables. It also calculates the spherical radius of the sphere having the same area as the ellipsoid. If any errors occur, the error code(s) are returned by the function, otherwise EQCY_NO_ERROR is returned.
a : Semi-major axis of ellipsoid, in meters (input) f : Flattening of ellipsoid (input) Std_Parallel : 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 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 standard parallel of the projection (input)
Definition at line 455 of file ossimEquDistCylProjection.cpp.
References Convert_Geodetic_To_Equidistant_Cyl(), Cos_Eqcy_Std_Parallel, Eqcy_a, Eqcy_f, Eqcy_False_Easting, Eqcy_False_Northing, Eqcy_Max_Easting, Eqcy_Min_Easting, EQCY_NO_ERROR, Eqcy_Origin_Long, Eqcy_Std_Parallel, es2, es4, es6, M_PI, ONE, PI_OVER_2, Ra, and Ra_Cos_Eqcy_Std_Parallel.
Referenced by update().
void ossimEquDistCylProjection::setDefaults | ( | ) |
Definition at line 142 of file ossimEquDistCylProjection.cpp.
References Eqcy_Delta_Northing, Eqcy_False_Easting, Eqcy_False_Northing, Eqcy_Max_Easting, Eqcy_Min_Easting, OSSIM_DEGREES, and ossimMapProjection::theProjectionUnits.
Referenced by ossimEquDistCylProjection().
void ossimEquDistCylProjection::setFalseEasting | ( | double | falseEasting | ) |
SetFalseEasting. The value is in meters. Update is then called so we can pre-compute paramters
Definition at line 121 of file ossimEquDistCylProjection.cpp.
References Eqcy_False_Easting, and update().
void ossimEquDistCylProjection::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 133 of file ossimEquDistCylProjection.cpp.
References Eqcy_False_Easting, Eqcy_False_Northing, and update().
void ossimEquDistCylProjection::setFalseNorthing | ( | double | falseNorthing | ) |
SetFalseNorthing. The value is in meters. Update is then called so we can pre-compute paramters
Definition at line 127 of file ossimEquDistCylProjection.cpp.
References Eqcy_False_Northing, and update().
|
virtual |
This method needs to be overridden here because of bug that causes bad projections if the origin is set without reseting the tiepoint. (OLK Jun2015)
Reimplemented from ossimMapProjection.
Definition at line 109 of file ossimEquDistCylProjection.cpp.
References ossimMapProjection::getMetersPerPixel(), ossimMapProjection::origin(), ossimMapProjection::setMetersPerPixel(), ossimMapProjection::setOrigin(), ossimMapProjection::setUlTiePoints(), ossimMapProjection::theUlGpt, ossimDpt::x, and ossimDpt::y.
Referenced by ossimGdalOgrVectorAnnotation::computeDefaultView(), ossimKmlSuperOverlayReader::createDefaultProj(), ossimOgrVectorTileSource::createDefaultProj(), ossimEpsgProjectionFactory::createProjFromAutoCode(), ossimDtedTileSource::getImageGeometry(), and ossimNitfProjectionFactory::makeEuiDistant().
|
virtual |
Reimplemented from ossimMapProjection.
Definition at line 82 of file ossimEquDistCylProjection.cpp.
References ossimDatum::epsgCode(), Eqcy_False_Easting, Eqcy_False_Northing, ossimEllipsoid::getA(), ossimEllipsoid::getFlattening(), ossimGpt::latr(), ossimGpt::lonr(), ossimDpt::makeNan(), Set_Equidistant_Cyl_Parameters(), ossimMapProjection::theDatum, ossimMapProjection::theEllipsoid, ossimMapProjection::theFalseEastingNorthing, ossimMapProjection::theMetersPerPixel, ossimMapProjection::theOrigin, ossimMapProjection::thePcsCode, ossimMapProjection::update(), ossimDpt::x, and ossimDpt::y.
Referenced by ossimEpsgProjectionFactory::createProjFromAutoCode(), ossimEquDistCylProjection(), setFalseEasting(), setFalseEastingNorthing(), and setFalseNorthing().
|
virtual |
METHOD: worldToLineSample() Performs the forward projection from ground point to line, sample.
Reimplemented from ossimMapProjection.
Definition at line 214 of file ossimEquDistCylProjection.cpp.
References ossimGpt::changeDatum(), forward(), ossimGpt::isLatNan(), ossimGpt::isLonNan(), ossimDpt::isNan(), ossimDpt::makeNan(), OSSIM_UNIT_UNKNOWN, ossimMapProjection::theDatum, ossimMapProjection::theMetersPerPixel, ossimMapProjection::theModelTransformUnitType, ossimMapProjection::theUlEastingNorthing, ossimMapProjection::worldToLineSample(), ossimDpt::x, and ossimDpt::y.
void ossimEquDistCylProjection::worldToLineSample | ( | const ossimGpt & | worldPoint, |
const ossimIpt & | imageSize, | ||
ossimDpt & | lineSample | ||
) | const |
Specialized worldToLineSample.
Takes into consideration the image size and crossing the date line. Also makes local points outside of image negative or positive based on there relative closeness to left or right edge.
worldPoint | Ground point to convert to line sample. |
imageSize | Size of image in pixels. |
lineSample | Initialized by this. |
Definition at line 255 of file ossimEquDistCylProjection.cpp.
References ossimGpt::changeDatum(), forward(), ossimGpt::isLatNan(), ossimGpt::isLonNan(), ossimIpt::isNan(), ossimDpt::isNan(), ossimGpt::lat, ossimGpt::lon, ossimDpt::makeNan(), OSSIM_UNIT_UNKNOWN, ossimMapProjection::theDatum, ossimMapProjection::theMetersPerPixel, ossimMapProjection::theModelTransformUnitType, ossimMapProjection::theUlEastingNorthing, ossimMapProjection::worldToLineSample(), ossimIpt::x, ossimDpt::x, and ossimDpt::y.
|
mutableprivate |
Definition at line 127 of file ossimEquDistCylProjection.h.
Referenced by Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 118 of file ossimEquDistCylProjection.h.
Referenced by Get_Equidistant_Cyl_Parameters(), and Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 131 of file ossimEquDistCylProjection.h.
Referenced by ossimEquDistCylProjection(), and setDefaults().
|
mutableprivate |
Definition at line 119 of file ossimEquDistCylProjection.h.
Referenced by Get_Equidistant_Cyl_Parameters(), and Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 129 of file ossimEquDistCylProjection.h.
Referenced by Convert_Equidistant_Cyl_To_Geodetic(), Convert_Geodetic_To_Equidistant_Cyl(), Get_Equidistant_Cyl_Parameters(), ossimEquDistCylProjection(), Set_Equidistant_Cyl_Parameters(), setDefaults(), setFalseEasting(), setFalseEastingNorthing(), and update().
|
mutableprivate |
Definition at line 130 of file ossimEquDistCylProjection.h.
Referenced by Convert_Equidistant_Cyl_To_Geodetic(), Convert_Geodetic_To_Equidistant_Cyl(), Get_Equidistant_Cyl_Parameters(), ossimEquDistCylProjection(), Set_Equidistant_Cyl_Parameters(), setDefaults(), setFalseEastingNorthing(), setFalseNorthing(), and update().
|
mutableprivate |
Definition at line 132 of file ossimEquDistCylProjection.h.
Referenced by ossimEquDistCylProjection(), Set_Equidistant_Cyl_Parameters(), and setDefaults().
|
mutableprivate |
Definition at line 133 of file ossimEquDistCylProjection.h.
Referenced by ossimEquDistCylProjection(), Set_Equidistant_Cyl_Parameters(), and setDefaults().
|
mutableprivate |
Definition at line 128 of file ossimEquDistCylProjection.h.
Referenced by Convert_Equidistant_Cyl_To_Geodetic(), Convert_Geodetic_To_Equidistant_Cyl(), Get_Equidistant_Cyl_Parameters(), and Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 126 of file ossimEquDistCylProjection.h.
Referenced by Get_Equidistant_Cyl_Parameters(), and Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 120 of file ossimEquDistCylProjection.h.
Referenced by Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 121 of file ossimEquDistCylProjection.h.
Referenced by Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 122 of file ossimEquDistCylProjection.h.
Referenced by Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 123 of file ossimEquDistCylProjection.h.
Referenced by Convert_Equidistant_Cyl_To_Geodetic(), Convert_Geodetic_To_Equidistant_Cyl(), and Set_Equidistant_Cyl_Parameters().
|
mutableprivate |
Definition at line 134 of file ossimEquDistCylProjection.h.
Referenced by Convert_Equidistant_Cyl_To_Geodetic(), Convert_Geodetic_To_Equidistant_Cyl(), and Set_Equidistant_Cyl_Parameters().