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.
VendorOptionParser Helper class that provides utility methods to extract and parse elements from the vendor options map, some generic, other geared to specific contents
 

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-2014 Geotools. All Rights Reserved.