rasdaman complete source
|
the class represents an MDD in HTTP transfer encoding More...
#include <httpserver.hh>
Public Member Functions | |
MDDEncoding () | |
default constructor More... | |
~MDDEncoding () | |
destructor More... | |
void | setObjectType (int type) |
void | setObjectTypeName (char *name) |
void | setTypeStructure (char *type) |
void | setTypeLength (int len) |
void | setDomain (char *dom) |
void | setOID (char *o) |
void | setTileSize (char *size) |
void | setDataSize (int size) |
void | setBinData (char *data) |
const char * | toString () |
Public Attributes | |
int | objectType |
char * | objectTypeName |
char * | typeStructure |
int | typeLength |
char * | domain |
char * | tileSize |
char * | oidString |
int | dataSize |
char * | binData |
char * | stringRepresentation |
the class represents an MDD in HTTP transfer encoding
HttpServer::MDDEncoding::MDDEncoding | ( | ) |
default constructor
HttpServer::MDDEncoding::~MDDEncoding | ( | ) |
destructor
void HttpServer::MDDEncoding::setBinData | ( | char * | data | ) |
void HttpServer::MDDEncoding::setDataSize | ( | int | size | ) |
void HttpServer::MDDEncoding::setDomain | ( | char * | dom | ) |
void HttpServer::MDDEncoding::setObjectType | ( | int | type | ) |
void HttpServer::MDDEncoding::setObjectTypeName | ( | char * | name | ) |
void HttpServer::MDDEncoding::setOID | ( | char * | o | ) |
void HttpServer::MDDEncoding::setTileSize | ( | char * | size | ) |
void HttpServer::MDDEncoding::setTypeLength | ( | int | len | ) |
void HttpServer::MDDEncoding::setTypeStructure | ( | char * | type | ) |
const char* HttpServer::MDDEncoding::toString | ( | ) |
char* HttpServer::MDDEncoding::binData |
int HttpServer::MDDEncoding::dataSize |
char* HttpServer::MDDEncoding::domain |
int HttpServer::MDDEncoding::objectType |
char* HttpServer::MDDEncoding::objectTypeName |
char* HttpServer::MDDEncoding::oidString |
char* HttpServer::MDDEncoding::stringRepresentation |
char* HttpServer::MDDEncoding::tileSize |
int HttpServer::MDDEncoding::typeLength |
char* HttpServer::MDDEncoding::typeStructure |