Uses of Class
org.gvsig.fmap.mapcontext.MapContextRuntimeException
Packages that use MapContextRuntimeException
Package
Description
-
Uses of MapContextRuntimeException in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that throw MapContextRuntimeExceptionModifier and TypeMethodDescriptionMapContextManager.createDefaultVectorLegend(int shapeType) MapContextManager.createLegend(String legendName) MapContextManager.createLegendReader(String format) Creates a legend reader for the given format ("sld", "gvsleg", etc are extracted from the MIME long string)MapContextManager.createMultiLayerSymbol(int shapeType) MapContextManager.createMultiLayerSymbol(String symbolName) MapContextManager.createSymbol(int shapeType) MapContextManager.createSymbol(int shapeType, Color color) MapContextManager.createSymbol(String symbolName) MapContextManager.createSymbol(String symbolName, Color color) MapContextManager.getWarningSymbol(String message, String symbolDesc, int symbolDrawExceptionType) voidMapContextManager.registerLegend(String legendName, Class legendClass) voidMapContextManager.registerLegendReader(String format, Class readerClass) Registers legend reader.voidMapContextManager.registerLegendWriter(Class legendClass, String format, Class writerClass) Registers legend writer.voidMapContextManager.registerMultiLayerSymbol(String symbolName, int[] shapeTypes, Class symbolClass) voidMapContextManager.registerMultiLayerSymbol(String symbolName, Class symbolClass) voidMapContextManager.registerSymbol(String symbolName, Class symbolClass) -
Uses of MapContextRuntimeException in org.gvsig.fmap.mapcontext.impl
Subclasses of MapContextRuntimeException in org.gvsig.fmap.mapcontext.implModifier and TypeClassDescriptionclassException thrown when a null class or an implementation class which does not implements the required type, is registered.classException thrown when a class instance could not be created.Methods in org.gvsig.fmap.mapcontext.impl that throw MapContextRuntimeExceptionModifier and TypeMethodDescriptionDefaultMapContextManager.createDefaultRasterLegend(List<org.gvsig.fmap.dal.raster.BandDescriptor> bands) DefaultMapContextManager.createDefaultVectorLegend(int shapeType) DefaultMapContextManager.createLegend(String legendName) DefaultMapContextManager.createLegendReader(String format) DefaultMapContextManager.createLegendWriter(Class legendClass, String format) DefaultMapContextManager.createMultiLayerSymbol(int shapeType) DefaultMapContextManager.createMultiLayerSymbol(String symbolName) DefaultMapContextManager.createSymbol(int shapeType) DefaultMapContextManager.createSymbol(int shapeType, Color color) DefaultMapContextManager.createSymbol(String symbolName) DefaultMapContextManager.createSymbol(String symbolName, Color color) DefaultMapContextManager.getWarningSymbol(String message, String symbolDesc, int symbolDrawExceptionType) voidDefaultMapContextManager.registerLegend(String legendName, Class legendClass) voidDefaultMapContextManager.registerLegendReader(String format, Class readerClass) voidDefaultMapContextManager.registerLegendWriter(Class legendClass, String format, Class writerClass) voidDefaultMapContextManager.registerMultiLayerSymbol(String symbolName, int[] shapeTypes, Class symbolClass) voidDefaultMapContextManager.registerMultiLayerSymbol(String symbolName, Class symbolClass) voidDefaultMapContextManager.registerSymbol(String symbolName, Class symbolClass) -
Uses of MapContextRuntimeException in org.gvsig.fmap.mapcontext.rendering.symbols
Methods in org.gvsig.fmap.mapcontext.rendering.symbols that throw MapContextRuntimeExceptionModifier and TypeMethodDescriptionSymbolManager.createMultiLayerSymbol(int geomType) Creates a newIMultiLayerSymbolwhich can be used to render the givenGeometrytype.SymbolManager.createMultiLayerSymbol(String symbolName) Creates a newIMultiLayerSymbol.SymbolManager.createSymbol(int geomType) Creates a newISymbolwhich can be used to render the givenGeometrytype.SymbolManager.createSymbol(int geomType, Color color) SymbolManager.createSymbol(String symbolName) Creates a newISymbol.SymbolManager.createSymbol(String symbolName, Color color) SymbolManager.getWarningSymbol(String message, String symbolDesc, int symbolDrawExceptionType) Returns an instance ofIWarningSymbol.voidSymbolManager.registerMultiLayerSymbol(String symbolName, int[] geomTypes, Class symbolClass) Registers aIMultiLayerSymbolimplementation class with a name and a list of geometry types which the symbol is able to render.voidSymbolManager.registerMultiLayerSymbol(String symbolName, Class symbolClass) Registers aIMultiLayerSymbolimplementation class with a name.voidSymbolManager.registerSymbol(String symbolName, Class symbolClass) Registers aISymbolimplementation class with a name. -
Uses of MapContextRuntimeException in org.gvsig.fmap.mapcontext.rendering.symbols.impl
Methods in org.gvsig.fmap.mapcontext.rendering.symbols.impl that throw MapContextRuntimeExceptionModifier and TypeMethodDescriptionDefaultSymbolManager.createMultiLayerSymbol(int shapeType) DefaultSymbolManager.createMultiLayerSymbol(String symbolName) DefaultSymbolManager.createSymbol(int shapeType) DefaultSymbolManager.createSymbol(int shapeType, Color color) DefaultSymbolManager.createSymbol(String symbolName) DefaultSymbolManager.createSymbol(String symbolName, Color color) DefaultSymbolManager.getWarningSymbol(String message, String symbolDesc, int symbolDrawExceptionType) voidDefaultSymbolManager.registerMultiLayerSymbol(String symbolName, int[] shapeTypes, Class symbolClass) voidDefaultSymbolManager.registerMultiLayerSymbol(String symbolName, Class symbolClass) voidDefaultSymbolManager.registerSymbol(String symbolName, int[] shapeTypes, Class symbolClass) voidDefaultSymbolManager.registerSymbol(String symbolName, Class symbolClass)