Uses of Interface
org.opengis.style.LinePlacement
-
Packages that use LinePlacement Package Description org.geotools.styling Allows for symbolization of geospatial data.org.opengis.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal -
-
Uses of LinePlacement in org.geotools.styling
Subinterfaces of LinePlacement in org.geotools.styling Modifier and Type Interface Description interface
LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.Classes in org.geotools.styling that implement LinePlacement Modifier and Type Class Description class
LinePlacementImpl
Default implementation of LinePlacement.Constructors in org.geotools.styling with parameters of type LinePlacement Constructor Description LinePlacementImpl(LinePlacement placement)
-
Uses of LinePlacement in org.opengis.style
Methods in org.opengis.style that return LinePlacement Modifier and Type Method Description LinePlacement
StyleFactory. linePlacement(Expression offset, Expression initialGap, Expression gap, boolean repeated, boolean aligned, boolean generalizedLine)
Methods in org.opengis.style with parameters of type LinePlacement Modifier and Type Method Description Object
StyleVisitor. visit(LinePlacement linePlacement, Object data)
Called when accept is called on a Line Placement
-