![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Geographic area of the dataset
Public Member Functions | |
TSLEXGeographicExtent () | |
TSLEXGeographicExtent (const TSLEXGeographicExtent &right) | |
virtual | ~TSLEXGeographicExtent ()=0 |
TSLEXGeographicExtent & | operator= (const TSLEXGeographicExtent &right) |
void | extentTypeCode (TSLBoolean input) |
virtual TSLEXGeographicExtent * | clone () const =0 |
virtual TSLMD_RTTI const * | classInfo () const |
bool | isKindOf (char const *className) const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
TSLBoolean | extentTypeCode () const |
Static Public Attributes | |
static TSLMD_RTTI | m_classInfo |
TSLEXGeographicExtent::TSLEXGeographicExtent | ( | ) |
The default constructor.
TSLEXGeographicExtent::TSLEXGeographicExtent | ( | const TSLEXGeographicExtent & | right | ) |
The copy constructor.
|
pure virtual |
The destructor.
|
virtual |
Reimplemented in TSLEXBoundingPolygon, and TSLEXGeographicBoundingBox.
|
pure virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implemented in TSLEXBoundingPolygon, TSLEXGeographicBoundingBox, and TSLEXGeographicDescription.
|
inline |
Returns the extentTypeCode attribute.
void TSLEXGeographicExtent::extentTypeCode | ( | TSLBoolean | input | ) |
Sets the extentTypeCode attribute. TSLBooleanNULL is valid.
bool TSLEXGeographicExtent::isKindOf | ( | char const * | className | ) | const |
Return true if this class is derived from the class named by className.
className | the name of the class we are testing against. |
TSLEXGeographicExtent & TSLEXGeographicExtent::operator= | ( | const TSLEXGeographicExtent & | right | ) |
Assignment operator.
|
virtual |
Reimplemented in TSLEXBoundingPolygon, TSLEXGeographicBoundingBox, and TSLEXGeographicDescription.
|
static |