Uses of Class
org.gvsig.fmap.mapcontext.MapContext
Packages that use MapContext
Package
Description
-
Uses of MapContext in org.gvsig.fmap.mapcontext
Methods in org.gvsig.fmap.mapcontext that return MapContextModifier and TypeMethodDescriptionMapContext.cloneFMap()Creates a new independentMapContextinstance, that has a clone of the layers and the view port of this one.MapContext.cloneToDraw()Like cloneFMap(), but now doesn't clone the layers, rather copies them.MapContextManager.createMapContext()MapContext.createNewFMap(ViewPort vp) Returns a newMapContextinstance with the information of thevpargument, and the layers of this map.Methods in org.gvsig.fmap.mapcontext with parameters of type MapContext -
Uses of MapContext in org.gvsig.fmap.mapcontext.impl
Methods in org.gvsig.fmap.mapcontext.impl that return MapContextMethods in org.gvsig.fmap.mapcontext.impl with parameters of type MapContextModifier and TypeMethodDescriptionbooleanDefaultMapContextDrawer.CachedImage.isValidFullDrawnImage(MapContext context) booleanDefaultMapContextDrawer.CachedImage.isValidPartialDrawnImage(MapContext context, DefaultMapContextDrawer.DrawList drawList) org.gvsig.tools.observer.NotificationDefaultMapContextManager.notifyLoadMapContext(MapContext mapContext) voidDefaultMapContextDrawer.setMapContext(MapContext mapContext) voidDefaultMapContextDrawer.CachedImage.setPartialDrawnImage(BufferedImage partialDrawnImage, MapContext mapContext, ViewPort viewPort, int lastDrawnLayerPosition) voidDefaultMapContextDrawer.CachedImage.updateVersions(MapContext mapContext, ViewPort viewPort) -
Uses of MapContext in org.gvsig.fmap.mapcontext.layers
Fields in org.gvsig.fmap.mapcontext.layers declared as MapContextMethods in org.gvsig.fmap.mapcontext.layers that return MapContextModifier and TypeMethodDescriptionFLayer.getMapContext()Returns a reference to the model of this layer, or null if this layer has no model.FLayers.getMapContext()FLyrDefault.getMapContext()Methods in org.gvsig.fmap.mapcontext.layers with parameters of type MapContextModifier and TypeMethodDescriptionvoidFLayers.setMapContext(MapContext mapContext) Sets theMapContextthat contains this layer node. -
Uses of MapContext in org.gvsig.fmap.mapcontext.layers.operations
Methods in org.gvsig.fmap.mapcontext.layers.operations with parameters of type MapContext