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, Feature 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, TextSymbolizer symbolizer)
          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, GraphicLegend legend, double symbolScale, boolean isLabelObstacle)
          Paints a GraphicLegend in the supplied graphics
 void StyledShapePainter.paint(Graphics2D graphics, LiteShape2 shape, Style2D style, double scale)
           
 void StyledShapePainter.paint(Graphics2D graphics, LiteShape2 shape, Style2D style, double scale, boolean isLabelObstacle)
          Invoked automatically when a polyline is about to be draw.
 void LabelCache.put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
          Puts a Label in the cache.
 void SynchronizedLabelCache.put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange<Double> scaleRange)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.