DtIsarResponse is the returned image data by the server.
More...
Static Public Member Functions |
| static DtBaseMessage * | decode (unsigned char *buffer, int length) |
| | decode a message. Used by the factory
|
Detailed Description
DtIsarResponse is the returned image data by the server.
Constructor & Destructor Documentation
| makRadarFx::DtIsarResponse::DtIsarResponse |
( |
| ) |
|
| virtual makRadarFx::DtIsarResponse::~DtIsarResponse |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makRadarFx::DtIsarResponse::setError |
( |
DtImageError |
error | ) |
|
|
virtual |
Error value if there is one.
| virtual void makRadarFx::DtIsarResponse::setWarning |
( |
DtImageWarning |
error | ) |
|
|
virtual |
Warning value if there is one.
| virtual void makRadarFx::DtIsarResponse::setReturnMethod |
( |
unsigned int |
method | ) |
|
|
virtual |
Image return method that is used.
| virtual unsigned int makRadarFx::DtIsarResponse::returnMethod |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtIsarResponse::setImageFormat |
( |
DtImageFormat |
format | ) |
|
|
virtual |
| virtual DtImageFormat makRadarFx::DtIsarResponse::imageFormat |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtIsarResponse::setImageSize |
( |
const DtImageSize & |
size | ) |
|
|
virtual |
Size of the image returned by the server.
| virtual DtImageSize makRadarFx::DtIsarResponse::imageSize |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtIsarResponse::setImageDataType |
( |
DtImageDataType |
type | ) |
|
|
virtual |
Image data type Only available for RAW/NITF image types.
| virtual void makRadarFx::DtIsarResponse::setFilename |
( |
const std::string & |
filename | ) |
|
|
virtual |
filename of saved image if it was saved on the server
| virtual std::string makRadarFx::DtIsarResponse::filename |
( |
| ) |
|
|
virtual |
| virtual int makRadarFx::DtIsarResponse::dataLength |
( |
| ) |
|
|
virtual |
Size of data for the returned image.
| virtual void makRadarFx::DtIsarResponse::setData |
( |
unsigned char * |
buffer, |
|
|
int |
length |
|
) |
| |
|
virtual |
Image data returned by the server. This message class will manage this memory.
| virtual unsigned char* makRadarFx::DtIsarResponse::data |
( |
| ) |
|
|
virtual |
| virtual void makRadarFx::DtIsarResponse::setImageIndex |
( |
int |
index | ) |
|
|
virtual |
0 starting index for this image response
| virtual int makRadarFx::DtIsarResponse::imageIndex |
( |
| ) |
|
|
virtual |
| virtual int makRadarFx::DtIsarResponse::messageSize |
( |
| ) |
|
|
virtual |
| static DtBaseMessage* makRadarFx::DtIsarResponse::decode |
( |
unsigned char * |
buffer, |
|
|
int |
length |
|
) |
| |
|
static |
decode a message. Used by the factory
| virtual void makRadarFx::DtIsarResponse::serialize |
( |
DtStreamWriter & |
writer | ) |
|
|
protectedvirtual |
| virtual void makRadarFx::DtIsarResponse::deserialize |
( |
DtStreamReader & |
reader | ) |
|
|
protectedvirtual |
Member Data Documentation
| unsigned int makRadarFx::DtIsarResponse::myReturnMethod |
|
protected |
| std::string makRadarFx::DtIsarResponse::myFilename |
|
protected |
| int makRadarFx::DtIsarResponse::myDataLength |
|
protected |
| unsigned char* makRadarFx::DtIsarResponse::myData |
|
protected |
| int makRadarFx::DtIsarResponse::myImageIndex |
|
protected |
The documentation for this class was generated from the following file: