Uses of Class
com.luciad.ogc.sld.model.TLcdSLDLinePlacement
Packages that use TLcdSLDLinePlacement
Package
Description
Model objects for SLD Feature Type Styles implementing the OGC 05-077r4,
Symbology encoding standard, version 1.1.0, and the deprecated OGC 02-070 standard,
Styled Layer Descriptor Implementation Specification, version 1.0.
-
Uses of TLcdSLDLinePlacement in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDLinePlacementModifier and TypeMethodDescriptionTLcdSLDLabelPlacement.getLinePlacement()Gest the line placement.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDLinePlacementModifier and TypeMethodDescriptionTLcdSLDTextSymbolizer.Builder.linePlacement(TLcdSLDLinePlacement aLinePlacement) Specifies the line placement for the label.voidTLcdSLDLabelPlacement.setLinePlacement(TLcdSLDLinePlacement aLinePlacement) Sets the line placement.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDLinePlacementModifierConstructorDescriptionTLcdSLDLabelPlacement(TLcdSLDLinePlacement aLinePlacement) Constructor with a given line placement.