Uses of Interface
org.geotools.api.style.LabelPlacement
Packages that use LabelPlacement
Package
Description
The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal
Allows for symbolization of geospatial data.
-
Uses of LabelPlacement in org.geotools.api.style
Subinterfaces of LabelPlacement in org.geotools.api.styleModifier and TypeInterfaceDescriptioninterface
The "LinePlacement" specifies where and how a text label should be rendered relative to a line.interface
A PointPlacement specifies how a text label is positioned relative to a geometric point.Methods in org.geotools.api.style that return LabelPlacementModifier and TypeMethodDescriptionTextSymbolizer.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 LabelPlacementModifier and TypeMethodDescriptionStyleFactory.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) 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.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 LabelPlacementModifier and TypeClassDescriptionclass
Default implementation of LinePlacement.class
Methods in org.geotools.styling that return LabelPlacementModifier and TypeMethodDescriptionTextSymbolizerImpl.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 LabelPlacementModifier and TypeMethodDescriptionabstract TextSymbolizer
AbstractStyleFactory.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) StyleBuilder.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) create a text symbolizerStyleFactoryImpl.createTextSymbolizer
(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) 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.StyleFactoryImpl.textSymbolizer
(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill) 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 LabelPlacementModifier and TypeMethodDescriptionprotected LabelPlacement
DuplicatingStyleVisitor.copy
(LabelPlacement placement) Methods in org.geotools.styling.visitor with parameters of type LabelPlacementModifier and TypeMethodDescriptionprotected LabelPlacement
DuplicatingStyleVisitor.copy
(LabelPlacement placement) -
Uses of LabelPlacement in org.geotools.xml.styling
Methods in org.geotools.xml.styling that return LabelPlacementModifier and TypeMethodDescriptionprotected LabelPlacement
SLDParser.parseLabelPlacement
(Node root) Internal parse method - made protected for unit testing