![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLTMNode () | |
TSLTMNode (const TSLTMNode &right) | |
virtual | ~TSLTMNode () |
TSLTMNode & | operator= (const TSLTMNode &right) |
bool | insertNextEdge (TSLTMEdge *val, int pos=-1) |
bool | removeNextEdge (int pos=-1) |
void | geometry (TSLTMInstant *val) |
bool | insertPreviousEdge (TSLTMEdge *val, int pos=-1) |
bool | removePreviousEdge (int pos=-1) |
virtual TSLTMNode * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLMDCollection< TSLTMEdge * > & | nextEdge () const |
TSLMDCollection< TSLTMEdge * > & | nextEdge () |
const TSLTMEdge * | nextEdgeAt (int pos) const |
TSLTMEdge * | nextEdgeAt (int pos) |
const TSLTMInstant * | geometry () const |
TSLTMInstant * | geometry () |
const TSLMDCollection< TSLTMEdge * > & | previousEdge () const |
TSLMDCollection< TSLTMEdge * > & | previousEdge () |
const TSLTMEdge * | previousEdgeAt (int pos) const |
TSLTMEdge * | previousEdgeAt (int pos) |
![]() | |
TSLTMTopologicalPrimitive () | |
TSLTMTopologicalPrimitive (const TSLTMTopologicalPrimitive &right) | |
virtual | ~TSLTMTopologicalPrimitive () |
TSLTMTopologicalPrimitive & | operator= (const TSLTMTopologicalPrimitive &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 TSLTMNode * | create () |
![]() | |
static TSLTMTopologicalPrimitive * | create () |
![]() | |
static TSLTMPrimitive * | create () |
![]() | |
static TSLTMObject * | create () |
TSLTMNode::TSLTMNode | ( | ) |
The default constructor.
TSLTMNode::TSLTMNode | ( | const TSLTMNode & | 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
Reimplemented from TSLTMTopologicalPrimitive.
|
static |
|
inline |
|
inline |
void TSLTMNode::geometry | ( | TSLTMInstant * | val | ) |
bool TSLTMNode::insertNextEdge | ( | TSLTMEdge * | 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 TSLTMNode::insertPreviousEdge | ( | TSLTMEdge * | 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.
|
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.
|
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 TSLTMNode::removeNextEdge | ( | 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 TSLTMNode::removePreviousEdge | ( | 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 TSLTMTopologicalPrimitive.