![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLDQScope () | |
TSLDQScope (const TSLDQScope &right) | |
virtual | ~TSLDQScope () |
TSLDQScope & | operator= (const TSLDQScope &right) |
void | level (TSLMDScopeCode input) |
void | extent (TSLEXExtent *input, bool assumeOwnership=true) |
bool | insertLevelDescription (const TSLMDScopeDescription &obj, int position=-1) |
bool | removeLevelDescription (int position=-1) |
void | levelEx (TSLMDScopeCodeEx &input) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
TSLMDScopeCode | level () const |
const TSLEXExtent * | extent () const |
TSLEXExtent * | extent () |
const TSLMDCollection< TSLMDScopeDescription > & | levelDescription () const |
TSLMDCollection< TSLMDScopeDescription > & | levelDescription () |
const TSLMDScopeDescription * | levelDescriptionAt (int position) const |
TSLMDScopeDescription * | levelDescriptionAt (int position) |
const TSLMDScopeCodeEx & | levelEx () const |
TSLMDScopeCodeEx & | levelEx () |
Static Public Member Functions | |
static TSLDQScope * | create () |
TSLDQScope::TSLDQScope | ( | ) |
The default constructor.
TSLDQScope::TSLDQScope | ( | const TSLDQScope & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the extent attribute.
|
inline |
Returns the extent attribute.
void TSLDQScope::extent | ( | TSLEXExtent * | input, |
bool | assumeOwnership = true ) |
Sets the extent attribute.
bool TSLDQScope::insertLevelDescription | ( | const TSLMDScopeDescription & | obj, |
int | position = -1 ) |
Inserts the given TSLMDScopeDescription at the given position. If the given position is not provided or is not in range, the TSLMDScope Description is appended.
|
inline |
Returns the level attribute. If level is uninitialised, TSLMDScopeCodeNULL is returned.
void TSLDQScope::level | ( | TSLMDScopeCode | input | ) |
Sets the level attribute. TSLMDScopeCodeNULL is not allowed.
|
inline |
Returns the levelDescription attribute.
|
inline |
Returns the levelDescription attribute.
|
inline |
Returns the TSLMDScopeDescription at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the TSLMDScopeDescription at the given position. If the given position is not in range a null pointer is returned.
|
inline |
|
inline |
Accessors for levelEx (Extensible codelist TSLMDScopeCodeEx)
void TSLDQScope::levelEx | ( | TSLMDScopeCodeEx & | input | ) |
TSLDQScope & TSLDQScope::operator= | ( | const TSLDQScope & | right | ) |
Assignment operator.
bool TSLDQScope::removeLevelDescription | ( | int | position = -1 | ) |
Removes a TSLMDScopeDescription from the given position. If the given position is not provided or is not in range, the last TSLMDScope Description is removed.
|
virtual |