|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
This class provides basic location services. More...
#include <Sensor.h>
Public Member Functions | |
| Sensor (SensorParams *params, PlatformPosition *position) | |
| Constructor. More... | |
| virtual | ~Sensor () |
| Destructor. More... | |
| virtual int | ImageToWorld (double distance, JSDDateTime time, double height, double &lon, double &lat) const =0 |
| This function is able to convert image coordinates into geodetic world coordinates using a sensor model. More... | |
Protected Attributes | |
| SensorParams * | _params |
| PlatformPosition * | _position |
| ossimplugins::Sensor::Sensor | ( | SensorParams * | params, |
| PlatformPosition * | position | ||
| ) |
Constructor.
Definition at line 22 of file Sensor.cpp.
References _params, _position, ossimplugins::PlatformPosition::Clone(), and ossimplugins::SensorParams::Clone().
|
virtual |
|
pure virtual |
This function is able to convert image coordinates into geodetic world coordinates using a sensor model.
| distance | : Slant range of the image point |
| time | : Azimuth time of the image point |
| height | : Altitude of the world point |
| lon | : Longitude of the world point |
| lat | : Latitude of the world point |
Implemented in ossimplugins::SarSensor.
|
protected |
Definition at line 54 of file Sensor.h.
Referenced by ossimplugins::SarSensor::ImageToWorld(), Sensor(), and ~Sensor().
|
protected |
Definition at line 55 of file Sensor.h.
Referenced by ossimplugins::SarSensor::ImageToWorld(), Sensor(), and ~Sensor().
1.8.14