Uses of Class
org.geotools.map.MapContent

Packages that use MapContent
org.geotools.map List of layers to be rendered. 
org.geotools.map.direct   
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. 
org.geotools.swt Simple SWT widgets for map display. 
org.geotools.swt.tool Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools. 
 

Uses of MapContent in org.geotools.map
 

Subclasses of MapContent in org.geotools.map
 class DefaultMapContext
          Deprecated. Use MapContent instead
 class GraphicEnhancedMapContext
          Deprecated. Use a custom subclass of MapContent instead
 class MapContext
          Deprecated. This class is being phased out, please use MapContent.
 

Methods in org.geotools.map with parameters of type MapContent
abstract  void DirectLayer.draw(Graphics2D graphics, MapContent map, MapViewport viewport)
          Draw layer contents onto screen
 

Constructors in org.geotools.map with parameters of type MapContent
MapContext(MapContent content)
          Deprecated. Creates a context from the provided map content.
 

Uses of MapContent in org.geotools.map.direct
 

Methods in org.geotools.map.direct with parameters of type MapContent
 void MessageDirectLayer.draw(Graphics2D graphics, MapContent map, MapViewport viewport)
           
 

Uses of MapContent in org.geotools.map.event
 

Constructors in org.geotools.map.event with parameters of type MapContent
MapLayerListEvent(MapContent map, Layer element, int index)
           
MapLayerListEvent(MapContent map, Layer element, int fromIndex, int toIndex)
           
MapLayerListEvent(MapContent map, Layer element, int index, MapLayerEvent mapLayerEvent)
           
 

Uses of MapContent in org.geotools.renderer
 

Methods in org.geotools.renderer that return MapContent
 MapContent GTRenderer.getMapContent()
          Gets the MapContent instance which contains the data being rendered.
 

Methods in org.geotools.renderer with parameters of type MapContent
 void GTRenderer.setMapContent(MapContent mapContent)
          Sets the MapContent which contains the data to be rendered.
 

Uses of MapContent in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite that return MapContent
 MapContent StreamingRenderer.getMapContent()
           
 

Methods in org.geotools.renderer.lite with parameters of type MapContent
 void StreamingRenderer.setMapContent(MapContent mapContent)
           
 

Uses of MapContent in org.geotools.swing
 

Subclasses of MapContent in org.geotools.swing
 class SingleLayerMapContent
          Used by DefaultRenderingExecutor to hold a single Layer that is being passed to a renderer.
 

Fields in org.geotools.swing declared as MapContent
protected  MapContent AbstractMapPane.mapContent
           
 

Methods in org.geotools.swing that return MapContent
 MapContent MapPane.getMapContent()
          Gets the MapConent instance containing the layers being displayed by this map pane.
 MapContent AbstractMapPane.getMapContent()
          Gets the MapConent instance containing the layers being displayed by this map pane.
 MapContent JMapFrame.getMapContent()
          Get the map content associated with this frame.
 

Methods in org.geotools.swing with parameters of type MapContent
 void MapPane.setMapContent(MapContent content)
          Sets the MapContent instance containing the layers to display.
 void JMapPane.setMapContent(MapContent content)
          Sets the MapContent instance containing the layers to display.
 void AbstractMapPane.setMapContent(MapContent content)
          Sets the MapContent instance containing the layers to display.
 void JMapFrame.setMapContent(MapContent content)
          Set the MapContent object used by this frame.
static void JMapFrame.showMap(MapContent content)
          Creates a new map frame with a toolbar, map pane and status bar; sets the supplied MapContent; and displays the frame.
 long RenderingExecutor.submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener)
          Submits a new rendering task to the executor.
 long DefaultRenderingExecutor.submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener)
          Submits a new rendering task to the executor.
 long RenderingExecutor.submit(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener)
          Submits a new rendering task to the executor.
 long DefaultRenderingExecutor.submit(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener)
           
 

Constructors in org.geotools.swing with parameters of type MapContent
AbstractMapPane(MapContent content, RenderingExecutor executor)
           
JLayeredMapPane(MapContent content)
           
JLayeredMapPane(MapContent content, RenderingExecutor executor)
           
JMapFrame(MapContent content)
          Constructs a new JMapFrame object with specified map content.
JMapPane(MapContent content)
          Creates a new map pane.
JMapPane(MapContent content, RenderingExecutor executor, GTRenderer renderer)
          Creates a new map pane.
RenderingTask(MapContent mapContent, Graphics2D destinationGraphics, GTRenderer renderer)
          Creates a new rendering task.
 

Uses of MapContent in org.geotools.swing.tool
 

Fields in org.geotools.swing.tool with type parameters of type MapContent
protected  WeakReference<MapContent> InfoToolHelper.contentRef
           
 

Methods in org.geotools.swing.tool that return MapContent
 MapContent InfoToolHelper.getMapContent()
          Gets the map content associated with this helper.
 

Methods in org.geotools.swing.tool with parameters of type MapContent
 void InfoToolHelper.setMapContent(MapContent content)
          Sets the map content for this helper.
 

Uses of MapContent in org.geotools.swt
 

Methods in org.geotools.swt that return MapContent
 MapContent SwtMapPane.getMapContent()
          Get the map content associated with this map pane
 MapContent SwtMapFrame.getMapContent()
          Get the map context associated with this frame.
 

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

Constructors in org.geotools.swt with parameters of type MapContent
SwtMapFrame(boolean showMenu, boolean showToolBar, boolean showStatusBar, boolean showLayerTable, MapContent content)
          Constructs a new JMapFrame object with specified context and a default renderer (an instance of StreamingRenderer).
SwtMapFrame(boolean showMenu, boolean showToolBar, boolean showStatusBar, boolean showLayerTable, MapContent content, GTRenderer renderer)
          Constructs a new JMapFrame object with specified context and renderer
SwtMapPane(Composite parent, int style, GTRenderer renderer, MapContent content)
          Constructor - creates an instance of JMapPane with the given renderer and map context.
 

Uses of MapContent in org.geotools.swt.tool
 

Methods in org.geotools.swt.tool that return MapContent
 MapContent InfoToolHelper.getMapContent()
          Get the MapContent associated with this helper.
 

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



Copyright © 1996-2014 Geotools. All Rights Reserved.