OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimObliqueMercatorProjection.h>
Public Member Functions | |
ossimObliqueMercatorProjection (const ossimEllipsoid &ellipsoid=ossimEllipsoid(), const ossimGpt &origin=ossimGpt()) | |
ossimObliqueMercatorProjection (const ossimEllipsoid &ellipsoid, const ossimGpt &origin, const ossimGpt &point1, const ossimGpt &point2, double falseEasting, double falseNorthing, double scaleFactor) | |
~ossimObliqueMercatorProjection () | |
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 () |
void | setFalseEasting (double falseEasting) |
void | setFalseNorthing (double falseNorthing) |
void | setCentralPoint1 (const ossimGpt &point) |
void | setCentralPoint2 (const ossimGpt &point) |
void | setScaleFactor (double scaleFactor) |
void | setParameters (const ossimGpt &point1, const ossimGpt &point2, double falseEasting, double falseNorthing, double scaleFactor) |
void | setFalseEastingNorthing (double falseEasting, double falseNorthing) |
void | setDefaults () |
double | getFalseEasting () const |
double | getFalseNorthing () const |
const ossimGpt & | getCentralPoint1 () const |
const ossimGpt & | getCentralPoint2 () const |
double | getScaleFactor () const |
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 | 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 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 | |
long | Set_Oblique_Mercator_Parameters (double a, double f, double Origin_Latitude, double Latitude_1, double Longitude_1, double Latitude_2, double Longitude_2, double False_Easting, double False_Northing, double Scale_Factor) |
void | Get_Oblique_Mercator_Parameters (double *a, double *f, double *Origin_Latitude, double *Latitude_1, double *Longitude_1, double *Latitude_2, double *Longitude_2, double *False_Easting, double *False_Northing, double *Scale_Factor) const |
long | Convert_Geodetic_To_Oblique_Mercator (double Latitude, double Longitude, double *Easting, double *Northing) const |
long | Convert_Oblique_Mercator_To_Geodetic (double Easting, double Northing, double *Latitude, double *Longitude) const |
![]() | |
virtual | ~ossimMapProjection () |
void | updateFromTransform () |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 17 of file ossimObliqueMercatorProjection.h.
ossimObliqueMercatorProjection::ossimObliqueMercatorProjection | ( | const ossimEllipsoid & | ellipsoid = ossimEllipsoid() , |
const ossimGpt & | origin = ossimGpt() |
||
) |
Definition at line 48 of file ossimObliqueMercatorProjection.cpp.
References setDefaults(), and update().
ossimObliqueMercatorProjection::ossimObliqueMercatorProjection | ( | const ossimEllipsoid & | ellipsoid, |
const ossimGpt & | origin, | ||
const ossimGpt & | point1, | ||
const ossimGpt & | point2, | ||
double | falseEasting, | ||
double | falseNorthing, | ||
double | scaleFactor | ||
) |
Points 1 and 2 lie along the central line.
Definition at line 56 of file ossimObliqueMercatorProjection.cpp.
References setParameters().
|
inline |
Definition at line 34 of file ossimObliqueMercatorProjection.h.
|
protected |
The function Convert_Geodetic_To_Oblique_Mercator converts geodetic (latitude and longitude) coordinates to Oblique Mercator projection (easting and northing) coordinates, according to the current ellipsoid and Oblique Mercator projection parameters. If any errors occur, the error code(s) are returned by the function, otherwise OMERC_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 505 of file ossimObliqueMercatorProjection.cpp.
References A_over_B, cos_azimuth, cos_gamma, es, es_OVER_2, OMerc_A, OMerc_B, OMerc_E, OMerc_False_Easting, OMerc_False_Northing, OMerc_gamma, OMERC_LON_ERROR, OMERC_NO_ERROR, OMerc_Origin_Long, OMERC_t, OMerc_u, PI_OVER_2, PI_OVER_4, sin_azimuth, and sin_gamma.
Referenced by forward().
|
protected |
The function Convert_Oblique_Mercator_To_Geodetic converts Oblique Mercator projection (easting and northing) coordinates to geodetic (latitude and longitude) coordinates, according to the current ellipsoid and Oblique Mercator projection coordinates. If any errors occur, the error code(s) are returned by the function, otherwise OMERC_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 602 of file ossimObliqueMercatorProjection.cpp.
References B_over_A, cos_azimuth, cos_gamma, es, es_OVER_2, OMerc_B, OMerc_E, OMerc_False_Easting, OMerc_False_Northing, OMERC_NO_ERROR, OMerc_Origin_Long, OMerc_u, PI_OVER_2, sin_azimuth, and sin_gamma.
Referenced by inverse().
|
inlinevirtual |
Implements ossimProjection.
Definition at line 35 of file ossimObliqueMercatorProjection.h.
All map projections will convert the world coordinate to an easting northing (Meters).
Implements ossimMapProjection.
Definition at line 177 of file ossimObliqueMercatorProjection.cpp.
References ossimGpt::changeDatum(), ossimDatum::code(), Convert_Geodetic_To_Oblique_Mercator(), ossimGpt::datum(), ossimGpt::latr(), ossimGpt::lonr(), and ossimMapProjection::theDatum.
|
protected |
The function Get_Oblique_Mercator_Parameters returns the current ellipsoid parameters and Oblique Mercator 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 Latitude_1 : Latitude, in radians, of first point lying on central line (output) Longitude_1 : Longitude, in radians, of first point lying on central line (output) Latitude_2 : Latitude, in radians, of second point lying on central line (output) Longitude_2 : Longitude, in radians, of second point lying on central line (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) Scale_Factor : Multiplier which reduces distances in the projection to the actual distance on the ellipsoid (output)
Definition at line 455 of file ossimObliqueMercatorProjection.cpp.
References OMerc_a, OMerc_f, OMerc_False_Easting, OMerc_False_Northing, OMerc_Lat_1, OMerc_Lat_2, OMerc_Lon_1, OMerc_Lon_2, OMerc_Origin_Lat, and OMerc_Scale_Factor.
|
inline |
Definition at line 76 of file ossimObliqueMercatorProjection.h.
|
inline |
Definition at line 77 of file ossimObliqueMercatorProjection.h.
|
inlinevirtual |
Reimplemented from ossimMapProjection.
Definition at line 74 of file ossimObliqueMercatorProjection.h.
|
inlinevirtual |
Reimplemented from ossimMapProjection.
Definition at line 75 of file ossimObliqueMercatorProjection.h.
|
inline |
Definition at line 78 of file ossimObliqueMercatorProjection.h.
Will take a point in meters and convert it to ground.
Implements ossimMapProjection.
Definition at line 164 of file ossimObliqueMercatorProjection.cpp.
References Convert_Oblique_Mercator_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 229 of file ossimObliqueMercatorProjection.cpp.
References ossimKeywordNames::CENTRAL_POINT1_LAT_KW, ossimKeywordNames::CENTRAL_POINT1_LON_KW, ossimKeywordNames::CENTRAL_POINT2_LAT_KW, ossimKeywordNames::CENTRAL_POINT2_LON_KW, ossimKeywordlist::find(), ossimGpt::latd(), ossimMapProjection::loadState(), ossimGpt::lond(), OMerc_False_Easting, OMerc_False_Northing, OMerc_Scale_Factor, ossimKeywordNames::SCALE_FACTOR_KW, setDefaults(), STATIC_TYPE_NAME, theCentralPoint1, theCentralPoint2, 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 711 of file ossimObliqueMercatorProjection.cpp.
References ossim::almostEqual(), OMerc_Scale_Factor, theCentralPoint1, and theCentralPoint2.
|
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 198 of file ossimObliqueMercatorProjection.cpp.
References ossimKeywordlist::add(), ossimKeywordNames::CENTRAL_POINT1_LAT_KW, ossimKeywordNames::CENTRAL_POINT1_LON_KW, ossimKeywordNames::CENTRAL_POINT2_LAT_KW, ossimKeywordNames::CENTRAL_POINT2_LON_KW, ossimGpt::latd(), ossimGpt::lond(), OMerc_Scale_Factor, ossimMapProjection::saveState(), ossimKeywordNames::SCALE_FACTOR_KW, theCentralPoint1, and theCentralPoint2.
|
protected |
The function Set_Oblique_Mercator_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 OMERC_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 Latitude_1 : Latitude, in radians, of first point lying on central line (input) Longitude_1 : Longitude, in radians, of first point lying on central line (input) Latitude_2 : Latitude, in radians, of second point lying on central line (input) Longitude_2 : Longitude, in radians, of second point lying on central line (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) Scale_Factor : Multiplier which reduces distances in the projection to the actual distance on the ellipsoid (input)
Definition at line 270 of file ossimObliqueMercatorProjection.cpp.
Referenced by update().
void ossimObliqueMercatorProjection::setCentralPoint1 | ( | const ossimGpt & | point | ) |
Definition at line 107 of file ossimObliqueMercatorProjection.cpp.
References theCentralPoint1, and update().
void ossimObliqueMercatorProjection::setCentralPoint2 | ( | const ossimGpt & | point | ) |
Definition at line 114 of file ossimObliqueMercatorProjection.cpp.
References theCentralPoint2, and update().
void ossimObliqueMercatorProjection::setDefaults | ( | ) |
Definition at line 141 of file ossimObliqueMercatorProjection.cpp.
References ossimGpt::clampLat(), ossimGpt::clampLon(), ossimGpt::latd(), ossimGpt::lond(), OMerc_Delta_Easting, OMerc_Delta_Northing, OMerc_False_Easting, OMerc_False_Northing, OMerc_Scale_Factor, theCentralPoint1, theCentralPoint2, and ossimMapProjection::theOrigin.
Referenced by loadState(), and ossimObliqueMercatorProjection().
void ossimObliqueMercatorProjection::setFalseEasting | ( | double | falseEasting | ) |
SetFalseEasting. The value is in meters. Update is then called so we can pre-compute paramters
Definition at line 87 of file ossimObliqueMercatorProjection.cpp.
References OMerc_False_Easting, and update().
void ossimObliqueMercatorProjection::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 99 of file ossimObliqueMercatorProjection.cpp.
References OMerc_False_Easting, OMerc_False_Northing, and update().
void ossimObliqueMercatorProjection::setFalseNorthing | ( | double | falseNorthing | ) |
SetFalseNorthing. The value is in meters. Update is then called so we can pre-compute paramters
Definition at line 93 of file ossimObliqueMercatorProjection.cpp.
References OMerc_False_Northing, and update().
void ossimObliqueMercatorProjection::setParameters | ( | const ossimGpt & | point1, |
const ossimGpt & | point2, | ||
double | falseEasting, | ||
double | falseNorthing, | ||
double | scaleFactor | ||
) |
Definition at line 126 of file ossimObliqueMercatorProjection.cpp.
References OMerc_False_Easting, OMerc_False_Northing, OMerc_Scale_Factor, theCentralPoint1, theCentralPoint2, and update().
Referenced by ossimObliqueMercatorProjection().
void ossimObliqueMercatorProjection::setScaleFactor | ( | double | scaleFactor | ) |
Definition at line 120 of file ossimObliqueMercatorProjection.cpp.
References OMerc_Scale_Factor, and update().
|
virtual |
Reimplemented from ossimMapProjection.
Definition at line 68 of file ossimObliqueMercatorProjection.cpp.
References ossimEllipsoid::getA(), ossimEllipsoid::getFlattening(), ossimGpt::latr(), ossimGpt::lonr(), OMerc_False_Easting, OMerc_False_Northing, OMerc_Scale_Factor, Set_Oblique_Mercator_Parameters(), theCentralPoint1, theCentralPoint2, ossimMapProjection::theEllipsoid, ossimMapProjection::theFalseEastingNorthing, ossimMapProjection::theOrigin, ossimMapProjection::update(), ossimDpt::x, and ossimDpt::y.
Referenced by loadState(), ossimObliqueMercatorProjection(), setCentralPoint1(), setCentralPoint2(), setFalseEasting(), setFalseEastingNorthing(), setFalseNorthing(), setParameters(), and setScaleFactor().
|
mutableprotected |
Definition at line 117 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator().
|
mutableprotected |
Definition at line 118 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 116 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 113 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 105 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 106 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 103 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 107 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator().
|
mutableprotected |
Definition at line 111 of file ossimObliqueMercatorProjection.h.
|
mutableprotected |
Definition at line 108 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 132 of file ossimObliqueMercatorProjection.h.
Referenced by setDefaults().
|
mutableprotected |
Definition at line 131 of file ossimObliqueMercatorProjection.h.
Referenced by setDefaults().
|
mutableprotected |
Definition at line 109 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 104 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 129 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), Convert_Oblique_Mercator_To_Geodetic(), Get_Oblique_Mercator_Parameters(), loadState(), setDefaults(), setFalseEasting(), setFalseEastingNorthing(), setParameters(), and update().
|
mutableprotected |
Definition at line 128 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), Convert_Oblique_Mercator_To_Geodetic(), Get_Oblique_Mercator_Parameters(), loadState(), setDefaults(), setFalseEastingNorthing(), setFalseNorthing(), setParameters(), and update().
|
mutableprotected |
Definition at line 110 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator().
|
mutableprotected |
Definition at line 123 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 125 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 124 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 126 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 122 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters().
|
mutableprotected |
Definition at line 112 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 127 of file ossimObliqueMercatorProjection.h.
Referenced by Get_Oblique_Mercator_Parameters(), loadState(), operator==(), saveState(), setDefaults(), setParameters(), setScaleFactor(), and update().
|
mutableprotected |
Definition at line 119 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 115 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
mutableprotected |
Definition at line 114 of file ossimObliqueMercatorProjection.h.
Referenced by Convert_Geodetic_To_Oblique_Mercator(), and Convert_Oblique_Mercator_To_Geodetic().
|
protected |
Definition at line 98 of file ossimObliqueMercatorProjection.h.
Referenced by loadState(), operator==(), saveState(), setCentralPoint1(), setDefaults(), setParameters(), and update().
|
protected |
Definition at line 99 of file ossimObliqueMercatorProjection.h.
Referenced by loadState(), operator==(), saveState(), setCentralPoint2(), setDefaults(), setParameters(), and update().