Uses of Interface
org.geotools.api.style.LabelPlacement
-
Packages that use LabelPlacement Package Description org.geotools.api.style The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayalorg.geotools.styling Allows for symbolization of geospatial data.org.geotools.styling.visitor org.geotools.xml.styling -
-
Uses of LabelPlacement in org.geotools.api.style
Subinterfaces of LabelPlacement in org.geotools.api.style Modifier and Type Interface Description interface
LinePlacement
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.interface
PointPlacement
A PointPlacement specifies how a text label is positioned relative to a geometric point.Methods in org.geotools.api.style that return LabelPlacement Modifier and Type Method Description LabelPlacement
TextSymbolizer. getLabelPlacement()
A LabelPlacement specifies how a text element should be rendered relative to its geometric point or line.Methods in org.geotools.api.style with parameters of type LabelPlacement Modifier and Type Method Description TextSymbolizer
StyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
TextSymbolizer
StyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
Label Shield hack, non SLD 1.1void
TextSymbolizer. setLabelPlacement(LabelPlacement labelPlacement)
A LabelPlacement specifies how a text element should be rendered relative to its geometric point or line.TextSymbolizer
StyleFactory. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
Creation of a TextSymbolizer defining how labels are portrayed. -
Uses of LabelPlacement in org.geotools.styling
Classes in org.geotools.styling that implement LabelPlacement Modifier and Type Class Description class
LinePlacementImpl
Default implementation of LinePlacement.class
PointPlacementImpl
Methods in org.geotools.styling that return LabelPlacement Modifier and Type Method Description LabelPlacement
TextSymbolizerImpl. getLabelPlacement()
A pointPlacement specifies how a text element should be rendered relative to its geometric point.Methods in org.geotools.styling with parameters of type LabelPlacement Modifier and Type Method Description abstract TextSymbolizer
AbstractStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
TextSymbolizer
StyleBuilder. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
create a text symbolizerTextSymbolizer
StyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
TextSymbolizer
StyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)
void
TextSymbolizerImpl. setLabelPlacement(LabelPlacement labelPlacement)
Setter for property labelPlacement.TextSymbolizer
StyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
TextSymbolizer
StyleFactoryImpl2. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)
-
Uses of LabelPlacement in org.geotools.styling.visitor
Methods in org.geotools.styling.visitor that return LabelPlacement Modifier and Type Method Description protected LabelPlacement
DuplicatingStyleVisitor. copy(LabelPlacement placement)
Methods in org.geotools.styling.visitor with parameters of type LabelPlacement Modifier and Type Method Description protected LabelPlacement
DuplicatingStyleVisitor. copy(LabelPlacement placement)
-
Uses of LabelPlacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return LabelPlacement Modifier and Type Method Description protected LabelPlacement
SLDParser. parseLabelPlacement(Node root)
Internal parse method - made protected for unit testing
-