Uses of Class
org.gvsig.fmap.mapcontext.MapContextException
Packages that use MapContextException
Package
Description
-
Uses of MapContextException in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that throw MapContextExceptionModifier and TypeMethodDescriptionMapContextManager.createDefaultMapContextDrawerInstance()Creates a new instance of the defaultMapContextDrawerimplementation.MapContextManager.createLegendWriter(Class legendClass, String format) Creates a legend writer for the specified legend classMapContextManager.createMapContextDrawerInstance(Class drawerClazz) Creates a new instance of the providedMapContextDrawerimplementation.voidMapContext.draw(BufferedImage image, Graphics2D g, double scale) Like MapContext.draw(BufferedImage, Graphics2D, Cancellable, double) , but creating the task as cancellable.voidMapContext.draw(BufferedImage image, Graphics2D g, org.gvsig.tools.task.Cancellable cancel, double scale) Draws this map if itsViewPorthas an extent defined:
Selects only the layers that have to be drawn:.invalid reference
#prepareDrawing(BufferedImage, Graphics2D, double)
MapContext.getMapContextDrawer()voidMapContext.print(Graphics2D g, double scale, org.gvsig.compat.print.PrintAttributes properties) Prints the layers of this map using theGraphics2Dargument, that usually is theGraphicsof the printer.voidMapContextManager.registerSymbol(String symbolName, int[] shapeTypes, Class symbolClass) voidMapContextManager.setDefaultMapContextDrawer(Class drawerClazz) Sets the class to use as the default implementation for theMapContextDrawer.voidMapContext.setMapContextDrawerClass(Class mapContextDrawerClass) voidMapContextManager.validateMapContextDrawer(Class drawerClazz) -
Uses of MapContextException in org.gvsig.fmap.mapcontext.exceptions
Subclasses of MapContextException in org.gvsig.fmap.mapcontext.exceptionsModifier and TypeClassDescriptionclassclassclassclassclassclassUsed when geometry type of read legend is not suitable for target layerclassclassclassclassclassclassclassclassclassExcepción provocada por el WMS.classclass -
Uses of MapContextException in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that throw MapContextExceptionModifier and TypeMethodDescriptionDefaultMapContextManager.createDefaultMapContextDrawerInstance()DefaultMapContextManager.createMapContextDrawerInstance(Class drawerClazz) voidDefaultMapContextManager.registerSymbol(String symbolName, int[] shapeTypes, Class symbolClass) voidDefaultMapContextManager.setDefaultMapContextDrawer(Class drawerClazz) voidDefaultMapContextManager.validateMapContextDrawer(Class drawerClazz) -
Uses of MapContextException in org.gvsig.fmap.mapcontext.rendering.legend
Subclasses of MapContextException in org.gvsig.fmap.mapcontext.rendering.legendMethods in org.gvsig.fmap.mapcontext.rendering.legend that throw MapContextExceptionModifier and TypeMethodDescriptionIVectorLegend.getSymbolByFeature(org.gvsig.fmap.dal.feature.Feature feat) Returns a symbol starting from an IFeature.voidZSort.legendChanged(LegendChangedEvent e) -
Uses of MapContextException in org.gvsig.fmap.mapcontext.rendering.symbols
Subclasses of MapContextException in org.gvsig.fmap.mapcontext.rendering.symbolsModifier and TypeClassDescriptionclassParent exception of symbol related exceptions.Methods in org.gvsig.fmap.mapcontext.rendering.symbols that throw MapContextExceptionModifier and TypeMethodDescriptionvoidSymbolManager.registerSymbol(String symbolName, int[] geomTypes, Class symbolClass) Registers aISymbolimplementation class with a name and a list of geometry types which the symbol is able to render. -
Uses of MapContextException in org.gvsig.fmap.mapcontext.rendering.symbols.impl
Subclasses of MapContextException 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.