![]() |
MapLink Pro 11.1.2.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLMDContentInformation () | |
TSLMDContentInformation (const TSLMDContentInformation &right) | |
virtual | ~TSLMDContentInformation ()=0 |
TSLMDContentInformation & | operator= (const TSLMDContentInformation &right) |
virtual TSLMDContentInformation * | clone () const =0 |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
TSLMDContentInformation::TSLMDContentInformation | ( | ) |
The default constructor.
TSLMDContentInformation::TSLMDContentInformation | ( | const TSLMDContentInformation & | right | ) |
The copy constructor.
|
pure virtual |
The destructor.
|
pure virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implemented in TSLMDCoverageDescription, TSLMDFeatureCatalogueDescription, and TSLMDImageDescription.
TSLMDContentInformation & TSLMDContentInformation::operator= | ( | const TSLMDContentInformation & | right | ) |
Assignment operator.
|
virtual |
Reimplemented in TSLMDCoverageDescription, TSLMDFeatureCatalogueDescription, and TSLMDImageDescription.