Package org.geotools.renderer.lite

A simple renderer implementation.

See:
          Description

Interface Summary
GlyphRenderer  
LabelCache Used to cache labels prior to their being drawn on the screen.
 

Class Summary
BatikXMLReader A wrapper that forwards any request to the default JAXP xml reader.
CustomGlyphRenderer  
FIDFilterFinder Deprecated. Please use IdFinderFilterVisitor
GlyphPropertiesList  
GlyphProperty  
ImageLoader $Id: ImageLoader.java 30649 2008-06-12 19:44:08Z acuster $
IndexedFeatureResults IndexedFeatureReader
InternalTranscoder  
LabelCacheDefault Deprecated. Use LabelCacheImpl instead
LabelCacheItem Deprecated. Use LabelCacheItem instead (along with LabelCacheImpl
ListenerList Deprecated. Use CopyOnWriteArrayList instead, it's part of the JDK and it's more efficient
LiteFeatureTypeStyle This is a simple class that contains the information needed to render a layer.
MetaBufferEstimator Parses a style or part of it and returns the size of the largest stroke and the biggest point symbolizer whose width is specified with a literal expression.
RendererUtilities Class for holding utility functions that are common tasks for people using the "StreamingRenderer/Renderer".
StreamingRenderer A streaming implementation of the GTRenderer interface.
StyledShapePainter A simple class that knows how to paint a Shape object onto a Graphic given a Style2D.
SVGGlyphRenderer Turns SVG vector drawings into buffered images geotools can use for rendering
SymbolizerAssociation Seems to be a cache of fun information associated with the Symbolizer.
SynchronizedLabelCache Allow multiple thread to modify LabelCache.
 

Package org.geotools.renderer.lite Description

A simple renderer implementation. It's supposed to be as simple as possible, thus easy to understand at the source level, and to use as few memory as possible. Should be used when memory is a constraint and/or when the rendering is stateless (that is, the application is not an interactive viewer that displays the same map more than once). In the latter case, a renderer that uses more memory but avoids recomputing map rendering details is to be preferred.



Copyright © 1996-2009 Geotools. All Rights Reserved.