Uses of Class
org.geotools.geometry.jts.LiteShape2
Packages that use LiteShape2
Package
Description
A simple renderer implementation.
-
Uses of LiteShape2 in org.geotools.renderer.label
Methods in org.geotools.renderer.label with parameters of type LiteShape2Modifier and TypeMethodDescriptionvoid
LabelCacheImpl.put
(String layerId, TextSymbolizer symbolizer, Feature feature, LiteShape2 shape, NumberRange scaleRange) Constructors in org.geotools.renderer.label with parameters of type LiteShape2ModifierConstructorDescriptionLabelCacheItem
(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 LiteShape2Modifier and TypeMethodDescriptionvoid
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 LiteShape2ModifierConstructorDescriptionPaintShapeRequest
(Graphics2D graphic, LiteShape2 shape, Style2D style, double scale)