MapLink Pro .
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches

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)

Constructor & Destructor Documentation

◆ TSLWMSBoundingBox()

TSLWMSBoundingBox::TSLWMSBoundingBox ( )

Member Function Documentation

◆ crs() [1/2]

const char * TSLWMSBoundingBox::crs ( ) const

◆ crs() [2/2]

bool TSLWMSBoundingBox::crs ( const char * newCRS)

◆ destroy()

void TSLWMSBoundingBox::destroy ( )

◆ maxX() [1/2]

double TSLWMSBoundingBox::maxX ( ) const

◆ maxX() [2/2]

void TSLWMSBoundingBox::maxX ( double x)

◆ maxY() [1/2]

double TSLWMSBoundingBox::maxY ( ) const

◆ maxY() [2/2]

void TSLWMSBoundingBox::maxY ( double y)

◆ minX() [1/2]

double TSLWMSBoundingBox::minX ( ) const

◆ minX() [2/2]

void TSLWMSBoundingBox::minX ( double x)

◆ minY() [1/2]

double TSLWMSBoundingBox::minY ( ) const

◆ minY() [2/2]

void TSLWMSBoundingBox::minY ( double y)

◆ operator new() [1/2]

void * TSLWMSBoundingBox::operator new ( size_t size)

◆ operator new() [2/2]

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.

◆ resX() [1/2]

const double * TSLWMSBoundingBox::resX ( ) const

◆ resX() [2/2]

void TSLWMSBoundingBox::resX ( const double * x)

◆ resY() [1/2]

const double * TSLWMSBoundingBox::resY ( ) const

◆ resY() [2/2]

void TSLWMSBoundingBox::resY ( const double * y)