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.map
Methods in org.geotools.map with parameters of type MapContent Modifier and Type Method Description abstract 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 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.renderer
Methods in org.geotools.renderer that return MapContent Modifier and Type Method Description MapContent
GTRenderer. getMapContent()
Gets theMapContent
instance which contains the data being rendered.Methods in org.geotools.renderer with parameters of type MapContent Modifier and Type Method Description void
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 MapContent Modifier and Type Method Description MapContent
StreamingRenderer. getMapContent()
Methods in org.geotools.renderer.lite with parameters of type MapContent Modifier and Type Method Description void
StreamingRenderer. setMapContent(MapContent mapContent)
-
Uses of MapContent in org.geotools.swing
Subclasses of MapContent in org.geotools.swing Modifier and Type Class Description class
SingleLayerMapContent
Used by DefaultRenderingExecutor to hold a singleLayer
that is being passed to a renderer.Fields in org.geotools.swing declared as MapContent Modifier and Type Field Description protected MapContent
AbstractMapPane. mapContent
Methods in org.geotools.swing that return MapContent Modifier and Type Method Description MapContent
AbstractMapPane. getMapContent()
Gets theMapConent
instance containing the layers being displayed by this map pane.MapContent
JMapFrame. getMapContent()
Get the map content associated with this frame.MapContent
MapPane. getMapContent()
Gets theMapConent
instance containing the layers being displayed by this map pane.Methods in org.geotools.swing with parameters of type MapContent Modifier and Type Method Description void
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 MapContent Constructor Description AbstractMapPane(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 MapContent Modifier and Type Field Description protected WeakReference<MapContent>
InfoToolHelper. contentRef
Methods in org.geotools.swing.tool that return MapContent Modifier and Type Method Description MapContent
InfoToolHelper. 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 void
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 MapContent Modifier and Type Method Description void
TileLayer. draw(Graphics2D graphics, MapContent map, MapViewport theViewport)
-