![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Technical means and media by which a dataset is obtained from the distributor
Public Member Functions | |
| TSLMDDigitalTransferOptions () | |
| TSLMDDigitalTransferOptions (const TSLMDDigitalTransferOptions &right) | |
| virtual | ~TSLMDDigitalTransferOptions () |
| TSLMDDigitalTransferOptions & | operator= (const TSLMDDigitalTransferOptions &right) |
| void | unitsOfDistribution (TSLCharacterString *input, bool assumeOwnership=true) |
| void | unitsOfDistribution (const char *input) |
| void | transferSize (double *input, bool assumeOwnership=true) |
| bool | insertOnLine (const TSLCIOnlineResource &obj, int position=-1) |
| bool | removeOnLine (int position=-1) |
| void | offLine (TSLMDMedium *input, bool assumeOwnership=true) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLCharacterString * | unitsOfDistribution () const |
| TSLCharacterString * | unitsOfDistribution () |
| const double * | transferSize () const |
| double * | transferSize () |
| const TSLMDCollection< TSLCIOnlineResource > & | onLine () const |
| TSLMDCollection< TSLCIOnlineResource > & | onLine () |
| const TSLCIOnlineResource * | onLineAt (int position) const |
| TSLCIOnlineResource * | onLineAt (int position) |
| const TSLMDMedium * | offLine () const |
| TSLMDMedium * | offLine () |
Static Public Member Functions | |
| static TSLMDDigitalTransferOptions * | create () |
| TSLMDDigitalTransferOptions::TSLMDDigitalTransferOptions | ( | ) |
The default constructor.
| TSLMDDigitalTransferOptions::TSLMDDigitalTransferOptions | ( | const TSLMDDigitalTransferOptions & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
| bool TSLMDDigitalTransferOptions::insertOnLine | ( | const TSLCIOnlineResource & | obj, |
| int | position = -1 ) |
Inserts the given TSLCIOnlineResource at the given position. If the given position is not provided or is not in range, the TSLCIOnline Resource is appended.
|
inline |
Returns the offLine attribute.
|
inline |
Returns the offLine attribute.
| void TSLMDDigitalTransferOptions::offLine | ( | TSLMDMedium * | input, |
| bool | assumeOwnership = true ) |
Sets the offLine attribute.
|
inline |
Returns the onLine attribute.
|
inline |
Returns the onLine attribute.
|
inline |
Returns the TSLCIOnlineResource at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the TSLCIOnlineResource at the given position. If the given position is not in range a null pointer is returned.
| TSLMDDigitalTransferOptions & TSLMDDigitalTransferOptions::operator= | ( | const TSLMDDigitalTransferOptions & | right | ) |
Assignment operator.
| bool TSLMDDigitalTransferOptions::removeOnLine | ( | int | position = -1 | ) |
Removes a TSLCIOnlineResource from the given position. If the given position is not provided or is not in range, the last TSLCIOnlineResource is removed.
|
virtual |
|
inline |
Returns the transferSize attribute.
|
inline |
Returns the transferSize attribute.
| void TSLMDDigitalTransferOptions::transferSize | ( | double * | input, |
| bool | assumeOwnership = true ) |
Sets the transferSize attribute.
|
inline |
Returns the unitsOfDistribution attribute.
|
inline |
Returns the unitsOfDistribution attribute.
| void TSLMDDigitalTransferOptions::unitsOfDistribution | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLMDDigitalTransferOptions::unitsOfDistribution | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the unitsOfDistribution attribute.