![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLEXGeographicDescription () | |
TSLEXGeographicDescription (const TSLEXGeographicDescription &right) | |
virtual | ~TSLEXGeographicDescription () |
TSLEXGeographicDescription & | operator= (const TSLEXGeographicDescription &right) |
void | geographicIdentifier (TSLMDIdentifier *input, bool assumeOwnership=true) |
virtual TSLEXGeographicDescription * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLMDIdentifier * | geographicIdentifier () const |
TSLMDIdentifier * | geographicIdentifier () |
![]() | |
TSLEXGeographicExtent () | |
TSLEXGeographicExtent (const TSLEXGeographicExtent &right) | |
virtual | ~TSLEXGeographicExtent ()=0 |
TSLEXGeographicExtent & | operator= (const TSLEXGeographicExtent &right) |
void | extentTypeCode (TSLBoolean input) |
virtual TSLMD_RTTI const * | classInfo () const |
bool | isKindOf (char const *className) const |
TSLBoolean | extentTypeCode () const |
Static Public Member Functions | |
static TSLEXGeographicDescription * | create () |
Additional Inherited Members | |
![]() | |
static TSLMD_RTTI | m_classInfo |
TSLEXGeographicDescription::TSLEXGeographicDescription | ( | ) |
The default constructor.
TSLEXGeographicDescription::TSLEXGeographicDescription | ( | const TSLEXGeographicDescription & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
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 geographicIdentifier attribute.
|
inline |
Returns the geographicIdentifier attribute.
void TSLEXGeographicDescription::geographicIdentifier | ( | TSLMDIdentifier * | input, |
bool | assumeOwnership = true ) |
Sets the geographicIdentifier attribute.
TSLEXGeographicDescription & TSLEXGeographicDescription::operator= | ( | const TSLEXGeographicDescription & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLEXGeographicExtent.