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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMapContext
Deprecated.
Use
MapContent instead |
class |
GraphicEnhancedMapContext
Deprecated.
Use a custom subclass of
MapContent instead |
Constructor and Description |
---|
MapBoundsEvent(MapContext source,
int type,
ReferencedEnvelope oldAreaOfInterest,
ReferencedEnvelope newAreaOfInterest)
Creates a new instance of BoundsEvent
|
MapContent(MapContext context) |
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 passing on an event from a layer.
|
Modifier and Type | Method and Description |
---|---|
MapContext |
GTRenderer.getContext()
Deprecated.
The
MapContext class is being phased out. Please use GTRenderer.getMapContent() . |
Modifier and Type | Method and Description |
---|---|
void |
GTRenderer.setContext(MapContext context)
Deprecated.
The
MapContext class is being phased out. Please use GTRenderer.setMapContent(org.geotools.map.MapContent) . |
Modifier and Type | Method and Description |
---|---|
MapContext |
StreamingRenderer.getContext()
Deprecated.
The
MapContext class is being phased out. Please use StreamingRenderer.setMapContent(org.geotools.map.MapContent) . |
Modifier and Type | Method and Description |
---|---|
void |
StreamingRenderer.setContext(MapContext context)
Deprecated.
The
MapContext class is being phased out. Please use StreamingRenderer.setMapContent(org.geotools.map.MapContent) . |
Copyright © 1996–2019 Geotools. All rights reserved.