Package | Description |
---|---|
org.geotools.map |
List of layers to be rendered.
|
org.geotools.ows.wms.map | |
org.geotools.ows.wmts.map | |
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 |
DirectLayer
A Layer directly responsible for its own rendering.
|
class |
FeatureLayer
Layer responsible for rendering vector information provided by a FeatureSource.
|
class |
GridCoverageLayer
Layer used to draw a raster
GridCoverage . |
class |
GridReaderLayer
Layer used to draw a raster
GridCoverage2DReader . |
class |
MessageDirectLayer
This is a simple watermark used to place a message (such as copyright information) onto a map.
|
class |
RasterLayer
Layer responsible for raster content.
|
class |
StyleLayer
Layer responsible for rendering under control of a user supplied Style object.
|
Modifier and Type | Field and Description |
---|---|
protected Layer |
MapLayer.internal
Deprecated.
This is the internal delegate
|
Modifier and Type | Method and Description |
---|---|
Layer |
MapLayerListEvent.getElement()
Returns the layer involved in the change
|
Layer |
MapLayer.toLayer()
Deprecated.
Access to raw layer object used for rendering.
|
Modifier and Type | Method and Description |
---|---|
List<Layer> |
MapContent.layers()
Gets the list of layers for this map content.
|
protected List<Layer> |
MapContext.toLayerList(MapLayer[] array)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MapContent.addLayer(Layer layer)
Add a new layer (if not already present).
|
protected void |
MapContent.fireLayerAdded(Layer element,
int fromIndex,
int toIndex) |
protected void |
MapContent.fireLayerEvent(Layer element,
int index,
MapLayerEvent layerEvent) |
protected void |
MapContent.fireLayerMoved(Layer element,
int toIndex) |
protected void |
MapContent.fireLayerPreDispose(Layer element,
int toIndex) |
protected void |
MapContent.fireLayerRemoved(Layer element,
int fromIndex,
int toIndex) |
boolean |
MapContent.removeLayer(Layer layer)
Removes the given layer, if present, and publishes a MapLayerListEvent.
|
Modifier and Type | Method and Description |
---|---|
int |
MapContent.addLayers(Collection<? extends Layer> layers)
Adds all layers from the input collection that are not already present in this map content.
|
Constructor and Description |
---|
DefaultMapLayer(Layer layer)
Deprecated.
Wrap up a layer in a DefaultMapLayer; generally used to ensure layer is shown to the world as
a feature source even if it happens to be a WMS or something.
|
MapLayer(Layer layer)
Deprecated.
Wrap up a layer in a DefaultMapLayer; generally used to ensure layer is shown to the world as
a feature source even if it happens to be a WMS or something.
|
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 | Class and Description |
---|---|
class |
WMSLayer
Wraps a WMS layer into a
MapLayer for interactive rendering usage TODO: expose a
GetFeatureInfo that returns a feature collection TODO: expose the list of named styles and allow
choosing which style to use |
Modifier and Type | Class and Description |
---|---|
class |
WMTSMapLayer
Wraps a WMTS layer into a
MapLayer for interactive rendering usage. |
Modifier and Type | Method and Description |
---|---|
Layer |
RenderingOperands.getLayer() |
Modifier and Type | Method and Description |
---|---|
boolean |
SingleLayerMapContent.addLayer(Layer layer)
Throws an
UnsupportedOperationException if called. |
void |
MapLayerTable.onAddLayer(Layer layer)
Add a new layer to those listed in the table.
|
boolean |
SingleLayerMapContent.removeLayer(Layer layer)
Throws an
UnsupportedOperationException if called. |
void |
MapLayerTable.repaint(Layer layer)
Repaint the list item associated with the specified MapLayer object
|
Constructor and Description |
---|
RenderingOperands(Layer layer,
Graphics2D graphics) |
RenderingOperands(Layer layer,
Graphics2D graphics,
GTRenderer renderer) |
SingleLayerMapContent(Layer layer)
Creates a new instance to hold the given layer.
|
Modifier and Type | Field and Description |
---|---|
protected WeakReference<Layer> |
InfoToolHelper.layerRef |
Modifier and Type | Method and Description |
---|---|
Layer |
InfoToolHelper.getLayer()
Gets the map layer associated with this helper.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
InfoToolHelper.isSupportedLayer(Layer layer)
CAlled by the helper lookup system when selecting a helper for a given layer.
|
boolean |
FeatureLayerHelper.isSupportedLayer(Layer layer) |
boolean |
GridCoverageLayerHelper.isSupportedLayer(Layer layer) |
boolean |
GridReaderLayerHelper.isSupportedLayer(Layer layer) |
void |
InfoToolHelper.setLayer(Layer layer)
Sets the map layer for this helper.
|
void |
FeatureLayerHelper.setLayer(Layer layer)
Sets the map layer for this helper.
|
void |
GridCoverageLayerHelper.setLayer(Layer layer) |
void |
GridReaderLayerHelper.setLayer(Layer layer) |
Modifier and Type | Class and Description |
---|---|
class |
AsyncTileLayer
This Layer is an attempt to speed rendering by using a CountDownLatch and threads to render each
tile.
|
class |
TileLayer
TileLayer is a direct map layer that does the mosaicking work for tiles of a given tile service.
|
Copyright © 1996–2019 Geotools. All rights reserved.