Uses of Interface
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. 
org.geotools.swing Simple Swing widgets for map display. 
org.geotools.swing.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. 
 

Uses of MapContext in org.geotools.map
 

Classes in org.geotools.map that implement MapContext
 class DefaultMapContext
          The default implementation of the MapContext interface
 class GraphicEnhancedMapContext
          Extends DefaultMapContext to provide the whole set of request parameters a WMS GetMap request can have.
 

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
 

Uses of MapContext in org.geotools.renderer
 

Methods in org.geotools.renderer that return MapContext
 MapContext GTRenderer.getContext()
           
 

Methods in org.geotools.renderer with parameters of type MapContext
 void GTRenderer.setContext(MapContext context)
           
 

Uses of MapContext in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite that return MapContext
 MapContext StreamingRenderer.getContext()
           
 

Methods in org.geotools.renderer.lite with parameters of type MapContext
 void StreamingRenderer.setContext(MapContext context)
           
 

Uses of MapContext in org.geotools.swing
 

Methods in org.geotools.swing that return MapContext
 MapContext JMapPane.getMapContext()
          Get the map context associated with this map pane
 MapContext JMapFrame.getMapContext()
          Get the map context associated with this frame.
 

Methods in org.geotools.swing with parameters of type MapContext
 void JMapPane.setMapContext(MapContext context)
          Set the map context for this map pane to display
 void JMapFrame.setMapContext(MapContext context)
          Set the MapContext object used by this frame.
static void JMapFrame.showMap(MapContext context)
          Creates a new JMapFrame object with a toolbar, map pane and status bar; sets the supplied MapContext; and displays the frame on the AWT event dispatching thread.
 

Constructors in org.geotools.swing with parameters of type MapContext
JMapFrame(MapContext context)
          Constructs a new JMapFrame object with specified context and a default renderer (an instance of StreamingRenderer).
JMapFrame(MapContext context, GTRenderer renderer)
          Constructs a new JMapFrame object with specified context and renderer
JMapPane(GTRenderer renderer, MapContext context)
          Constructor - creates an instance of JMapPane with the given renderer and map context.
 

Uses of MapContext in org.geotools.swing.tool
 

Methods in org.geotools.swing.tool that return MapContext
 MapContext InfoToolHelper.getMapContext()
          Get the MapContext associated with this helper.
 

Constructors in org.geotools.swing.tool with parameters of type MapContext
GridLayerHelper(MapContext context, MapLayer layer)
          Create a new helper to work with the given raster data source.
InfoToolHelper(MapContext context, CoordinateReferenceSystem dataCRS)
          Protected constructor.
VectorLayerHelper(MapContext context, MapLayer layer)
          Create a new helper to work with a MapLayer that has vector feature data.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.