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 |
---|---|
DirectLayer |
A Layer directly responsible for its own rendering.
|
FeatureLayer |
Layer responsible for rendering vector information provided by a FeatureSource.
|
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.
|
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–2021 Geotools. All rights reserved.