com.esri.core.symbol.advanced
Class SymbolDictionary
java.lang.Object
com.esri.core.symbol.advanced.SymbolDictionary
public class SymbolDictionary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolDictionary
public SymbolDictionary(SymbolDictionary.DictionaryType type)
SymbolDictionary
public SymbolDictionary(SymbolDictionary.DictionaryType type,
String resourcePath)
getKeywords
public List<String> getKeywords()
getFilters
public Map<String,List<String>> getFilters()
findSymbols
public List<SymbolProperties> findSymbols()
throws IOException
- Throws:
IOException
findSymbols
public List<SymbolProperties> findSymbols(List<String> keywords)
throws IOException
- Throws:
IOException
findSymbols
public List<SymbolProperties> findSymbols(Map<String,List<String>> filters)
throws IOException
- Throws:
IOException
findSymbols
public List<SymbolProperties> findSymbols(List<String> keywords,
Map<String,List<String>> filters)
throws IOException
- Throws:
IOException
getSymbolImage
public BufferedImage getSymbolImage(String symbolName,
int width,
int height)
Copyright © 2012. All Rights Reserved.