Package org.geotools.renderer

Basic interface for rendering of features.

See:
          Description

Interface Summary
GTRenderer GeoTools renderer for rendering spatial content into a Graphics2D.
Renderer Base interface for renderer.
Renderer2D Renderer draws a map on behalf on MapPane.
RenderListener A RenderListener is notified each time a feature is rendered and each time an error occurs during rendering.
 

Class Summary
ScreenMap The screenmap is a packed bitmap of the screen, one bit per pixels.
 

Package org.geotools.renderer Description

Basic interface for rendering of features. Rendering is the union of org.geotools.feature.Feature and Style targeted toward a rendering device (e.g. Graphics2D).



Copyright © 1996-2013 Geotools. All Rights Reserved.