Uses of Class
org.geotools.geometry.jts.LiteShape2
-
Packages that use LiteShape2 Package Description 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 Modifier and Type Method Description void
LabelCacheImpl. put(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange scaleRange)
Constructors in org.geotools.renderer.label with parameters of type LiteShape2 Constructor Description LabelCacheItem(String layerId, TextStyle2D textStyle, LiteShape2 shape, String label, TextSymbolizer symbolizer)
ConstructLabelCacheItem
. -
Uses of LiteShape2 in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type LiteShape2 Modifier and Type Method Description void
StyledShapePainter. paint(Graphics2D graphics, LiteShape2 shape, GraphicLegend legend, double symbolScale, boolean isLabelObstacle)
Paints a GraphicLegend in the supplied graphicsvoid
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)
Constructors in org.geotools.renderer.lite with parameters of type LiteShape2 Constructor Description PaintShapeRequest(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale)
-