MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWMSGeographicBoundingBox Class Reference

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)
 

Constructor & Destructor Documentation

◆ TSLWMSGeographicBoundingBox()

TSLWMSGeographicBoundingBox::TSLWMSGeographicBoundingBox ( )

Member Function Documentation

◆ destroy()

void TSLWMSGeographicBoundingBox::destroy ( )

◆ eastBoundLongitude() [1/2]

double TSLWMSGeographicBoundingBox::eastBoundLongitude ( ) const

◆ eastBoundLongitude() [2/2]

void TSLWMSGeographicBoundingBox::eastBoundLongitude ( double val)

◆ northBoundLatitude() [1/2]

double TSLWMSGeographicBoundingBox::northBoundLatitude ( ) const

◆ northBoundLatitude() [2/2]

void TSLWMSGeographicBoundingBox::northBoundLatitude ( double val)

◆ operator new() [1/2]

void * TSLWMSGeographicBoundingBox::operator new ( size_t size)

◆ operator new() [2/2]

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.

◆ southBoundLatitude() [1/2]

double TSLWMSGeographicBoundingBox::southBoundLatitude ( ) const

◆ southBoundLatitude() [2/2]

void TSLWMSGeographicBoundingBox::southBoundLatitude ( double val)

◆ westBoundLongitude() [1/2]

double TSLWMSGeographicBoundingBox::westBoundLongitude ( ) const

◆ westBoundLongitude() [2/2]

void TSLWMSGeographicBoundingBox::westBoundLongitude ( double val)