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 TypeClassDescriptionclassA Layer directly responsible for its own rendering.classLayer responsible for rendering vector information provided by a FeatureSource.classLayer used to draw a rasterGridCoverage.classLayer used to draw a rasterGridCoverage2DReader.classThis is a simple watermark used to place a message (such as copyright information) onto a map.classLayer responsible for raster content.classLayer 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 TypeMethodDescriptionbooleanAdd a new layer (if not already present).protected voidMapContent.fireLayerAdded(Layer element, int fromIndex, int toIndex) protected voidMapContent.fireLayerEvent(Layer element, int index, MapLayerEvent layerEvent) protected voidMapContent.fireLayerMoved(Layer element, int toIndex) protected voidMapContent.fireLayerPreDispose(Layer element, int toIndex) protected voidMapContent.fireLayerRemoved(Layer element, int fromIndex, int toIndex) booleanMapContent.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 TypeMethodDescriptionintMapContent.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 TypeClassDescriptionclassWraps a WMTS layer into aLayerfor interactive rendering usage. -
Uses of Layer in org.geotools.renderer
Methods in org.geotools.renderer with parameters of type LayerModifier and TypeMethodDescriptiondefault voidEvent issued when the layer completed rendering.default voidRenderListener.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 TypeMethodDescriptionbooleanThrows anUnsupportedOperationExceptionif called.MapLayerTableCellRenderer.getListCellRendererComponent(JList list, Layer value, int index, boolean isSelected, boolean cellHasFocus) voidMapLayerTable.onAddLayer(Layer layer) Add a new layer to those listed in the table.voidMapLayerTable.onMoveLayer(Layer layer) Move a layer from those listed in the table.voidMapLayerTable.onRemoveLayer(Layer layer) Remove a layer from those listed in the table.booleanSingleLayerMapContent.removeLayer(Layer layer) Throws anUnsupportedOperationExceptionif called.voidRepaint 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 TypeMethodDescriptionbooleanFeatureLayerHelper.isSupportedLayer(Layer layer) booleanGridCoverageLayerHelper.isSupportedLayer(Layer layer) booleanGridReaderLayerHelper.isSupportedLayer(Layer layer) abstract booleanInfoToolHelper.isSupportedLayer(Layer layer) Called by the helper lookup system when selecting a helper for a given layer.voidSets the map layer for this helper.voidvoidvoidSets the map layer for this helper. -
Uses of Layer in org.geotools.tile.util
Subclasses of Layer in org.geotools.tile.utilModifier and TypeClassDescriptionclassThis Layer is an attempt to speed rendering by using a CountDownLatch and threads to render each tile.classTileLayer is a direct map layer that does the mosaicking work for tiles of a given tile service.