Uses of Class
com.luciad.ogc.sld.model.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
Modifier and TypeMethodDescriptionTLcdSLDLabelPlacement.getPointPlacement()
Gets the point placement.Modifier and TypeMethodDescriptionTLcdSLDPointPlacement.newBuilder()
Creates a new builder with the default values.Modifier and TypeMethodDescriptionTLcdSLDTextSymbolizer.Builder.pointPlacement
(TLcdSLDPointPlacement aPointPlacement) Specifies the point placement for the label.void
TLcdSLDLabelPlacement.setPointPlacement
(TLcdSLDPointPlacement aPointPlacement) Sets the point placement.ModifierConstructorDescriptionTLcdSLDLabelPlacement
(TLcdSLDPointPlacement aPointPlacement) Constructor with a given point placement.