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

Time period covered by the content of the dataset
Public Member Functions | |
| TSLEXTemporalExtent () | |
| TSLEXTemporalExtent (const TSLEXTemporalExtent &right) | |
| virtual | ~TSLEXTemporalExtent () |
| TSLEXTemporalExtent & | operator= (const TSLEXTemporalExtent &right) |
| void | extent (TSLTMPrimitive *input, bool assumeOwnership=true) |
| virtual TSLEXTemporalExtent * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLTMPrimitive * | extent () const |
| TSLTMPrimitive * | extent () |
Static Public Member Functions | |
| static TSLEXTemporalExtent * | create () |
| TSLEXTemporalExtent::TSLEXTemporalExtent | ( | ) |
The default constructor.
| TSLEXTemporalExtent::TSLEXTemporalExtent | ( | const TSLEXTemporalExtent & | 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 in TSLEXSpatialTemporalExtent.
|
static |
|
inline |
Returns the extent attribute.
|
inline |
Returns the extent attribute.
| void TSLEXTemporalExtent::extent | ( | TSLTMPrimitive * | input, |
| bool | assumeOwnership = true ) |
Sets the extent attribute.
| TSLEXTemporalExtent & TSLEXTemporalExtent::operator= | ( | const TSLEXTemporalExtent & | right | ) |
Assignment operator.
|
virtual |
Reimplemented in TSLEXSpatialTemporalExtent.