|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimSevenParamDatum.h>
Public Member Functions | |
| ossimSevenParamDatum (const ossimString &code, const ossimString &name, const ossimEllipsoid *anEllipsoid, ossim_float64 sigmaX, ossim_float64 sigmaY, ossim_float64 sigmaZ, ossim_float64 westLongitude, ossim_float64 eastLongitude, ossim_float64 southLatitude, ossim_float64 northLatitude, ossim_float64 aParam1, ossim_float64 aParam2, ossim_float64 aParam3, ossim_float64 aParam4, ossim_float64 aParam5, ossim_float64 aParam6, ossim_float64 aParam7) | |
| ossimGpt | shift (const ossimGpt &aPt) const |
| virtual ossimGpt | shiftToWgs84 (const ossimGpt &aPt) const |
| virtual ossimGpt | shiftFromWgs84 (const ossimGpt &aPt) const |
| virtual ossim_float64 | param1 () const |
| virtual ossim_float64 | param2 () const |
| virtual ossim_float64 | param3 () const |
| virtual ossim_float64 | param4 () const |
| virtual ossim_float64 | param5 () const |
| virtual ossim_float64 | param6 () const |
| virtual ossim_float64 | param7 () const |
| virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
Public Member Functions inherited from ossimDatum | |
| ossimDatum (const ossimString &alpha_code, const ossimString &name, const ossimEllipsoid *anEllipsoid, ossim_float64 sigmaX, ossim_float64 sigmaY, ossim_float64 sigmaZ, ossim_float64 westLongitude, ossim_float64 eastLongitude, ossim_float64 southLatitude, ossim_float64 northLatitude) | |
| virtual bool | isTheSameAs (const ossimDatum *aDatum) const |
| virtual const ossimString & | code () const |
| virtual const ossimString & | name () const |
| virtual ossim_uint32 | epsgCode () const |
| virtual const ossimEllipsoid * | ellipsoid () const |
| virtual ossim_float64 | sigmaX () const |
| virtual ossim_float64 | sigmaY () const |
| virtual ossim_float64 | sigmaZ () const |
| virtual ossim_float64 | westLongitude () const |
| virtual ossim_float64 | eastLongitude () const |
| virtual ossim_float64 | southLatitude () const |
| virtual ossim_float64 | northLatitude () const |
| virtual bool | isInside (ossim_float64 latitude, ossim_float64 longitude) const |
| bool | operator== (const ossimDatum &rhs) const |
| bool | operator!= (const ossimDatum &rhs) const |
Public Member Functions inherited from ossimObject | |
| ossimObject () | |
| virtual | ~ossimObject () |
| virtual ossimObject * | dup () const |
| 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 bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
| virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
| virtual std::ostream & | print (std::ostream &out) const |
| Generic print method. More... | |
| virtual void | accept (ossimVisitor &visitor) |
Public Member Functions inherited from ossimReferenced | |
| 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 |
Private Attributes | |
| ossim_float64 | theParam1 |
| ossim_float64 | theParam2 |
| ossim_float64 | theParam3 |
| ossim_float64 | theParam4 |
| ossim_float64 | theParam5 |
| ossim_float64 | theParam6 |
| ossim_float64 | theParam7 |
| TYPE_DATA | |
Additional Inherited Members | |
Protected Member Functions inherited from ossimDatum | |
| virtual | ~ossimDatum () |
| Only friend ossimDatumFactory is permitted to delete. More... | |
| virtual void | molodenskyShift (double a, double da, double f, double df, double dx, double dy, double dz, double Lat_in, double Lon_in, double Hgt_in, double &Lat_out, double &Lon_out, double &Hgt_out) const |
| bool | withinMolodenskyRange (const ossimGpt &pt) const |
Protected Member Functions inherited from ossimReferenced | |
| virtual | ~ossimReferenced () |
Protected Attributes inherited from ossimDatum | |
| ossimString | theCode |
| ossim_uint32 | theEpsgCode |
| ossimString | theName |
| const ossimEllipsoid * | theEllipsoid |
| ossim_float64 | theSigmaX |
| ossim_float64 | theSigmaY |
| ossim_float64 | theSigmaZ |
| ossim_float64 | theWestLongitude |
| ossim_float64 | theEastLongitude |
| ossim_float64 | theSouthLatitude |
| ossim_float64 | theNorthLatitude |
| TYPE_DATA | |
Definition at line 20 of file ossimSevenParamDatum.h.
|
inline |
| code | new datum code. (input) |
| name | Name of the new datum (input) |
| SigmaX | Standard error in X in meters (input) |
| SigmaY | Standard error in Y in meters (input) |
| SigmaZ | Standard error in Z in meters (input) |
| southLatitude | Southern edge of validity rectangle in radians(input) |
| northLatitude | Northern edge of validity rectangle in radians(input) |
| westLongitude | Western edge of validity rectangle in radians (input) |
| eastLongitude | Eastern edge of validity rectangle in radians (input) |
| param1 | X translation |
| param2 | Y translation |
| param3 | Z translation |
| param4 | X Rotation |
| param5 | Y Rotation |
| param6 | Z Rotation |
| param7 | x,y,z Scale |
Definition at line 41 of file ossimSevenParamDatum.h.
|
virtual |
Reimplemented from ossimDatum.
Definition at line 160 of file ossimSevenParamDatum.cpp.
References ossim::almostEqual(), ossimDatum::isEqualTo(), theParam1, theParam2, theParam3, theParam4, theParam5, theParam6, and theParam7.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Will shift the ground point relative to this datum.
Implements ossimDatum.
Definition at line 21 of file ossimSevenParamDatum.cpp.
References ossimGpt::datum(), ossimDatum::ellipsoid(), ossimEllipsoid::getA(), ossimEllipsoid::getB(), ossimGpt::height(), ossimGpt::latd(), ossimGpt::lond(), shiftFromWgs84(), and ossimDatum::shiftToWgs84().
Implements ossimDatum.
Definition at line 100 of file ossimSevenParamDatum.cpp.
References ossimGpt::datum(), ossimGpt::isHgtNan(), ossimGpt::latd(), ossimGpt::lond(), theParam1, theParam2, theParam3, theParam4, theParam5, theParam6, theParam7, ossimEcefPoint::x(), ossimEcefPoint::y(), and ossimEcefPoint::z().
Referenced by shift().
Implements ossimDatum.
Definition at line 39 of file ossimSevenParamDatum.cpp.
References theParam1, theParam2, theParam3, theParam4, theParam5, theParam6, theParam7, ossimEcefPoint::x(), ossimEcefPoint::y(), and ossimEcefPoint::z().
|
private |
Definition at line 88 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 89 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 90 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 91 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 92 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 93 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 94 of file ossimSevenParamDatum.h.
Referenced by isEqualTo(), shiftFromWgs84(), and shiftToWgs84().
|
private |
Definition at line 96 of file ossimSevenParamDatum.h.
1.8.14