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 void
DirectLayer.draw
(Graphics2D graphics, MapContent map, MapViewport viewport) Draw layer contents onto screenvoid
MessageDirectLayer.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 theMapContent
instance which contains the data being rendered.Methods in org.geotools.renderer with parameters of type MapContentModifier and TypeMethodDescriptionvoid
GTRenderer.setMapContent
(MapContent mapContent) Sets theMapContent
which 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 TypeClassDescriptionclass
Used by DefaultRenderingExecutor to hold a singleLayer
that 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 theMapConent
instance containing the layers being displayed by this map pane.JMapFrame.getMapContent()
Get the map content associated with this frame.MapPane.getMapContent()
Gets theMapConent
instance containing the layers being displayed by this map pane.Methods in org.geotools.swing with parameters of type MapContentModifier and TypeMethodDescriptionvoid
AbstractMapPane.setMapContent
(MapContent content) Sets theMapContent
instance containing the layers to display.void
JMapFrame.setMapContent
(MapContent content) Set the MapContent object used by this frame.void
JMapPane.setMapContent
(MapContent content) Sets theMapContent
instance containing the layers to display.void
MapPane.setMapContent
(MapContent content) Sets theMapContent
instance containing the layers to display.static void
JMapFrame.showMap
(MapContent content) Creates a new map frame with a toolbar, map pane and status bar; sets the suppliedMapContent
; and displays the frame.long
DefaultRenderingExecutor.submit
(MapContent mapContent, List<RenderingOperands> operands, RenderingExecutorListener listener) 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
RenderingExecutor.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 newJMapFrame
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 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 TypeMethodDescriptionvoid
InfoToolHelper.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 TypeMethodDescriptionvoid
TileLayer.draw
(Graphics2D graphics, MapContent map, MapViewport theViewport)