Uses of Class
org.geotools.map.MapContext

Packages that use MapContext
org.geotools.map List of layers to be rendered. 
org.geotools.map.event A set of events fired by map interfaces. 
org.geotools.renderer Basic interface for rendering of features. 
org.geotools.renderer.lite A simple renderer implementation. 
 

Uses of MapContext in org.geotools.map
 

Subclasses of MapContext in org.geotools.map
 class DefaultMapContext
          Deprecated. Use MapContent instead
 class GraphicEnhancedMapContext
          Deprecated. Use a custom subclass of MapContent instead
 

Constructors in org.geotools.map with parameters of type MapContext
MapContent(MapContext context)
           
 

Uses of MapContext in org.geotools.map.event
 

Constructors in org.geotools.map.event with parameters of type MapContext
MapBoundsEvent(MapContext source, int type, ReferencedEnvelope oldAreaOfInterest, ReferencedEnvelope newAreaOfInterest)
          Creates a new instance of BoundsEvent
MapLayerListEvent(MapContext source, MapLayer layer, int position)
          Creates a new instance of MapLayerListEvent
MapLayerListEvent(MapContext source, MapLayer layer, int fromIndex, int toIndex)
          Creates a new instance of MapLayerListEvent
MapLayerListEvent(MapContext source, MapLayer layer, int position, MapLayerEvent mapLayerEvent)
          Creates a new instance of MapLayerListEvent passing on an event from a layer.
 

Uses of MapContext in org.geotools.renderer
 

Methods in org.geotools.renderer that return MapContext
 MapContext GTRenderer.getContext()
          Deprecated. The MapContext class is being phased out. Please use GTRenderer.getMapContent().
 

Methods in org.geotools.renderer with parameters of type MapContext
 void GTRenderer.setContext(MapContext context)
          Deprecated. The MapContext class is being phased out. Please use GTRenderer.setMapContent(org.geotools.map.MapContent).
 

Uses of MapContext in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite that return MapContext
 MapContext StreamingRenderer.getContext()
          Deprecated. The MapContext class is being phased out. Please use StreamingRenderer.setMapContent(org.geotools.map.MapContent).
 

Methods in org.geotools.renderer.lite with parameters of type MapContext
 void StreamingRenderer.setContext(MapContext context)
          Deprecated. The MapContext class is being phased out. Please use StreamingRenderer.setMapContent(org.geotools.map.MapContent).
 



Copyright © 1996-2014 Geotools. All Rights Reserved.