![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Keywords, their type and reference source
Public Member Functions | |
| TSLMDKeywords () | |
| TSLMDKeywords (const TSLMDKeywords &right) | |
| virtual | ~TSLMDKeywords () |
| TSLMDKeywords & | operator= (const TSLMDKeywords &right) |
| bool | insertKeyword (const TSLCharacterString &obj, int position=-1) |
| bool | insertKeyword (const char *input, int position=-1) |
| bool | removeKeyword (int position=-1) |
| void | type (TSLMDKeywordTypeCode input) |
| void | thesaurusName (TSLCICitation *input, bool assumeOwnership=true) |
| void | keywordTypeEx (TSLMDKeywordTypeCodeEx &input) |
| virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
| const TSLMDCollection< TSLCharacterString > & | keyword () const |
| TSLMDCollection< TSLCharacterString > & | keyword () |
| const TSLCharacterString * | keywordAt (int position) const |
| TSLCharacterString * | keywordAt (int position) |
| TSLMDKeywordTypeCode | type () const |
| const TSLCICitation * | thesaurusName () const |
| TSLCICitation * | thesaurusName () |
| const TSLMDKeywordTypeCodeEx & | keywordTypeEx () const |
| TSLMDKeywordTypeCodeEx & | keywordTypeEx () |
Static Public Member Functions | |
| static TSLMDKeywords * | create () |
| TSLMDKeywords::TSLMDKeywords | ( | ) |
The default constructor.
| TSLMDKeywords::TSLMDKeywords | ( | const TSLMDKeywords & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
| bool TSLMDKeywords::insertKeyword | ( | const char * | input, |
| int | position = -1 ) |
Overload to allow assignment of string as a literal.
| bool TSLMDKeywords::insertKeyword | ( | const TSLCharacterString & | obj, |
| int | position = -1 ) |
Inserts the given string at the given position. If the given position is not provided or is not in range, the string is appended.
|
inline |
Returns the keyword attribute.
|
inline |
Returns the keyword attribute.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
Returns the string at the given position. If the given position is not in range a null pointer is returned.
|
inline |
|
inline |
Accessors for Keyword Type attributes
| void TSLMDKeywords::keywordTypeEx | ( | TSLMDKeywordTypeCodeEx & | input | ) |
| TSLMDKeywords & TSLMDKeywords::operator= | ( | const TSLMDKeywords & | right | ) |
Assignment operator.
| bool TSLMDKeywords::removeKeyword | ( | int | position = -1 | ) |
Removes a string from the given position. If the given position is not provided or is not in range, the last string is removed.
|
virtual |
|
inline |
Returns the thesaurusName attribute.
|
inline |
Returns the thesaurusName attribute.
| void TSLMDKeywords::thesaurusName | ( | TSLCICitation * | input, |
| bool | assumeOwnership = true ) |
Sets the thesaurusName attribute.
|
inline |
Returns the type attribute.
| void TSLMDKeywords::type | ( | TSLMDKeywordTypeCode | input | ) |
Sets the type attribute.TSLMDKeywordTypeCodeNULL is valid