Uses of Class
org.geotools.map.MapContent
- 
Packages that use MapContent Package Description org.geotools.map List of layers to be rendered.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.tile.util 
- 
- 
Uses of MapContent in org.geotools.mapMethods in org.geotools.map with parameters of type MapContent Modifier and Type Method Description abstract voidDirectLayer. draw(Graphics2D graphics, MapContent map, MapViewport viewport)Draw layer contents onto screenvoidMessageDirectLayer. draw(Graphics2D graphics, MapContent map, MapViewport viewport)Constructors in org.geotools.map with parameters of type MapContent Constructor Description MapBoundsEvent(MapContent source, int type, ReferencedEnvelope oldAreaOfInterest, ReferencedEnvelope newAreaOfInterest)Creates a new instance of BoundsEventMapLayerListEvent(MapContent source, Layer layer, int position)Creates a new instance of MapLayerListEventMapLayerListEvent(MapContent source, Layer layer, int fromIndex, int toIndex)Creates a new instance of MapLayerListEventMapLayerListEvent(MapContent map, Layer element, int index, MapLayerEvent mapLayerEvent)
- 
Uses of MapContent in org.geotools.rendererMethods in org.geotools.renderer that return MapContent Modifier and Type Method Description MapContentGTRenderer. getMapContent()Gets theMapContentinstance which contains the data being rendered.Methods in org.geotools.renderer with parameters of type MapContent Modifier and Type Method Description voidGTRenderer. setMapContent(MapContent mapContent)Sets theMapContentwhich contains the data to be rendered.
- 
Uses of MapContent in org.geotools.renderer.liteMethods in org.geotools.renderer.lite that return MapContent Modifier and Type Method Description MapContentStreamingRenderer. getMapContent()Methods in org.geotools.renderer.lite with parameters of type MapContent Modifier and Type Method Description voidStreamingRenderer. setMapContent(MapContent mapContent)
- 
Uses of MapContent in org.geotools.swingSubclasses of MapContent in org.geotools.swing Modifier and Type Class Description classSingleLayerMapContentUsed by DefaultRenderingExecutor to hold a singleLayerthat is being passed to a renderer.Fields in org.geotools.swing declared as MapContent Modifier and Type Field Description protected MapContentAbstractMapPane. mapContentMethods in org.geotools.swing that return MapContent Modifier and Type Method Description MapContentAbstractMapPane. getMapContent()Gets theMapConentinstance containing the layers being displayed by this map pane.MapContentJMapFrame. getMapContent()Get the map content associated with this frame.MapContentMapPane. getMapContent()Gets theMapConentinstance containing the layers being displayed by this map pane.Methods in org.geotools.swing with parameters of type MapContent Modifier and Type Method Description voidAbstractMapPane. setMapContent(MapContent content)Sets theMapContentinstance containing the layers to display.voidJMapFrame. setMapContent(MapContent content)Set the MapContent object used by this frame.voidJMapPane. setMapContent(MapContent content)Sets theMapContentinstance containing the layers to display.voidMapPane. setMapContent(MapContent content)Sets theMapContentinstance containing the layers to display.static voidJMapFrame. showMap(MapContent content)Creates a new map frame with a toolbar, map pane and status bar; sets the suppliedMapContent; and displays the frame.longDefaultRenderingExecutor. submit(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener)longDefaultRenderingExecutor. submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener)Submits a new rendering task to the executor.longRenderingExecutor. submit(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener)Submits a new rendering task to the executor.longRenderingExecutor. submit(MapContent mapContent, GTRenderer renderer, Graphics2D graphics, RenderingExecutorListener listener)Submits a new rendering task to the executor.Constructors in org.geotools.swing with parameters of type MapContent Constructor Description AbstractMapPane(MapContent content, RenderingExecutor executor)JLayeredMapPane(MapContent content)JLayeredMapPane(MapContent content, RenderingExecutor executor)JMapFrame(MapContent content)Constructs a newJMapFrameobject 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.toolFields in org.geotools.swing.tool with type parameters of type MapContent Modifier and Type Field Description protected WeakReference<MapContent>InfoToolHelper. contentRefMethods in org.geotools.swing.tool that return MapContent Modifier and Type Method Description MapContentInfoToolHelper. getMapContent()Gets the map content associated with this helper.Methods in org.geotools.swing.tool with parameters of type MapContent Modifier and Type Method Description voidInfoToolHelper. setMapContent(MapContent content)Sets the map content for this helper.
- 
Uses of MapContent in org.geotools.tile.utilMethods in org.geotools.tile.util with parameters of type MapContent Modifier and Type Method Description voidTileLayer. draw(Graphics2D graphics, MapContent map, MapViewport theViewport)
 
-