![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLWMSLayerMetadata (const char *href, const char *format, const char *type) | |
TSLWMSLayerMetadata (const TSLWMSLayerMetadata &rhs) | |
const char * | type () const |
bool | type (const char *type) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
![]() | |
TSLWMSLayerData (TSLWMSURLTypeEnum dataType, const char *href, const char *format) | |
TSLWMSLayerData (const TSLWMSLayerData &rhs) | |
TSLWMSURLTypeEnum | dataType () const |
void | destroy () |
const char * | format () const |
bool | format (const char *format) |
const char * | href () const |
bool | href (const char *newValue) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
Additional Inherited Members | |
![]() | |
~TSLWMSLayerData () | |
TSLWMSLayerMetadata::TSLWMSLayerMetadata | ( | const char * | href, |
const char * | format, | ||
const char * | type ) |
TSLWMSLayerMetadata::TSLWMSLayerMetadata | ( | const TSLWMSLayerMetadata & | rhs | ) |
void * TSLWMSLayerMetadata::operator new | ( | size_t | size | ) |
void * TSLWMSLayerMetadata::operator new | ( | size_t | size, |
char * | filename, | ||
int | line ) |
When included in an MFC applicaton in debug mode, the debug new expects this to be here. Override it and return the same as the normal one. The library must include it when compiled in release mode, since the users application may be in debug mode.
const char * TSLWMSLayerMetadata::type | ( | ) | const |
bool TSLWMSLayerMetadata::type | ( | const char * | type | ) |