![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Geographic area of the entire dataset referenced to WGS 84
Static Public Member Functions | |
static TSLEXGeographicBoundingBox * | isSameType (TSLEXGeographicExtent *mdGeo) |
static TSLEXGeographicBoundingBox const * | isSameType (TSLEXGeographicExtent const *mdGeo) |
static TSLEXGeographicBoundingBox * | create () |
Static Public Attributes | |
static TSLMD_RTTI | m_classInfo |
![]() | |
static TSLMD_RTTI | m_classInfo |
TSLEXGeographicBoundingBox::TSLEXGeographicBoundingBox | ( | ) |
The default constructor.
TSLEXGeographicBoundingBox::TSLEXGeographicBoundingBox | ( | const TSLEXGeographicBoundingBox & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Reimplemented from TSLEXGeographicExtent.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implements TSLEXGeographicExtent.
|
static |
|
inline |
Returns the eastBoundLongitude attribute.
|
inline |
Returns the eastBoundLongitude attribute.
void TSLEXGeographicBoundingBox::eastBoundLongitude | ( | const TSLAngle & | input | ) |
Sets the eastBoundLongitude attribute.
|
static |
This determines whether the supplied item is of the same type as this class.
item | A (const) pointer to a generic item. |
If the item is of the same type as this class, then return the item cast to the correct type, otherwise return 0.
|
static |
|
inline |
Returns the northBoundLatitude attribute.
|
inline |
Returns the northBoundLatitude attribute.
void TSLEXGeographicBoundingBox::northBoundLatitude | ( | const TSLAngle & | input | ) |
Sets the northBoundLatitude attribute.
TSLEXGeographicBoundingBox & TSLEXGeographicBoundingBox::operator= | ( | const TSLEXGeographicBoundingBox & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLEXGeographicExtent.
|
inline |
Returns the southBoundLatitude attribute.
|
inline |
Returns the southBoundLatitude attribute.
void TSLEXGeographicBoundingBox::southBoundLatitude | ( | const TSLAngle & | input | ) |
Sets the southBoundLatitude attribute.
|
inline |
Returns the westBoundLongitude attribute.
|
inline |
Returns the westBoundLongitude attribute.
void TSLEXGeographicBoundingBox::westBoundLongitude | ( | const TSLAngle & | input | ) |
Sets the westBoundLongitude attribute.
|
static |