Uses of Class
org.geotools.map.Layer
- 
Packages that use Layer Package Description org.geotools.map List of layers to be rendered.org.geotools.map.legend org.geotools.ows.wms.map org.geotools.ows.wmts.map org.geotools.renderer Basic interface for rendering of features.org.geotools.renderer.lite A simple renderer implementation.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 
- 
- 
Uses of Layer in org.geotools.mapSubclasses of Layer in org.geotools.map Modifier and Type Class Description classDirectLayerA Layer directly responsible for its own rendering.classFeatureLayerLayer responsible for rendering vector information provided by a FeatureSource.classGridCoverageLayerLayer used to draw a rasterGridCoverage.classGridReaderLayerLayer used to draw a rasterGridCoverage2DReader.classMessageDirectLayerThis is a simple watermark used to place a message (such as copyright information) onto a map.classRasterLayerLayer responsible for raster content.classStyleLayerLayer responsible for rendering under control of a user supplied Style object.Methods in org.geotools.map that return Layer Modifier and Type Method Description LayerMapLayerListEvent. getLayer()Return the layer involved in the change.Methods in org.geotools.map that return types with arguments of type Layer Modifier and Type Method Description List<Layer>MapContent. layers()Gets the list of layers for this map content.Methods in org.geotools.map with parameters of type Layer Modifier and Type Method Description booleanMapContent. addLayer(Layer layer)Add 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 Layer Modifier and Type Method Description intMapContent. 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 Layer Constructor Description MapLayerListEvent(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.legendMethods in org.geotools.map.legend with parameters of type Layer Modifier and Type Method Description IconDefaultGlyphFactory. icon(Layer layer)Glyph for the provided layer.IconGlyphFactory. icon(Layer layer)Glyph for the provided layer.
- 
Uses of Layer in org.geotools.ows.wms.mapSubclasses of Layer in org.geotools.ows.wms.map Modifier and Type Class Description classWMSLayerWraps a WMS layer into aLayerfor 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
- 
Uses of Layer in org.geotools.ows.wmts.mapSubclasses of Layer in org.geotools.ows.wmts.map Modifier and Type Class Description classWMTSMapLayerWraps a WMTS layer into aLayerfor interactive rendering usage.
- 
Uses of Layer in org.geotools.rendererMethods in org.geotools.renderer with parameters of type Layer Modifier and Type Method Description default voidRenderListener. layerEnd(Layer layer)Event 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.liteConstructors in org.geotools.renderer.lite with parameters of type Layer Constructor Description RenderTimeStatisticsRequest(List<RenderListener> listeners, Layer currentLayer)
- 
Uses of Layer in org.geotools.swingMethods in org.geotools.swing that return Layer Modifier and Type Method Description LayerRenderingOperands. getLayer()Methods in org.geotools.swing with parameters of type Layer Modifier and Type Method Description booleanSingleLayerMapContent. addLayer(Layer layer)Throws anUnsupportedOperationExceptionif called.ComponentMapLayerTableCellRenderer. 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.voidMapLayerTable. repaint(Layer layer)Repaint the list item associated with the specified MapLayer objectConstructors in org.geotools.swing with parameters of type Layer Constructor 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.
- 
Uses of Layer in org.geotools.swing.toolFields in org.geotools.swing.tool with type parameters of type Layer Modifier and Type Field Description protected WeakReference<Layer>InfoToolHelper. layerRefMethods in org.geotools.swing.tool that return Layer Modifier and Type Method Description LayerInfoToolHelper. getLayer()Gets the map layer associated with this helper.Methods in org.geotools.swing.tool with parameters of type Layer Modifier and Type Method Description booleanFeatureLayerHelper. 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.voidFeatureLayerHelper. setLayer(Layer layer)Sets the map layer for this helper.voidGridCoverageLayerHelper. setLayer(Layer layer)voidGridReaderLayerHelper. setLayer(Layer layer)voidInfoToolHelper. setLayer(Layer layer)Sets the map layer for this helper.
- 
Uses of Layer in org.geotools.tile.utilSubclasses of Layer in org.geotools.tile.util Modifier and Type Class Description classAsyncTileLayerThis Layer is an attempt to speed rendering by using a CountDownLatch and threads to render each tile.classTileLayerTileLayer is a direct map layer that does the mosaicking work for tiles of a given tile service.
 
-