Uses of Class
org.geotools.map.DirectLayer
- 
Packages that use DirectLayer Package Description org.geotools.map List of layers to be rendered.org.geotools.renderer.lite A simple renderer implementation.org.geotools.tile.util 
- 
- 
Uses of DirectLayer in org.geotools.mapSubclasses of DirectLayer in org.geotools.map Modifier and Type Class Description classMessageDirectLayerThis is a simple watermark used to place a message (such as copyright information) onto a map.
- 
Uses of DirectLayer in org.geotools.renderer.liteConstructors in org.geotools.renderer.lite with parameters of type DirectLayer Constructor Description RenderDirectLayerRequest(Graphics2D graphics, DirectLayer layer)
- 
Uses of DirectLayer in org.geotools.tile.utilSubclasses of DirectLayer 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.
 
-