![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLWMSGeographicBoundingBox () | |
void | destroy () |
double | eastBoundLongitude () const |
void | eastBoundLongitude (double val) |
double | northBoundLatitude () const |
void | northBoundLatitude (double val) |
double | southBoundLatitude () const |
void | southBoundLatitude (double val) |
double | westBoundLongitude () const |
void | westBoundLongitude (double val) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
TSLWMSGeographicBoundingBox::TSLWMSGeographicBoundingBox | ( | ) |
void TSLWMSGeographicBoundingBox::destroy | ( | ) |
double TSLWMSGeographicBoundingBox::eastBoundLongitude | ( | ) | const |
void TSLWMSGeographicBoundingBox::eastBoundLongitude | ( | double | val | ) |
double TSLWMSGeographicBoundingBox::northBoundLatitude | ( | ) | const |
void TSLWMSGeographicBoundingBox::northBoundLatitude | ( | double | val | ) |
void * TSLWMSGeographicBoundingBox::operator new | ( | size_t | size | ) |
void * TSLWMSGeographicBoundingBox::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.
double TSLWMSGeographicBoundingBox::southBoundLatitude | ( | ) | const |
void TSLWMSGeographicBoundingBox::southBoundLatitude | ( | double | val | ) |
double TSLWMSGeographicBoundingBox::westBoundLongitude | ( | ) | const |
void TSLWMSGeographicBoundingBox::westBoundLongitude | ( | double | val | ) |