Uses of Class
org.geotools.map.MapContent
Packages that use MapContent
Package
Description
List of layers to be rendered.
Basic interface for rendering of features.
A simple renderer implementation.
Simple Swing widgets for map display.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of MapContent in org.geotools.map
Methods in org.geotools.map with parameters of type MapContentModifier and TypeMethodDescriptionabstract 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 MapContentModifierConstructorDescriptionMapBoundsEvent(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.renderer
Methods in org.geotools.renderer that return MapContentModifier and TypeMethodDescriptionGTRenderer.getMapContent()Gets theMapContentinstance which contains the data being rendered.Methods in org.geotools.renderer with parameters of type MapContentModifier and TypeMethodDescriptionvoidGTRenderer.setMapContent(MapContent mapContent) Sets theMapContentwhich contains the data to be rendered. -
Uses of MapContent in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that return MapContentMethods in org.geotools.renderer.lite with parameters of type MapContent -
Uses of MapContent in org.geotools.swing
Subclasses of MapContent in org.geotools.swingModifier and TypeClassDescriptionclassUsed by DefaultRenderingExecutor to hold a singleLayerthat is being passed to a renderer.Fields in org.geotools.swing declared as MapContentMethods in org.geotools.swing that return MapContentModifier and TypeMethodDescriptionAbstractMapPane.getMapContent()Gets theMapConentinstance containing the layers being displayed by this map pane.JMapFrame.getMapContent()Get the map content associated with this frame.MapPane.getMapContent()Gets theMapConentinstance containing the layers being displayed by this map pane.Methods in org.geotools.swing with parameters of type MapContentModifier and TypeMethodDescriptionvoidAbstractMapPane.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 MapContentModifierConstructorDescriptionAbstractMapPane(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.tool
Fields in org.geotools.swing.tool with type parameters of type MapContentMethods in org.geotools.swing.tool that return MapContentModifier and TypeMethodDescriptionInfoToolHelper.getMapContent()Gets the map content associated with this helper.Methods in org.geotools.swing.tool with parameters of type MapContentModifier and TypeMethodDescriptionvoidInfoToolHelper.setMapContent(MapContent content) Sets the map content for this helper. -
Uses of MapContent in org.geotools.tile.util
Methods in org.geotools.tile.util with parameters of type MapContentModifier and TypeMethodDescriptionvoidTileLayer.draw(Graphics2D graphics, MapContent map, MapViewport theViewport)