![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Encapsulates the dataset aggregation information
Public Member Functions | |
| TSLMDAggregateInformation () | |
| TSLMDAggregateInformation (const TSLMDAggregateInformation &right) | |
| virtual | ~TSLMDAggregateInformation () |
| TSLMDAggregateInformation & | operator= (const TSLMDAggregateInformation &right) |
| void | aggregateDataSetName (TSLCICitation *input, bool assumeOwnership=true) |
| void | aggregateDataSetIdentifier (TSLMDIdentifier *input, bool assumeOwnership=true) |
| void | associationType (TSLDSAssociationTypeCode input) |
| void | initiativeType (TSLDSInitiativeTypeCode input) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCICitation * | aggregateDataSetName () const |
| TSLCICitation * | aggregateDataSetName () |
| const TSLMDIdentifier * | aggregateDataSetIdentifier () const |
| TSLMDIdentifier * | aggregateDataSetIdentifier () |
| TSLDSAssociationTypeCode | associationType () const |
| TSLDSInitiativeTypeCode | initiativeType () const |
Static Public Member Functions | |
| static TSLMDAggregateInformation * | create () |
| TSLMDAggregateInformation::TSLMDAggregateInformation | ( | ) |
The default constructor.
| TSLMDAggregateInformation::TSLMDAggregateInformation | ( | const TSLMDAggregateInformation & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
inline |
Returns the aggregateDataSetIdentifier attribute.
|
inline |
Returns the aggregateDataSetIdentifier attribute.
| void TSLMDAggregateInformation::aggregateDataSetIdentifier | ( | TSLMDIdentifier * | input, |
| bool | assumeOwnership = true ) |
Sets the aggregateDataSetIdentifier attribute.
|
inline |
Returns the aggregateDataSetName attribute.
|
inline |
Returns the aggregateDataSetName attribute.
| void TSLMDAggregateInformation::aggregateDataSetName | ( | TSLCICitation * | input, |
| bool | assumeOwnership = true ) |
Sets the aggregateDataSetName attribute.
|
inline |
Returns the associationType attribute. Returns TSLDSAssociationTypeCodeNULL if uninitialised.
| void TSLMDAggregateInformation::associationType | ( | TSLDSAssociationTypeCode | input | ) |
Sets the associationType attribute. TSLDSAssociationTypeCodeNULL is not valid
|
static |
|
inline |
Returns the initiativeType attribute.
| void TSLMDAggregateInformation::initiativeType | ( | TSLDSInitiativeTypeCode | input | ) |
Sets the initiativeType attribute. TSLDSInitiativeTypeCodeNULL is valid.
| TSLMDAggregateInformation & TSLMDAggregateInformation::operator= | ( | const TSLMDAggregateInformation & | right | ) |
Assignment operator.
|
virtual |