OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class allows for direct localisation and indirect localisation using the RadarSat2 sensor model. More...
#include <ossimRadarSat2RPCModel.h>
Public Member Functions | |
ossimRadarSat2RPCModel () | |
default constructor More... | |
ossimRadarSat2RPCModel (const ossimRadarSat2RPCModel &rhs) | |
copy constructor More... | |
ossimRadarSat2RPCModel (const ossimFilename &RS2File) | |
virtual | ~ossimRadarSat2RPCModel () |
Destructor. More... | |
virtual ossimString | getClassName () const |
Method to return the class name. More... | |
virtual ossimObject * | dup () const |
Returns pointer to a new instance, copy of this. More... | |
bool | open (const ossimFilename &file) |
Method to parse an nitf file and initialize model. More... | |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
Method to save object state to a keyword list. More... | |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
Method to the load (recreate) the state of the object from a keyword list. More... | |
virtual std::ostream & | print (std::ostream &out) const |
virtual void | worldToLineSample (const ossimGpt &world_point, ossimDpt &image_point) const |
worldToLineSample() Calls ossimRpcModel::worldToLineSample(), then applies (if needed) decimation. More... | |
virtual void | lineSampleHeightToWorld (const ossimDpt &image_point, const double &heightEllipsoid, ossimGpt &worldPoint) const |
lineSampleHeightToWorld() Backs out decimation of image_point (if needed) then calls: ossimRpcModel::lineSampleHeightToWorld This is a temp work around for decimation RPC NITFs. More... | |
![]() | |
ossimRpcModel () | |
default constructor More... | |
ossimRpcModel (const ossimRpcModel ©_this) | |
copy construtor More... | |
void | setAttributes (ossim_float64 theSampleOffset, ossim_float64 theLineOffset, ossim_float64 theSampleScale, ossim_float64 theLineScale, ossim_float64 theLatOffset, ossim_float64 theLonOffset, ossim_float64 theHeightOffset, ossim_float64 theLatScale, ossim_float64 theLonScale, ossim_float64 theHeightScale, const std::vector< double > &xNumeratorCoeffs, const std::vector< double > &xDenominatorCoeffs, const std::vector< double > &yNumeratorCoeffs, const std::vector< double > &yDenominatorCoeffs, PolynomialType polyType=B, bool computeGsdFlag=true) |
void | setMetersPerPixel (const ossimDpt &metersPerPixel) |
void | setPositionError (const ossim_float64 &biasError, const ossim_float64 &randomError, bool initNominalPostionErrorFlag) |
Sets data member theBiasError, theRandError. More... | |
virtual void | lineSampleToWorld (const ossimDpt &image_point, ossimGpt &world_point) const |
virtual void | imagingRay (const ossimDpt &image_point, ossimEcefRay &image_ray) const |
imagingRay() Overrides base class pure virtual. More... | |
virtual void | updateModel () |
virtual void | initAdjustableParameters () |
virtual bool | useForward () const |
virtual bool | setupOptimizer (const ossimString &init_file) |
uses file path to init model More... | |
virtual ossimDpt | getForwardDeriv (int parmIdx, const ossimGpt &gpos, double h) |
Compute partials of samp/line WRT ground point. More... | |
double | getBiasError () const |
Returns Error - Bias. More... | |
double | getRandError () const |
Returns Error - Random. More... | |
void | getRpcParameters (ossimRpcModel::rpcModelStruct &model) const |
Returns RPC parameter set in structure. More... | |
void | setImageOffset (const ossimDpt &offset_to_chip_ul) |
Allows setting an offset to a subimage while using the coefficients of a full-image model. More... | |
bool | toJSON (std::ostream &json) const |
Serializes RPC to JSON format. More... | |
bool | toRPB (std::ostream &out) const |
Serialize to WorldView-style .RPB file to the stream provided. More... | |
![]() | |
ossimSensorModel () | |
ossimSensorModel (const ossimSensorModel ©_this) | |
ossimSensorModel (const ossimKeywordlist &geom_kwl) | |
const ossimSensorModel & | operator= (const ossimSensorModel &rhs) |
assignment operator More... | |
virtual ossimObject * | getBaseObject () |
virtual const ossimObject * | getBaseObject () const |
virtual ossimGpt | origin () const |
virtual ossimDpt | getMetersPerPixel () const |
virtual const double & | getNominalPosError () const |
Returns the estimated Absolute horizontal position error (CE90) of the sensor model. More... | |
virtual const double & | getRelativePosError () const |
Returns the estimated RELATIVE horizontal position error (CE90) of the sensor model. More... | |
virtual void | setNominalPosError (const double &ce90) |
Assigns the absolute image position error uncertainty (abs CE90) More... | |
virtual void | setRelativePosError (const double &ce90) |
Assigns the relative image position error uncertainty (rel CE90) More... | |
void | setRefImgPt (const ossimDpt &pt) |
Sets the center line sampe of the image. More... | |
void | setRefGndPt (const ossimGpt &pt) |
Sets the center latitude, longitude, height of the image. More... | |
void | setImageRect (const ossimDrect &imageRect) |
void | setGroundRect (const ossimGpt &ul, const ossimGpt &ur, const ossimGpt &lr, const ossimGpt &ll) |
ossimDpt | imageSize () const |
void | setImageSize (const ossimDpt &size) |
virtual void | adjustableParametersChanged () |
virtual bool | insideImage (const ossimDpt &p) const |
virtual bool | operator== (const ossimProjection &proj) const |
const ossimString & | getImageID () const |
Access methods: More... | |
const ossimDrect & | getImageClipRect () const |
virtual ossim_uint32 | degreesOfFreedom () const |
virtual bool | needsInitialState () const |
needsInitialState() More... | |
virtual double | optimizeFit (const ossimTieGptSet &tieSet, double *targetVariance=0) |
virtual ossimGpt | getInverseDeriv (int parmIdx, const ossimDpt &ipos, double hdelta=1e-11) |
virtual ossimSensorModel::CovMatStatus | getObsCovMat (const ossimDpt &ipos, NEWMAT::SymmetricMatrix &Cov, const ossim_float64 defPointingSigma=0.5) const |
Gives 2X2 covariance matrix of observations. More... | |
virtual bool | isAffectedByElevation () const |
Implementation of pure virtual ossimProjection::isAffectedByElevation method. More... | |
void | computeGsd () |
This method computes the ground sample distance(gsd) and sets class attributes theGSD and theMeanGSD by doing a lineSampleHeightToWorld on four points and calculating the distance from them. More... | |
virtual bool | getImageGeometry (const ossimString &, const ossimString &, ossimKeywordlist &) const |
Extracts geometry info from a non-ossim key,value pair to an ossim keyword list. More... | |
![]() | |
ossimProjection () | |
virtual | ~ossimProjection () |
virtual ossimDpt | forward (const ossimGpt &wp) const |
virtual ossimGpt | inverse (const ossimDpt &pp) const |
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 | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual bool | operator!= (const ossimProjection &projection) const |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () 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 |
![]() | |
ossimOptimizableProjection () | |
ossimOptimizableProjection (const ossimOptimizableProjection &source) | |
virtual | ~ossimOptimizableProjection () |
virtual ossimOptimizableProjection & | operator= (const ossimOptimizableProjection &source) |
![]() | |
ossimAdjustableParameterInterface () | |
ossimAdjustableParameterInterface (const ossimAdjustableParameterInterface &rhs) | |
virtual | ~ossimAdjustableParameterInterface () |
void | newAdjustment (ossim_uint32 numberOfParameters=0) |
void | setAdjustmentDescription (const ossimString &description) |
ossimString | getAdjustmentDescription () const |
ossimString | getAdjustmentDescription (ossim_uint32 adjustmentIdx) const |
Returns adjustmentDescription of specific adjustmentInfo. More... | |
void | setCurrentAdjustment (ossim_uint32 adjustmentIndex, bool notify=false) |
bool | setCurrentAdjustment (const ossimString &description, bool notify=false) |
Sets the current adjustment to the adjustment with a matching description. More... | |
void | eraseAdjustment (bool notify) |
void | eraseAdjustment (ossim_uint32 idx, bool notify) |
void | resetAdjustableParameters (bool notify=false) |
void | copyAdjustment (ossim_uint32 idx, bool notify) |
void | copyAdjustment (bool notify=false) |
void | keepAdjustment (ossim_uint32 idx, bool createCopy) |
virtual void | keepAdjustment (bool createCopy=true) |
const ossimAdjustableParameterInterface & | operator= (const ossimAdjustableParameterInterface &rhs) |
void | removeAllAdjustments () |
ossim_uint32 | getNumberOfAdjustableParameters () const |
double | getAdjustableParameter (ossim_uint32 idx) const |
virtual void | setAdjustableParameter (ossim_uint32 idx, double value, bool notify=false) |
virtual void | setAdjustableParameter (ossim_uint32 idx, double value, double sigma, bool notify=false) |
double | getParameterSigma (ossim_uint32 idx) const |
void | setParameterSigma (ossim_uint32 idx, double value, bool notify=false) |
ossimUnitType | getParameterUnit (ossim_uint32 idx) const |
void | setParameterUnit (ossim_uint32 idx, ossimUnitType unit) |
void | setParameterUnit (ossim_uint32 idx, const ossimString &unit) |
void | setParameterCenter (ossim_uint32 idx, double center, bool notify=false) |
double | getParameterCenter (ossim_uint32 idx) const |
double | computeParameterOffset (ossim_uint32 idx) const |
void | setParameterOffset (ossim_uint32 idx, ossim_float64 value, bool notify=false) |
ossimString | getParameterDescription (ossim_uint32 idx) const |
void | setParameterDescription (ossim_uint32 idx, const ossimString &descrption) |
ossim_int32 | findParameterIdxGivenDescription (ossim_uint32 adjustmentIdx, const ossimString &name) const |
ossim_int32 | findParameterIdxContainingDescription (ossim_uint32 adjustmentIdx, const ossimString &name) const |
bool | isParameterLocked (ossim_uint32 idx) const |
void | setParameterLockFlag (ossim_uint32 idxParam, bool flag) |
bool | getParameterLockFlag (ossim_uint32 idx) const |
void | lockAllParametersCurrentAdjustment () |
void | unlockAllParametersCurrentAdjustment () |
void | lockAllParameters (ossim_uint32 idxAdjustment) |
void | unlockAllParameters (ossim_uint32 idxAdjustment) |
void | resizeAdjustableParameterArray (ossim_uint32 numberOfParameters) |
void | setAdjustment (const ossimAdjustmentInfo &adj, bool notify=false) |
void | setAdjustment (ossim_uint32 idx, const ossimAdjustmentInfo &adj, bool notify=false) |
void | addAdjustment (const ossimAdjustmentInfo &adj, bool notify) |
void | getAdjustment (ossimAdjustmentInfo &adj) const |
void | getAdjustment (ossim_uint32 idx, ossimAdjustmentInfo &adj) const |
ossim_uint32 | getNumberOfAdjustments () const |
ossim_uint32 | getCurrentAdjustmentIdx () const |
void | setDirtyFlag (bool flag=true) |
void | setAllDirtyFlag (bool flag=true) |
bool | hasDirtyAdjustments () const |
virtual void | saveCurrentAdjustmentOnly (ossimKeywordlist &kwl, const ossimString &prefix=ossimString("")) |
Saves the current active adjustment to the KWL file. More... | |
bool | saveAdjustments (ossimKeywordlist &kwl, const ossimString &prefix=ossimString("")) const |
Save all adjustments to the KWL file. More... | |
bool | loadAdjustments (const ossimKeywordlist &kwl, const ossimString &prefix=ossimString("")) |
std::ostream & | print (std::ostream &out) const |
Dumps the currently active adjustment to ostream. More... | |
Private Member Functions | |
bool | InitSensorParams (const ossimKeywordlist &kwl, const char *prefix) |
bool | initSensorParams (const ossimXmlDocument *xdoc, const ossimRadarSat2ProductDoc &rsDoc) |
Private Attributes | |
ossim_float64 | theDecimation |
Stored from header field "IMAG". More... | |
SensorParams * | _sensor |
ossimFilename | theProductXmlFile |
Additional Inherited Members | |
![]() | |
enum | PolynomialType { A ='A', B ='B' } |
![]() | |
enum | CovMatStatus { COV_INVALID = 0, COV_PARTIAL = 1, COV_FULL = 2 } |
enum | DeriveMode { OBS_INIT =-99, EVALUATE =-98, P_WRT_X = -1, P_WRT_Y = -2, P_WRT_Z = -3 } |
![]() | |
static void | writeGeomTemplate (ostream &os) |
STATIC METHOD: writeGeomTemplate(ostream) Writes a template of geom keywords processed by loadState and saveState to output stream. More... | |
![]() | |
static void | writeGeomTemplate (ostream &os) |
![]() | |
enum | AdjustParamIndex { INTRACK_OFFSET = 0, CRTRACK_OFFSET, INTRACK_SCALE, CRTRACK_SCALE, MAP_ROTATION, NUM_ADJUSTABLE_PARAMS } |
![]() | |
virtual | ~ossimRpcModel () |
virtual destructor More... | |
double | polynomial (const double &nlat, const double &nlon, const double &nhgt, const double *coeffs) const |
double | dPoly_dLat (const double &nlat, const double &nlon, const double &nhgt, const double *coeffs) const |
double | dPoly_dLon (const double &nlat, const double &nlon, const double &nhgt, const double *coeffs) const |
double | dPoly_dHgt (const double &nlat, const double &nlon, const double &nhgt, const double *coeffs) const |
![]() | |
virtual | ~ossimSensorModel () |
virtual ossimDpt | extrapolate (const ossimGpt &gp) const |
virtual ossimGpt | extrapolate (const ossimDpt &ip, const double &height=ossim::nan()) const |
void | buildNormalEquation (const ossimTieGptSet &tieSet, NEWMAT::SymmetricMatrix &A, NEWMAT::ColumnVector &residue, NEWMAT::ColumnVector &projResidue, double pstep_scale) |
NEWMAT::ColumnVector | getResidue (const ossimTieGptSet &tieSet) |
NEWMAT::ColumnVector | solveLeastSquares (NEWMAT::SymmetricMatrix &A, NEWMAT::ColumnVector &r) const |
NEWMAT::Matrix | invert (const NEWMAT::Matrix &m) const |
stable invert stolen from ossimRpcSolver More... | |
![]() | |
virtual | ~ossimReferenced () |
![]() | |
bool | paramChanged (ossim_uint32 param_idx) const |
Returns true if specified parameter has been modified since last setAllChangeFlag(false) call. More... | |
void | setAllChangeFlags (bool areChanged) |
Sets all the change flags to the boolean indicated to indicate parameters are changed (TRUE) or not (FALSE). More... | |
void | initChangeFlags () |
Initializes the change flags to TRUE. More... | |
![]() | |
PolynomialType | thePolyType |
double | theLineScale |
double | theSampScale |
double | theLatScale |
double | theLonScale |
double | theHgtScale |
double | theLineOffset |
double | theSampOffset |
double | theLatOffset |
double | theLonOffset |
double | theHgtOffset |
double | theIntrackOffset |
double | theCrtrackOffset |
double | theIntrackScale |
double | theCrtrackScale |
double | theCosMapRot |
double | theSinMapRot |
double | theBiasError |
error More... | |
double | theRandError |
double | theLineNumCoef [20] |
double | theLineDenCoef [20] |
double | theSampNumCoef [20] |
double | theSampDenCoef [20] |
![]() | |
ossimIpt | theImageSize |
ossimDpt | theSubImageOffset |
ossimString | theImageID |
ossimString | theSensorID |
ossimDpt | theGSD |
ossim_float64 | theMeanGSD |
ossimGpt | theRefGndPt |
ossimDpt | theRefImgPt |
ossimPolygon | theBoundGndPolygon |
ossimDrect | theImageClipRect |
ossim_float64 | theRelPosError |
ossim_float64 | theNominalPosError |
ossimDpt | theParWRTx |
Partials for current point. More... | |
ossimDpt | theParWRTy |
ossimDpt | theParWRTz |
ossimDpt | theObs |
Observations & residuals for current point. More... | |
ossimDpt | theResid |
ossimRefPtr< ossimProjection > | theSeedFunction |
Used as an initial guess for iterative solutions and a guess for points outside the support bounds. More... | |
bool | theExtrapolateImageFlag |
bool | theExtrapolateGroundFlag |
![]() | |
ossimErrorCode | theErrorStatus |
This class allows for direct localisation and indirect localisation using the RadarSat2 sensor model.
Definition at line 45 of file ossimRadarSat2RPCModel.h.
ossimplugins::ossimRadarSat2RPCModel::ossimRadarSat2RPCModel | ( | ) |
default constructor
Definition at line 51 of file ossimRadarSat2RPCModel.cpp.
Referenced by dup().
ossimplugins::ossimRadarSat2RPCModel::ossimRadarSat2RPCModel | ( | const ossimRadarSat2RPCModel & | rhs | ) |
copy constructor
Definition at line 59 of file ossimRadarSat2RPCModel.cpp.
ossimplugins::ossimRadarSat2RPCModel::ossimRadarSat2RPCModel | ( | const ossimFilename & | RS2File | ) |
Definition at line 76 of file ossimRadarSat2RPCModel.cpp.
References open(), ossimNotify(), and ossimNotifyLevel_DEBUG.
|
virtual |
|
virtual |
Returns pointer to a new instance, copy of this.
Reimplemented from ossimRpcModel.
Definition at line 101 of file ossimRadarSat2RPCModel.cpp.
References ossimRadarSat2RPCModel().
|
virtual |
Method to return the class name.
Reimplemented from ossimObject.
Definition at line 94 of file ossimRadarSat2RPCModel.cpp.
Referenced by loadState().
|
private |
Definition at line 433 of file ossimRadarSat2RPCModel.cpp.
References _sensor, ossimKeywordlist::find(), ossimplugins::SensorParams::Left, ossimplugins::SensorParams::Right, ossimplugins::SensorParams::set_col_direction(), ossimplugins::SensorParams::set_lin_direction(), ossimplugins::SensorParams::set_nAzimuthLook(), ossimplugins::SensorParams::set_nRangeLook(), ossimplugins::SensorParams::set_prf(), ossimplugins::SensorParams::set_rwl(), ossimplugins::SensorParams::set_semiMajorAxis(), ossimplugins::SensorParams::set_semiMinorAxis(), ossimplugins::SensorParams::set_sf(), ossimplugins::SensorParams::set_sightDirection(), and ossimString::toDouble().
|
private |
Definition at line 522 of file ossimRadarSat2RPCModel.cpp.
References _sensor, ossimplugins::ossimRadarSat2ProductDoc::initSensorParams(), ossimNotify(), and ossimNotifyLevel_DEBUG.
|
virtual |
lineSampleHeightToWorld() Backs out decimation of image_point (if needed) then calls: ossimRpcModel::lineSampleHeightToWorld This is a temp work around for decimation RPC NITFs.
Reimplemented from ossimRpcModel.
Definition at line 405 of file ossimRadarSat2RPCModel.cpp.
References ossimRpcModel::lineSampleHeightToWorld(), theDecimation, ossimDpt::x, and ossimDpt::y.
|
virtual |
Method to the load (recreate) the state of the object from a keyword list.
Return true if ok or false on error.
Reimplemented from ossimRpcModel.
Definition at line 590 of file ossimRadarSat2RPCModel.cpp.
References ossimPolygon::clear(), ossimKeywordlist::find(), getClassName(), ossimRpcModel::loadState(), open(), ossimNotify(), ossimNotifyLevel_DEBUG, ossimSensorModel::theBoundGndPolygon, theDecimation, theProductXmlFile, ossimString::toBool(), ossimString::toFloat64(), and ossimKeywordNames::TYPE_KW.
bool ossimplugins::ossimRadarSat2RPCModel::open | ( | const ossimFilename & | file | ) |
Method to parse an nitf file and initialize model.
entryIndex | The entry to get model for. Note the nitf's can have multiple entries; each with a different projection. |
Definition at line 106 of file ossimRadarSat2RPCModel.cpp.
References ossimRpcModel::B, RPCModel::biasError, ossimFilename::dirCat(), ossimString::downcase(), ossimFilename::exists(), ossimFilename::expand(), ossimFilename::ext(), ossimplugins::ossimRadarSat2ProductDoc::getAcquisitionType(), ossimplugins::ossimRadarSat2ProductDoc::getBeamModeMnemonic(), ossimplugins::ossimRadarSat2ProductDoc::getImageId(), ossimplugins::ossimRadarSat2ProductDoc::getRpcData(), ossimplugins::ossimRadarSat2ProductDoc::getSatellite(), RPCModel::heightOffset, RPCModel::heightScale, ossimGpt::hgt, ossimplugins::ossimRadarSat2ProductDoc::initGsd(), ossimplugins::ossimRadarSat2ProductDoc::initImageSize(), ossimFilename::isFile(), ossimGpt::isLatNan(), ossimGpt::isLonNan(), ossimplugins::ossimRadarSat2ProductDoc::isRadarSat2(), ossimGpt::lat, RPCModel::latitudeOffset, RPCModel::latitudeScale, ossimIpt::line, ossimDpt::line, RPCModel::lineDenominatorCoefficients, RPCModel::lineNumeratorCoefficients, RPCModel::lineOffset, ossimRpcModel::lineSampleHeightToWorld(), ossimRpcModel::lineSampleToWorld(), RPCModel::lineScale, ossimDrect::ll(), ossimGpt::lon, RPCModel::longitudeOffset, RPCModel::longitudeScale, ossimDrect::lr(), ossimFilename::NIL, ossimXmlDocument::openFile(), ossimNotify(), ossimNotifyLevel_DEBUG, ossimFilename::path(), RPCModel::pixelDenominatorCoefficients, RPCModel::pixelNumeratorCoefficients, RPCModel::pixelOffset, RPCModel::pixelScale, RPCModel::randomError, ossimIpt::samp, ossimDpt::samp, ossimErrorStatusInterface::setErrorStatus(), ossimSensorModel::setGroundRect(), ossimRpcModel::theBiasError, ossimSensorModel::theBoundGndPolygon, theDecimation, ossimSensorModel::theGSD, ossimRpcModel::theHgtOffset, ossimRpcModel::theHgtScale, ossimSensorModel::theImageClipRect, ossimSensorModel::theImageID, ossimSensorModel::theImageSize, ossimRpcModel::theLatOffset, ossimRpcModel::theLatScale, ossimRpcModel::theLineDenCoef, ossimRpcModel::theLineNumCoef, ossimRpcModel::theLineOffset, ossimRpcModel::theLineScale, ossimRpcModel::theLonOffset, ossimRpcModel::theLonScale, ossimSensorModel::theMeanGSD, ossimSensorModel::theNominalPosError, ossimRpcModel::thePolyType, theProductXmlFile, ossimRpcModel::theRandError, ossimSensorModel::theRefGndPt, ossimSensorModel::theRefImgPt, ossimRpcModel::theSampDenCoef, ossimRpcModel::theSampNumCoef, ossimRpcModel::theSampOffset, ossimRpcModel::theSampScale, ossimSensorModel::theSensorID, ossimSensorModel::theSubImageOffset, ossimDrect::ul(), ossimRpcModel::updateModel(), ossimDrect::ur(), ossimIpt::x, ossimDpt::x, ossimIpt::y, and ossimDpt::y.
Referenced by loadState(), and ossimRadarSat2RPCModel().
|
virtual |
METHOD: print() Fulfills base-class pure virtual. Dumps contents of object to ostream.
Reimplemented from ossimRpcModel.
Definition at line 420 of file ossimRadarSat2RPCModel.cpp.
References ossimRpcModel::print().
|
virtual |
Method to save object state to a keyword list.
kwl | Keyword list to save to. |
prefix | added to keys when saved. |
Reimplemented from ossimRpcModel.
Definition at line 556 of file ossimRadarSat2RPCModel.cpp.
References ossimKeywordlist::add(), ossimString::c_str(), ossimNotify(), ossimNotifyLevel_DEBUG, ossimRpcModel::saveState(), theDecimation, and theProductXmlFile.
|
virtual |
worldToLineSample() Calls ossimRpcModel::worldToLineSample(), then applies (if needed) decimation.
This is a temp work around for decimation RPC NITFs.
Reimplemented from ossimRpcModel.
Definition at line 394 of file ossimRadarSat2RPCModel.cpp.
References theDecimation, ossimRpcModel::worldToLineSample(), ossimDpt::x, and ossimDpt::y.
|
private |
Definition at line 141 of file ossimRadarSat2RPCModel.h.
Referenced by InitSensorParams(), and initSensorParams().
|
private |
Stored from header field "IMAG".
This is a temp work around to handle decimated rpc nitf's.
Definition at line 139 of file ossimRadarSat2RPCModel.h.
Referenced by lineSampleHeightToWorld(), loadState(), open(), saveState(), and worldToLineSample().
|
private |
Definition at line 145 of file ossimRadarSat2RPCModel.h.
Referenced by loadState(), open(), and saveState().