Uses of Interface
org.geotools.api.style.LinePlacement
-
Packages that use LinePlacement Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.brewer.styling.builder org.geotools.renderer.lite A simple renderer implementation.org.geotools.renderer.lite.gridcoverage2d SLD 1.0 and SE RasterSymbolizer support classesorg.geotools.renderer.style Styling to be applied onorg.geotools.renderer.geom.Geometry
objects at rendering time.org.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling -
-
Uses of LinePlacement in org.geotools.api.style
Methods in org.geotools.api.style that return LinePlacement Modifier and Type Method Description LinePlacement
StyleFactory. createLinePlacement(Expression offset)
LinePlacement
StyleFactory. linePlacement(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine)
Methods in org.geotools.api.style with parameters of type LinePlacement Modifier and Type Method Description void
StyleVisitor. visit(LinePlacement lp)
Called when accept is called on a Line PlacementObject
TraversingStyleVisitor. 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 LinePlacement Modifier and Type Method Description LinePlacement
LinePlacementBuilder. build()
Methods in org.geotools.brewer.styling.builder with parameters of type LinePlacement Modifier and Type Method Description LinePlacementBuilder
LinePlacementBuilder. reset(LinePlacement placement)
-
Uses of LinePlacement in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite with parameters of type LinePlacement Modifier and Type Method Description void
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 Modifier and Type Method Description void
StyleVisitorAdapter. visit(LinePlacement lp)
-
Uses of LinePlacement in org.geotools.renderer.style
Methods in org.geotools.renderer.style with parameters of type LinePlacement Modifier and Type Method Description void
StyleAttributeExtractor. visit(LinePlacement lp)
-
Uses of LinePlacement in org.geotools.styling
Classes in org.geotools.styling that implement LinePlacement Modifier and Type Class Description class
LinePlacementImpl
Default implementation of LinePlacement.Methods in org.geotools.styling that return LinePlacement Modifier and Type Method Description abstract LinePlacement
AbstractStyleFactory. createLinePlacement(Expression offset)
LinePlacement
StyleBuilder. createLinePlacement(double offset)
wrapper round Stylefactory MethodLinePlacement
StyleBuilder. createLinePlacement(Expression offset)
wrapper round Stylefactory MethodLinePlacement
StyleFactoryImpl. createLinePlacement(Expression offset)
LinePlacement
StyleFactoryImpl. linePlacement(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine)
Methods in org.geotools.styling with parameters of type LinePlacement Modifier and Type Method Description void
AbstractStyleVisitor. visit(LinePlacement lp)
Constructors in org.geotools.styling with parameters of type LinePlacement Constructor Description LinePlacementImpl(LinePlacement placement)
-
Uses of LinePlacement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor with parameters of type LinePlacement Modifier and Type Method Description void
DuplicatingStyleVisitor. visit(LinePlacement lp)
-
Uses of LinePlacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return LinePlacement Modifier and Type Method Description protected LinePlacement
SLDParser. parseLinePlacement(Node root)
Internal parse method - made protected for unit testing
-