interface Renderable
An interface for marking a class as Renderable.
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            abstract java.util.List<GtLayer> | 
                            getMapLayers(Bounds bounds, java.util.List size)Get a List of Map Layers (GeoTools org.geotools.map.Layer) for the given Bounds and map size  | 
                        
Get a List of Map Layers (GeoTools org.geotools.map.Layer) for the given Bounds and map size @return
bounds -  The Boundssize -  The map size (width and height)