Uses of Interface
org.geotools.api.style.LinePlacement
Packages that use LinePlacement
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
Styling to be applied on
org.geotools.renderer.geom.Geometry
objects at rendering time.Allows for symbolization of geospatial data.
-
Uses of LinePlacement in org.geotools.api.style
Methods in org.geotools.api.style that return LinePlacementModifier and TypeMethodDescriptionStyleFactory.createLinePlacement
(Expression offset) StyleFactory.linePlacement
(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine) Methods in org.geotools.api.style with parameters of type LinePlacementModifier and TypeMethodDescriptionvoid
StyleVisitor.visit
(LinePlacement lp) Called when accept is called on a Line PlacementTraversingStyleVisitor.visit
(LinePlacement linePlacement, Object data) Called when accept is called on a Line Placement -
Uses of LinePlacement in org.geotools.brewer.styling.builder
Methods in org.geotools.brewer.styling.builder that return LinePlacementMethods in org.geotools.brewer.styling.builder with parameters of type LinePlacement -
Uses of LinePlacement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type LinePlacementModifier and TypeMethodDescriptionvoid
MetaBufferEstimator.visit
(LinePlacement lp) void
OpacityFinder.visit
(LinePlacement lp) -
Uses of LinePlacement in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d with parameters of type LinePlacement -
Uses of LinePlacement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type LinePlacement -
Uses of LinePlacement in org.geotools.styling
Classes in org.geotools.styling that implement LinePlacementModifier and TypeClassDescriptionclass
Default implementation of LinePlacement.Methods in org.geotools.styling that return LinePlacementModifier and TypeMethodDescriptionabstract LinePlacement
AbstractStyleFactory.createLinePlacement
(Expression offset) StyleBuilder.createLinePlacement
(double offset) wrapper round Stylefactory MethodStyleBuilder.createLinePlacement
(Expression offset) wrapper round Stylefactory MethodStyleFactoryImpl.createLinePlacement
(Expression offset) StyleFactoryImpl.linePlacement
(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine) Methods in org.geotools.styling with parameters of type LinePlacementConstructors in org.geotools.styling with parameters of type LinePlacement -
Uses of LinePlacement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type LinePlacement -
Uses of LinePlacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return LinePlacementModifier and TypeMethodDescriptionprotected LinePlacement
SLDParser.parseLinePlacement
(Node root) Internal parse method - made protected for unit testing