![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|

Public Member Functions | |
| TSLTMDateAndTime () | |
| TSLTMDateAndTime (const TSLTMDateAndTime &right) | |
| virtual | ~TSLTMDateAndTime () |
| TSLTMDateAndTime & | operator= (const TSLTMDateAndTime &right) |
| virtual TSLTMDateAndTime * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
Public Member Functions inherited from TSLTMCalDate | |
| TSLTMCalDate () | |
| TSLTMCalDate (const TSLTMCalDate &right) | |
| virtual | ~TSLTMCalDate () |
| TSLTMCalDate & | operator= (const TSLTMCalDate &right) |
| bool | insertCalDate (int obj, int position) |
| bool | removeCalDate (int position) |
| void | calendarEraName (const TSLCharacterString input) |
| void | calendarEraName (const char *input) |
| const TSLMDCollection< int > & | calDate () const |
| TSLMDCollection< int > & | calDate () |
| int | calDateAt (int position) |
| const TSLCharacterString & | calendarEraName () const |
| TSLCharacterString & | calendarEraName () |
Public Member Functions inherited from TSLTMTemporalPosition | |
| TSLTMTemporalPosition () | |
| TSLTMTemporalPosition (const TSLTMTemporalPosition &right) | |
| virtual | ~TSLTMTemporalPosition () |
| TSLTMTemporalPosition & | operator= (const TSLTMTemporalPosition &right) |
| void | frame (TSLTMReferenceSystem *val) |
| const TSLTMReferenceSystem * | frame () const |
| TSLTMReferenceSystem * | frame () |
Public Member Functions inherited from TSLTMClockTime | |
| TSLTMClockTime () | |
| TSLTMClockTime (const TSLTMClockTime &right) | |
| virtual | ~TSLTMClockTime () |
| TSLTMClockTime & | operator= (const TSLTMClockTime &right) |
| bool | insertClkTime (double *obj, int position, bool assumeOwnership=true) |
| bool | removeClkTime (int position) |
| const TSLMDCollection< double * > & | clkTime () const |
| TSLMDCollection< double * > & | clkTime () |
| const double * | clkTimeAt (int position) const |
| double * | clkTimeAt (int position) |
Static Public Member Functions | |
| static TSLTMDateAndTime * | create () |
Static Public Member Functions inherited from TSLTMCalDate | |
| static TSLTMCalDate * | create () |
Static Public Member Functions inherited from TSLTMTemporalPosition | |
| static TSLTMTemporalPosition * | create () |
Static Public Member Functions inherited from TSLTMClockTime | |
| static TSLTMClockTime * | create () |
| TSLTMDateAndTime::TSLTMDateAndTime | ( | ) |
The default constructor.
| TSLTMDateAndTime::TSLTMDateAndTime | ( | const TSLTMDateAndTime & | 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 TSLTMCalDate.
|
static |
| TSLTMDateAndTime & TSLTMDateAndTime::operator= | ( | const TSLTMDateAndTime & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLTMCalDate.