Render a geoscript.render.Map to a Type T or an OutputStream
< -  T > The type the Renderer can produce (like a BufferedImage or a SVG Document)| Constructor and description | 
|---|
                                Renderer
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            T | 
                            render(Map map)Render the Map to a Type 
 
  | 
                        
 | 
                            void | 
                            render(Map map, OutputStream out)Render the Map to the OutputStream 
  | 
                        
| Methods inherited from class | Name | 
|---|---|
class java.lang.Object | 
                            java.lang.Object#wait(long, int), java.lang.Object#wait(long), 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() | 
                        
Render the Map to a Type
map -  The MapRender the Map to the OutputStream
map -  The Mapout -  The OutputStream