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 |
Modifier and Type | Class and Description |
---|---|
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 . |
Modifier and Type | Method and Description |
---|---|
abstract void |
DirectLayer.draw(Graphics2D graphics,
MapContent map,
MapViewport viewport)
Draw layer contents onto screen
|
void |
MessageDirectLayer.draw(Graphics2D graphics,
MapContent map,
MapViewport viewport) |
Constructor and Description |
---|
MapContext(MapContent content)
Deprecated.
Creates a context from the provided map content.
|
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) |
Modifier and Type | Method and Description |
---|---|
MapContent |
GTRenderer.getMapContent()
Gets the
MapContent instance which contains the data being rendered. |
Modifier and Type | Method and Description |
---|---|
void |
GTRenderer.setMapContent(MapContent mapContent)
Sets the
MapContent which contains the data to be rendered. |
Modifier and Type | Method and Description |
---|---|
MapContent |
StreamingRenderer.getMapContent() |
Modifier and Type | Method and Description |
---|---|
void |
StreamingRenderer.setMapContent(MapContent mapContent) |
Modifier and Type | Class and Description |
---|---|
class |
SingleLayerMapContent
Used by DefaultRenderingExecutor to hold a single
Layer that is being passed
to a renderer. |
Modifier and Type | Field and Description |
---|---|
protected MapContent |
AbstractMapPane.mapContent |
Modifier and Type | Method and Description |
---|---|
MapContent |
AbstractMapPane.getMapContent()
Gets the
MapConent instance containing the layers being displayed by this map pane. |
MapContent |
MapPane.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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMapPane.setMapContent(MapContent content)
Sets the
MapContent instance containing the layers to display. |
void |
MapPane.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.
|
void |
JMapPane.setMapContent(MapContent content)
Sets the
MapContent 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 supplied
MapContent ; and displays the frame. |
long |
DefaultRenderingExecutor.submit(MapContent mapContent,
GTRenderer renderer,
Graphics2D graphics,
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.
|
long |
DefaultRenderingExecutor.submit(MapContent mapContent,
List<RenderingOperands> operands,
RenderingExecutorListener listener) |
long |
RenderingExecutor.submit(MapContent mapContent,
List<RenderingOperands> operands,
RenderingExecutorListener listener)
Submits a new rendering task to the executor.
|
Constructor and Description |
---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected WeakReference<MapContent> |
InfoToolHelper.contentRef |
Modifier and Type | Method and Description |
---|---|
MapContent |
InfoToolHelper.getMapContent()
Gets the map content associated with this helper.
|
Modifier and Type | Method and Description |
---|---|
void |
InfoToolHelper.setMapContent(MapContent content)
Sets the map content for this helper.
|
Modifier and Type | Method and Description |
---|---|
void |
TileLayer.draw(Graphics2D graphics,
MapContent map,
MapViewport theViewport) |
Copyright © 1996–2019 Geotools. All rights reserved.