Uses of Class
com.luciad.ogc.sld.model.TLcdSLDPointPlacement
Packages that use TLcdSLDPointPlacement
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 TLcdSLDPointPlacement in com.luciad.ogc.sld.model
Methods in com.luciad.ogc.sld.model that return TLcdSLDPointPlacementModifier and TypeMethodDescriptionTLcdSLDLabelPlacement.getPointPlacement()
Gets the point placement.Methods in com.luciad.ogc.sld.model that return types with arguments of type TLcdSLDPointPlacementModifier and TypeMethodDescriptionTLcdSLDPointPlacement.newBuilder()
Creates a new builder with the default values.Methods in com.luciad.ogc.sld.model with parameters of type TLcdSLDPointPlacementModifier and TypeMethodDescriptionTLcdSLDTextSymbolizer.Builder.pointPlacement
(TLcdSLDPointPlacement aPointPlacement) Specifies the point placement for the label.void
TLcdSLDLabelPlacement.setPointPlacement
(TLcdSLDPointPlacement aPointPlacement) Sets the point placement.Constructors in com.luciad.ogc.sld.model with parameters of type TLcdSLDPointPlacementModifierConstructorDescriptionTLcdSLDLabelPlacement
(TLcdSLDPointPlacement aPointPlacement) Constructor with a given point placement.