Uses of Class
org.geotools.map.DirectLayer
Packages that use DirectLayer
Package
Description
List of layers to be rendered.
A simple renderer implementation.
-
Uses of DirectLayer in org.geotools.map
Subclasses of DirectLayer in org.geotools.mapModifier and TypeClassDescriptionclass
This is a simple watermark used to place a message (such as copyright information) onto a map. -
Uses of DirectLayer in org.geotools.renderer.lite
Constructors in org.geotools.renderer.lite with parameters of type DirectLayer -
Uses of DirectLayer in org.geotools.tile.util
Subclasses of DirectLayer 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.