|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapContext | |
---|---|
org.geotools.map | List of layers to be rendered. |
org.geotools.map.event | A set of events fired by map interfaces. |
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. |
Uses of MapContext in org.geotools.map |
---|
Classes in org.geotools.map that implement MapContext | |
---|---|
class |
DefaultMapContext
The default implementation of the MapContext interface |
class |
GraphicEnhancedMapContext
Extends DefaultMapContext to provide the whole set of request parameters a WMS GetMap request can have. |
Uses of MapContext in org.geotools.map.event |
---|
Constructors in org.geotools.map.event with parameters of type MapContext | |
---|---|
MapBoundsEvent(MapContext source,
int type,
ReferencedEnvelope oldAreaOfInterest,
ReferencedEnvelope newAreaOfInterest)
Creates a new instance of BoundsEvent |
|
MapLayerListEvent(MapContext source,
MapLayer layer,
int position)
Creates a new instance of MapLayerListEvent |
|
MapLayerListEvent(MapContext source,
MapLayer layer,
int fromIndex,
int toIndex)
Creates a new instance of MapLayerListEvent |
|
MapLayerListEvent(MapContext source,
MapLayer layer,
int position,
MapLayerEvent mapLayerEvent)
Creates a new instance of MapLayerListEvent |
Uses of MapContext in org.geotools.renderer |
---|
Methods in org.geotools.renderer that return MapContext | |
---|---|
MapContext |
GTRenderer.getContext()
|
Methods in org.geotools.renderer with parameters of type MapContext | |
---|---|
void |
GTRenderer.setContext(MapContext context)
|
Uses of MapContext in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite that return MapContext | |
---|---|
MapContext |
StreamingRenderer.getContext()
|
Methods in org.geotools.renderer.lite with parameters of type MapContext | |
---|---|
void |
StreamingRenderer.setContext(MapContext context)
|
Uses of MapContext in org.geotools.swing |
---|
Methods in org.geotools.swing that return MapContext | |
---|---|
MapContext |
JMapPane.getMapContext()
Get the map context associated with this map pane |
MapContext |
JMapFrame.getMapContext()
Get the map context associated with this frame. |
Methods in org.geotools.swing with parameters of type MapContext | |
---|---|
void |
JMapPane.setMapContext(MapContext context)
Set the map context for this map pane to display |
void |
JMapFrame.setMapContext(MapContext context)
Set the MapContext object used by this frame. |
static void |
JMapFrame.showMap(MapContext context)
Creates a new JMapFrame object with a toolbar, map pane and status
bar; sets the supplied MapContext ; and displays the frame on the
AWT event dispatching thread. |
Constructors in org.geotools.swing with parameters of type MapContext | |
---|---|
JMapFrame(MapContext context)
Constructs a new JMapFrame object with specified context
and a default renderer (an instance of StreamingRenderer ). |
|
JMapFrame(MapContext context,
GTRenderer renderer)
Constructs a new JMapFrame object with specified context and renderer |
|
JMapPane(GTRenderer renderer,
MapContext context)
Constructor - creates an instance of JMapPane with the given renderer and map context. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |