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

Set of adjacent wavelengths in the electro-magnetic spectrum with a common characteristic, such as the visible band
Public Member Functions | |
| TSLMDRangeDimension () | |
| TSLMDRangeDimension (const TSLMDRangeDimension &right) | |
| virtual | ~TSLMDRangeDimension () |
| TSLMDRangeDimension & | operator= (const TSLMDRangeDimension &right) |
| void | sequenceIdentifier (TSLMemberName *input, bool assumeOwnership=true) |
| void | descriptor (TSLCharacterString *input, bool assumeOwnership=true) |
| void | descriptor (const char *input) |
| virtual TSLMDRangeDimension * | clone () const |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLMemberName * | sequenceIdentifier () const |
| TSLMemberName * | sequenceIdentifier () |
| const TSLCharacterString * | descriptor () const |
| TSLCharacterString * | descriptor () |
Static Public Member Functions | |
| static TSLMDRangeDimension * | create () |
| TSLMDRangeDimension::TSLMDRangeDimension | ( | ) |
The default constructor.
| TSLMDRangeDimension::TSLMDRangeDimension | ( | const TSLMDRangeDimension & | 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 TSLMDBand.
|
static |
|
inline |
Returns the descriptor attribute.
|
inline |
Returns the descriptor attribute.
| void TSLMDRangeDimension::descriptor | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
| void TSLMDRangeDimension::descriptor | ( | TSLCharacterString * | input, |
| bool | assumeOwnership = true ) |
Sets the descriptor attribute.
| TSLMDRangeDimension & TSLMDRangeDimension::operator= | ( | const TSLMDRangeDimension & | right | ) |
Assignment operator.
|
inline |
Returns the sequenceIdentifier attribute.
|
inline |
Returns the sequenceIdentifier attribute.
| void TSLMDRangeDimension::sequenceIdentifier | ( | TSLMemberName * | input, |
| bool | assumeOwnership = true ) |
Sets the sequenceIdentifier attribute.
|
virtual |
Reimplemented in TSLMDBand.