@groovy.util.logging.Log class Renderables extends java.lang.Object
Get map layers or Rendables from a List of Maps or Strings. Maps or Strings can contain a layertype, layername, layerprojection, and style properties. layertype values include: layer, raster, or tile For layer layertype, you can use the same key value pairs used to specify a Workspace. For raster layertype, you specify a source=file key value pair. For tile layertype, you use the same key value pairs used to specify a tile layer. Examples:
Constructor and description |
---|
Renderables() |
Type Params | Return Type | Name and description |
---|---|---|
|
static java.util.List<Renderable> |
getRenderables(java.util.List layers) Get a List of Renderable Map Layers from a List of Map Layer Strings |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Get a List of Renderable Map Layers from a List of Map Layer Strings
layers
- A List of Map Layer Strings