![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLWMSBoundingBox () | |
const char * | crs () const |
bool | crs (const char *newCRS) |
void | destroy () |
double | minX () const |
void | minX (double x) |
double | minY () const |
void | minY (double y) |
double | maxX () const |
void | maxX (double x) |
double | maxY () const |
void | maxY (double y) |
const double * | resX () const |
void | resX (const double *x) |
const double * | resY () const |
void | resY (const double *y) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
TSLWMSBoundingBox::TSLWMSBoundingBox | ( | ) |
const char * TSLWMSBoundingBox::crs | ( | ) | const |
bool TSLWMSBoundingBox::crs | ( | const char * | newCRS | ) |
void TSLWMSBoundingBox::destroy | ( | ) |
double TSLWMSBoundingBox::maxX | ( | ) | const |
void TSLWMSBoundingBox::maxX | ( | double | x | ) |
double TSLWMSBoundingBox::maxY | ( | ) | const |
void TSLWMSBoundingBox::maxY | ( | double | y | ) |
double TSLWMSBoundingBox::minX | ( | ) | const |
void TSLWMSBoundingBox::minX | ( | double | x | ) |
double TSLWMSBoundingBox::minY | ( | ) | const |
void TSLWMSBoundingBox::minY | ( | double | y | ) |
void * TSLWMSBoundingBox::operator new | ( | size_t | size | ) |
void * TSLWMSBoundingBox::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 double * TSLWMSBoundingBox::resX | ( | ) | const |
void TSLWMSBoundingBox::resX | ( | const double * | x | ) |
const double * TSLWMSBoundingBox::resY | ( | ) | const |
void TSLWMSBoundingBox::resY | ( | const double * | y | ) |