![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLTMInstant () | |
TSLTMInstant (const TSLTMInstant &right) | |
virtual | ~TSLTMInstant () |
TSLTMInstant & | operator= (const TSLTMInstant &right) |
bool | insertBegunBy (TSLTMPeriod *val, int pos=-1) |
bool | removeBegunBy (int pos=-1) |
void | topology (TSLTMNode *val) |
bool | insertEndedBy (TSLTMPeriod *val, int pos=-1) |
bool | removeEndedBy (int pos=-1) |
virtual TSLTMInstant * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLMDCollection< TSLTMPeriod * > & | begunBy () const |
TSLMDCollection< TSLTMPeriod * > & | begunBy () |
const TSLTMPeriod * | begunByAt (int pos) const |
TSLTMPeriod * | begunByAt (int pos) |
const TSLTMNode * | topology () const |
TSLTMNode * | topology () |
const TSLMDCollection< TSLTMPeriod * > & | endedBy () const |
TSLMDCollection< TSLTMPeriod * > & | endedBy () |
const TSLTMPeriod * | endedByAt (int pos) const |
TSLTMPeriod * | endedByAt (int pos) |
![]() | |
TSLTMGeometricPrimitive () | |
TSLTMGeometricPrimitive (const TSLTMGeometricPrimitive &right) | |
virtual | ~TSLTMGeometricPrimitive () |
TSLTMGeometricPrimitive & | operator= (const TSLTMGeometricPrimitive &right) |
![]() | |
TSLTMPrimitive () | |
TSLTMPrimitive (const TSLTMPrimitive &right) | |
virtual | ~TSLTMPrimitive () |
TSLTMPrimitive & | operator= (const TSLTMPrimitive &right) |
void | timePeriod (TSLMDTimePeriod *input, bool assumeOwnership=true) |
void | timeInstant (TSLMDTimeInstant *input, bool assumeOwnership=true) |
const TSLMDTimePeriod * | timePeriod () const |
TSLMDTimePeriod * | timePeriod () |
const TSLMDTimeInstant * | timeInstant () const |
TSLMDTimeInstant * | timeInstant () |
![]() | |
TSLTMObject () | |
TSLTMObject (const TSLTMObject &right) | |
virtual | ~TSLTMObject () |
TSLTMObject & | operator= (const TSLTMObject &right) |
Static Public Member Functions | |
static TSLTMInstant * | create () |
![]() | |
static TSLTMGeometricPrimitive * | create () |
![]() | |
static TSLTMPrimitive * | create () |
![]() | |
static TSLTMObject * | create () |
TSLTMInstant::TSLTMInstant | ( | ) |
The default constructor.
TSLTMInstant::TSLTMInstant | ( | const TSLTMInstant & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the alternateTitle attribute.
|
inline |
Returns the alternateTitle attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Reimplemented from TSLTMGeometricPrimitive.
|
static |
|
inline |
Returns the alternateTitle attribute.
|
inline |
Returns the alternateTitle attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
bool TSLTMInstant::insertBegunBy | ( | TSLTMPeriod * | val, |
int | pos = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
bool TSLTMInstant::insertEndedBy | ( | TSLTMPeriod * | val, |
int | pos = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
TSLTMInstant & TSLTMInstant::operator= | ( | const TSLTMInstant & | right | ) |
Assignment operator.
bool TSLTMInstant::removeBegunBy | ( | int | pos = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
bool TSLTMInstant::removeEndedBy | ( | int | pos = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
|
virtual |
Reimplemented from TSLTMGeometricPrimitive.
|
inline |
|
inline |
void TSLTMInstant::topology | ( | TSLTMNode * | val | ) |