![]() |
RadarFX API Documentation
|
DtSarResponse is the returned image data by the server. More...

Public Member Functions | |
| DtSarResponse () | |
| CTOR/DTOR. | |
| virtual | ~DtSarResponse () |
| virtual void | setError (DtImageError error) |
| Error value if there is one. | |
| virtual DtImageError | error () |
| virtual void | setWarning (DtImageWarning error) |
| Warning value if there is one. | |
| virtual DtImageWarning | warning () |
| virtual void | setReturnMethod (unsigned int method) |
| Image return method that is used. | |
| virtual unsigned int | returnMethod () |
| virtual void | setImageFormat (DtImageFormat format) |
| Image return format. | |
| virtual DtImageFormat | imageFormat () |
| virtual void | setImageSize (const DtImageSize &size) |
| Size of the image returned by the server. | |
| virtual DtImageSize | imageSize () |
| virtual void | setImageDataType (DtImageDataType type) |
| Image data type Only available for RAW/NITF image types. | |
| virtual DtImageDataType | imageDataType () |
| virtual void | setFilename (const std::string &filename) |
| filename of saved image if it was saved on the server | |
| virtual std::string | filename () |
| virtual int | dataLength () |
| Size of data for the returned image. | |
| virtual void | setData (unsigned char *buffer, int length) |
| Image data returned by the server. This message class will manage this memory. | |
| virtual unsigned char * | data () |
| virtual void | setOwnshipLocation (DtVector location) |
| ownship location at the time of the request being processed | |
| virtual DtVector | ownshipLocation () |
| virtual void | setOwnshipOrientation (DtTaitBryan orientation) |
| ownship orientation at the time of the request being processed | |
| virtual DtTaitBryan | ownshipOrientation () |
| virtual void | setSystemTime (double time) |
| UTC time of the request being processed. | |
| virtual double | systemTime () |
| virtual void | setCenterPosition (double lat, double lon, double alt) |
| the center hit point of the view vector for this response | |
| virtual void | getCenterPosition (double &lat, double &lon, double &alt) |
| virtual void | setSensorViewDirection (double azimuth, double elevation) |
| the sensor view direction is azimuth from north and elevation from level in Radians. | |
| virtual void | getSensorViewDirection (double &azimuth, double &elevation) |
| virtual int | messageSize () |
| size of the message | |
| virtual DtBaseMessage * | clone () |
| clone a message. Caller of function is responsible managing this memory | |
Public Member Functions inherited from makRadarFx::DtImageResponse | |
| DtImageResponse (unsigned int messageType) | |
| CTOR/DTOR. | |
| virtual | ~DtImageResponse () |
Static Public Member Functions | |
| static DtBaseMessage * | decode (unsigned char *buffer, int length) |
| decode a message. Used by the factory | |
Protected Member Functions | |
| virtual void | serialize (DtStreamWriter &writer) |
| virtual void | deserialize (DtStreamReader &reader) |
Protected Attributes | |
| DtImageError | myError |
| DtImageWarning | myWarning |
| DtImageSize | myImageSize |
| unsigned int | myReturnMethod |
| DtImageFormat | myImageFormat |
| DtImageDataType | myImageDataType |
| std::string | myFilename |
| int | myDataLength |
| unsigned char * | myData |
| DtVector | myOwnshipLocation |
| DtTaitBryan | myOwnshipOrientation |
| double | mySystemTime |
| double | myCenterLat |
| double | myCenterLon |
| double | myCenterAlt |
| double | mySensorDirectionAzimuth |
| double | mySensorDirectionElevation |
DtSarResponse is the returned image data by the server.
| makRadarFx::DtSarResponse::DtSarResponse | ( | ) |
CTOR/DTOR.
|
virtual |
|
virtual |
Error value if there is one.
|
virtual |
|
virtual |
Warning value if there is one.
|
virtual |
|
virtual |
Image return method that is used.
|
virtual |
|
virtual |
Image return format.
|
virtual |
|
virtual |
Size of the image returned by the server.
|
virtual |
|
virtual |
Image data type Only available for RAW/NITF image types.
|
virtual |
|
virtual |
filename of saved image if it was saved on the server
|
virtual |
|
virtual |
Size of data for the returned image.
|
virtual |
Image data returned by the server. This message class will manage this memory.
|
virtual |
|
virtual |
ownship location at the time of the request being processed
|
virtual |
|
virtual |
ownship orientation at the time of the request being processed
|
virtual |
|
virtual |
UTC time of the request being processed.
|
virtual |
|
virtual |
the center hit point of the view vector for this response
|
virtual |
|
virtual |
the sensor view direction is azimuth from north and elevation from level in Radians.
|
virtual |
|
virtual |
size of the message
Reimplemented from makRadarFx::DtBaseMessage.
|
static |
decode a message. Used by the factory
Reimplemented from makRadarFx::DtBaseMessage.
|
virtual |
clone a message. Caller of function is responsible managing this memory
Reimplemented from makRadarFx::DtBaseMessage.
|
protectedvirtual |
Reimplemented from makRadarFx::DtBaseMessage.
|
protectedvirtual |
Reimplemented from makRadarFx::DtBaseMessage.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |