rasdaman complete source
Public Member Functions | Public Attributes | List of all members
HttpServer::MDDEncoding Class Reference

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
 

Detailed Description

the class represents an MDD in HTTP transfer encoding

Constructor & Destructor Documentation

HttpServer::MDDEncoding::MDDEncoding ( )

default constructor

HttpServer::MDDEncoding::~MDDEncoding ( )

destructor

Member Function Documentation

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 ( )

Member Data Documentation

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

The documentation for this class was generated from the following file: