| Class |
Description |
|
ASCII
|
A Renderer that outputs ASCII art maps. |
|
Base64
|
A Base64 Renderer - Authors:
- Jared Erickson
|
|
Displayers
|
A utility for getting Displayers - Authors:
- Jared Erickson
|
|
Draw
|
Easily draw a geoscript.geom.Geometry, a geoscript.feature.Feature, and a geoscript.layer.Layer to an image or interactive App. |
|
GIF
|
Render a Map to a GIF image. |
|
GeoTIFF
|
|
|
Image
|
A Renderer that draws a geoscript.render.Map to a BufferedImage. |
|
JPEG
|
Render a Map to a JPEG - Authors:
- Jared Erickson
|
|
Map
|
The GeoScript Map for rendering geoscript.layer.Layer. |
|
MapCube
|
Create a map cube using the gnonomic cubed projection. |
|
MapWindow
|
A complex GUI for viewing a geoscript.render.Map. |
|
PNG
|
Render a Map to a PNG - Authors:
- Jared Erickson
|
|
Pdf
|
Render the geoscript.render.Map to a PDF. |
|
Plot
|
Plot a geoscript.geom.Geometry, geoscript.feature.Feature, or geoscript.layer.Layer. |
|
Renderer
|
Render a geoscript.render.Map to a Type T or an OutputStream - Parameters:
< - T > The type the Renderer can produce (like a BufferedImage or a SVG Document)
|
|
Renderers
|
A utility for getting Renderers - Authors:
- Jared Erickson
|
|
Svg
|
Render a geoscript.render.Map to an SVG Document. |
|
Window
|
A simple GUI for viewing a geoscript.render.Map. |