Uses of Class
org.geotools.geometry.jts.LiteShape2

Packages that use LiteShape2
org.geotools.renderer.label   
org.geotools.renderer.lite A simple renderer implementation. 
 

Uses of LiteShape2 in org.geotools.renderer.label
 

Methods in org.geotools.renderer.label with parameters of type LiteShape2
 void LabelCacheImpl.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange scaleRange)
           
 

Constructors in org.geotools.renderer.label with parameters of type LiteShape2
LabelCacheItem(String layerId, TextStyle2D textStyle, LiteShape2 shape, String label)
          Construct LabelCacheItem.
 

Uses of LiteShape2 in org.geotools.renderer.lite
 

Methods in org.geotools.renderer.lite with parameters of type LiteShape2
 void StyledShapePainter.paint(Graphics2D graphics, LiteShape2 shape, Style2D style, double scale)
          Invoked automatically when a polyline is about to be draw.
 void SynchronizedLabelCache.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
           
 void LabelCache.put(String layerId, TextSymbolizer symbolizer, SimpleFeature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
          Puts a Label in the cache.
 

Constructors in org.geotools.renderer.lite with parameters of type LiteShape2
LabelCacheItem(String layerId, TextStyle2D textStyle, LiteShape2 shape, String label)
          Deprecated. Construct LabelCacheItem.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.