|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.symbol.advanced.SymbolDictionaryQuery
public class SymbolDictionaryQuery
The SymbolDictionaryQuery class is used to build up queries against the symbol dictionary to return a list of
symbols.
You can search symbols by filtering the dictionary with SymbolDictionaryFilters and/or keywords.
| Constructor Summary | |
|---|---|
SymbolDictionaryQuery()
|
|
| Method Summary | |
|---|---|
void |
addFilter(SymbolDictionaryFilter filter)
Adds a filter to the query. |
void |
addKeyword(String keyword)
Adds a keyword to the query. |
void |
clear()
Clears the query (removes all filters and keywords). |
List<SymbolDictionaryFilter> |
getFilters()
Returns all the filters currently held in the query. |
List<String> |
getKeywords()
Returns all the keywords currently held in the query. |
void |
removeFilter(SymbolDictionaryFilter filter)
Removes the filter passed in parameter from the query. |
void |
removeKeyword(String keyword)
Removes the keyword passed in parameter from the query. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SymbolDictionaryQuery()
| Method Detail |
|---|
public void addFilter(SymbolDictionaryFilter filter)
filter - the SymbolDictionaryFilter to addpublic void addKeyword(String keyword)
keyword - the keyword to addpublic void clear()
public List<SymbolDictionaryFilter> getFilters()
List of SymbolDictionaryFilterpublic List<String> getKeywords()
List of keywordspublic void removeFilter(SymbolDictionaryFilter filter)
filter - the SymbolDictionaryFilter to removepublic void removeKeyword(String keyword)
keyword - the keyword to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||