| Interface | Description |
|---|---|
| MapBoundsListener |
The listener that's notified when a bounding box changes its area of interest.
|
| MapLayerListener |
The listener that's notified when some layer property changes.
|
| MapLayerListListener |
Listens for MapLayerListEvent events.
|
| Class | Description |
|---|---|
| DefaultMapContext | Deprecated
Use
MapContent instead |
| DefaultMapLayer | Deprecated
Use MapLayer for user interface work; or use Layer directly for rendering
|
| DirectLayer |
A Layer directly responsible for its own rendering.
|
| FeatureLayer |
Layer responsible for rendering vector information provided by a FeatureSource.
|
| FeatureSourceMapLayer | Deprecated
Please use MapLayer directly; or you are just interested in rendering a subclass of
Layer
|
| GraphicEnhancedMapContext | Deprecated
Use a custom subclass of
MapContent instead |
| GridCoverageLayer |
Layer used to draw a raster
GridCoverage. |
| GridReaderLayer |
Layer used to draw a raster
GridCoverage2DReader. |
| Layer |
A Layer to be rendered.
|
| MapAdapter |
An abstract adapter class to receive events about map bounds and layer changes.
|
| MapBoundsEvent |
Event object for MapContext area of interest and coordinate system changes.
|
| MapContent |
Stores the contents of a map for display, including a list of layers, a MapViewport
defining the device and world bounds of display area, and optional user data.
|
| MapContext | Deprecated
This class is being phased out, please use
MapContent. |
| MapLayer | Deprecated
Use an appropriate Layer such as FeatureLayer, GridCoverageLayer or GridReaderLayer
|
| MapLayerEvent |
Event fired when some Layer property changes.
|
| MapLayerListEvent |
Event object used to report changes in the list of layers managed by a MapContext
|
| MapViewport |
Represents the area of a map to be displayed, expressed in world coordinates and (optionally)
screen (window, image) coordinates.
|
| MessageDirectLayer |
This is a simple watermark used to place a message (such as copyright information) onto a map.
|
| RasterLayer |
Layer responsible for raster content.
|
| StyleLayer |
Layer responsible for rendering under control of a user supplied Style object.
|
| Enum | Description |
|---|---|
| MapBoundsEvent.Type |
Type of map bounds event
|
Copyright © 1996–2019 Geotools. All rights reserved.