Uses of Class
org.gvsig.fmap.mapcontext.rendering.symbols.SymbolException
Packages that use SymbolException
Package
Description
-
Uses of SymbolException in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that throw SymbolExceptionModifier and TypeMethodDescriptionISymbol[]DefaultMapContextManager.loadSymbols(File folder) ISymbol[]DefaultMapContextManager.loadSymbols(File folder, FileFilter filter) voidDefaultMapContextManager.saveSymbol(ISymbol symbol, String fileName, File folder) voidDefaultMapContextManager.saveSymbol(ISymbol symbol, String fileName, File folder, boolean overwrite) -
Uses of SymbolException in org.gvsig.fmap.mapcontext.rendering.symbols
Methods in org.gvsig.fmap.mapcontext.rendering.symbols that throw SymbolExceptionModifier and TypeMethodDescriptionSymbolManager.loadSymbol(File file) ISymbol[]SymbolManager.loadSymbols(File folder) Loads the symbols persisted into a folder.ISymbol[]SymbolManager.loadSymbols(File folder, FileFilter filter) Loads the symbols persisted into a folder.voidSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder) Persists aISymbolinto the given folder, with the given file name.voidSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder, boolean overwrite) Persists aISymbolinto the given folder, with the given file name. -
Uses of SymbolException in org.gvsig.fmap.mapcontext.rendering.symbols.impl
Subclasses of SymbolException in org.gvsig.fmap.mapcontext.rendering.symbols.implModifier and TypeClassDescriptionclassException thrown when there is an error while a persisted symbol is being loaded.classException thrown when there is an error while a symbol is being persisted.classException thrown when a symbol file is going to be created and the file already exists.Methods in org.gvsig.fmap.mapcontext.rendering.symbols.impl that throw SymbolExceptionModifier and TypeMethodDescriptionDefaultSymbolManager.loadSymbol(File file) Loads a persisted symbol from the given file.ISymbol[]DefaultSymbolManager.loadSymbols(File folder) ISymbol[]DefaultSymbolManager.loadSymbols(File folder, FileFilter fileFilter) voidDefaultSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder) voidDefaultSymbolManager.saveSymbol(ISymbol symbol, String fileName, File folder, boolean overwrite)