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.styleSubinterfaces of LabelPlacement in org.geotools.api.style Modifier and Type Interface Description interfaceLinePlacementThe "LinePlacement" specifies where and how a text label should be rendered relative to a line.interfacePointPlacementA 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 LabelPlacementTextSymbolizer. 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 TextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)Label Shield hack, non SLD 1.1voidTextSymbolizer. setLabelPlacement(LabelPlacement labelPlacement)A LabelPlacement specifies how a text element should be rendered relative to its geometric point or line.TextSymbolizerStyleFactory. 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.stylingClasses in org.geotools.styling that implement LabelPlacement Modifier and Type Class Description classLinePlacementImplDefault implementation of LinePlacement.classPointPlacementImplMethods in org.geotools.styling that return LabelPlacement Modifier and Type Method Description LabelPlacementTextSymbolizerImpl. 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 TextSymbolizerAbstractStyleFactory. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleBuilder. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)create a text symbolizerTextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)TextSymbolizerStyleFactoryImpl. createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName, Graphic graphic)voidTextSymbolizerImpl. setLabelPlacement(LabelPlacement labelPlacement)Setter for property labelPlacement.TextSymbolizerStyleFactoryImpl. textSymbolizer(String name, Expression geometry, Description description, Unit<?> unit, Expression label, Font font, LabelPlacement placement, Halo halo, Fill fill)TextSymbolizerStyleFactoryImpl2. 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.visitorMethods in org.geotools.styling.visitor that return LabelPlacement Modifier and Type Method Description protected LabelPlacementDuplicatingStyleVisitor. copy(LabelPlacement placement)Methods in org.geotools.styling.visitor with parameters of type LabelPlacement Modifier and Type Method Description protected LabelPlacementDuplicatingStyleVisitor. copy(LabelPlacement placement)
- 
Uses of LabelPlacement in org.geotools.xml.stylingMethods in org.geotools.xml.styling that return LabelPlacement Modifier and Type Method Description protected LabelPlacementSLDParser. parseLabelPlacement(Node root)Internal parse method - made protected for unit testing
 
-