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