![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLTMCalendarEra () | |
TSLTMCalendarEra (const TSLTMCalendarEra &right) | |
virtual | ~TSLTMCalendarEra () |
TSLTMCalendarEra & | operator= (const TSLTMCalendarEra &right) |
void | name (const TSLCharacterString input) |
void | name (const char *input) |
void | referenceEvent (const TSLCharacterString input) |
void | referenceEvent (const char *input) |
void | referenceDate (const TSLTMCalDate input) |
void | julianReference (const TSLJulianDate input) |
void | epochOfUse (const TSLTMPeriod input) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLCharacterString & | name () const |
TSLCharacterString & | name () |
const TSLCharacterString & | referenceEvent () const |
TSLCharacterString & | referenceEvent () |
const TSLTMCalDate & | referenceDate () const |
TSLTMCalDate & | referenceDate () |
const TSLJulianDate & | julianReference () const |
TSLJulianDate & | julianReference () |
const TSLTMPeriod & | epochOfUse () const |
TSLTMPeriod & | epochOfUse () |
Static Public Member Functions | |
static TSLTMCalendarEra * | create () |
TSLTMCalendarEra::TSLTMCalendarEra | ( | ) |
The default constructor.
TSLTMCalendarEra::TSLTMCalendarEra | ( | const TSLTMCalendarEra & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the epochOfUse attribute.
|
inline |
Returns the epochOfUse attribute.
void TSLTMCalendarEra::epochOfUse | ( | const TSLTMPeriod | input | ) |
Sets the epochOfUse attribute.
|
inline |
Returns the julianReference attribute.
|
inline |
Returns the julianReference attribute.
void TSLTMCalendarEra::julianReference | ( | const TSLJulianDate | input | ) |
Sets the julianReference attribute.
|
inline |
Returns the name attribute.
|
inline |
Returns the name attribute.
void TSLTMCalendarEra::name | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLTMCalendarEra::name | ( | const TSLCharacterString | input | ) |
Sets the name attribute.
TSLTMCalendarEra & TSLTMCalendarEra::operator= | ( | const TSLTMCalendarEra & | right | ) |
Assignment operator.
|
inline |
Returns the referenceDate attribute.
|
inline |
Returns the referenceDate attribute.
void TSLTMCalendarEra::referenceDate | ( | const TSLTMCalDate | input | ) |
Sets the referenceDate attribute.
|
inline |
Returns the referenceEvent attribute.
|
inline |
Returns the referenceEvent attribute.
void TSLTMCalendarEra::referenceEvent | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLTMCalendarEra::referenceEvent | ( | const TSLCharacterString | input | ) |
Sets the referenceEvent attribute.
|
virtual |