Uses of Class
org.geotools.map.Layer
Packages that use Layer
Package
Description
List of layers to be rendered.
Basic interface for rendering of features.
A simple renderer implementation.
Simple Swing widgets for map display.
Cursor tools for zooming and panning; subclass to implement additional mouse-driven tools.
-
Uses of Layer in org.geotools.map
Subclasses of Layer in org.geotools.mapModifier and TypeClassDescriptionclass
A Layer directly responsible for its own rendering.class
Layer responsible for rendering vector information provided by a FeatureSource.class
Layer used to draw a rasterGridCoverage
.class
Layer used to draw a rasterGridCoverage2DReader
.class
This is a simple watermark used to place a message (such as copyright information) onto a map.class
Layer responsible for raster content.class
Layer responsible for rendering under control of a user supplied Style object.Methods in org.geotools.map that return LayerModifier and TypeMethodDescriptionMapLayerListEvent.getLayer()
Return the layer involved in the change.Methods in org.geotools.map that return types with arguments of type LayerModifier and TypeMethodDescriptionMapContent.layers()
Gets the list of layers for this map content.Methods in org.geotools.map with parameters of type LayerModifier and TypeMethodDescriptionboolean
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.Method parameters in org.geotools.map with type arguments of type LayerModifier and TypeMethodDescriptionint
MapContent.addLayers
(Collection<? extends Layer> layers) Adds all layers from the input collection that are not already present in this map content.Constructors in org.geotools.map with parameters of type LayerModifierConstructorDescriptionMapLayerListEvent
(MapContent source, Layer layer, int position) Creates a new instance of MapLayerListEventMapLayerListEvent
(MapContent source, Layer layer, int fromIndex, int toIndex) Creates a new instance of MapLayerListEventMapLayerListEvent
(MapContent map, Layer element, int index, MapLayerEvent mapLayerEvent) -
Uses of Layer in org.geotools.map.legend
Methods in org.geotools.map.legend with parameters of type Layer -
Uses of Layer in org.geotools.ows.wms.map
Subclasses of Layer in org.geotools.ows.wms.map -
Uses of Layer in org.geotools.ows.wmts.map
Subclasses of Layer in org.geotools.ows.wmts.mapModifier and TypeClassDescriptionclass
Wraps a WMTS layer into aLayer
for interactive rendering usage. -
Uses of Layer in org.geotools.renderer
Methods in org.geotools.renderer with parameters of type LayerModifier and TypeMethodDescriptiondefault void
Event issued when the layer completed rendering.default void
RenderListener.layerStart
(Layer layer) Event issued when the layer begins rendering. -
Uses of Layer in org.geotools.renderer.lite
Constructors in org.geotools.renderer.lite with parameters of type LayerModifierConstructorDescriptionRenderTimeStatisticsRequest
(List<RenderListener> listeners, Layer currentLayer) -
Uses of Layer in org.geotools.swing
Methods in org.geotools.swing that return LayerMethods in org.geotools.swing with parameters of type LayerModifier and TypeMethodDescriptionboolean
Throws anUnsupportedOperationException
if called.MapLayerTableCellRenderer.getListCellRendererComponent
(JList list, Layer value, int index, boolean isSelected, boolean cellHasFocus) void
MapLayerTable.onAddLayer
(Layer layer) Add a new layer to those listed in the table.void
MapLayerTable.onMoveLayer
(Layer layer) Move a layer from those listed in the table.void
MapLayerTable.onRemoveLayer
(Layer layer) Remove a layer from those listed in the table.boolean
SingleLayerMapContent.removeLayer
(Layer layer) Throws anUnsupportedOperationException
if called.void
Repaint the list item associated with the specified MapLayer objectConstructors in org.geotools.swing with parameters of type LayerModifierConstructorDescriptionRenderingOperands
(Layer layer, Graphics2D graphics) RenderingOperands
(Layer layer, Graphics2D graphics, GTRenderer renderer) SingleLayerMapContent
(Layer layer) Creates a new instance to hold the given layer. -
Uses of Layer in org.geotools.swing.tool
Fields in org.geotools.swing.tool with type parameters of type LayerMethods in org.geotools.swing.tool that return LayerModifier and TypeMethodDescriptionInfoToolHelper.getLayer()
Gets the map layer associated with this helper.Methods in org.geotools.swing.tool with parameters of type LayerModifier and TypeMethodDescriptionboolean
FeatureLayerHelper.isSupportedLayer
(Layer layer) boolean
GridCoverageLayerHelper.isSupportedLayer
(Layer layer) boolean
GridReaderLayerHelper.isSupportedLayer
(Layer layer) abstract boolean
InfoToolHelper.isSupportedLayer
(Layer layer) Called by the helper lookup system when selecting a helper for a given layer.void
Sets the map layer for this helper.void
void
void
Sets the map layer for this helper. -
Uses of Layer in org.geotools.tile.util
Subclasses of Layer in org.geotools.tile.utilModifier and TypeClassDescriptionclass
This Layer is an attempt to speed rendering by using a CountDownLatch and threads to render each tile.class
TileLayer is a direct map layer that does the mosaicking work for tiles of a given tile service.