Uses of Class
com.luciad.ogc.sld.model.TLcdSLDPointPlacement.Builder
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.Builder in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDPointPlacement.Builder.anchorPoint
(double aX, double aY) Sets the anchor point for the point placement.TLcdSLDPointPlacement.Builder.anchorPoint
(TLcdSLDAnchorPoint aAnchorPoint) Sets the anchor point for the point placement.TLcdSLDPointPlacement.Builder.displacement
(double aX, double aY) Sets the displacement for the point placement.TLcdSLDPointPlacement.Builder.displacement
(TLcdSLDDisplacement aDisplacement) Sets the displacement for the point placement.TLcdSLDPointPlacement.newBuilder()
Creates a new builder with the default values.TLcdSLDTextSymbolizer.Builder.pointPlacement()
Starts the definition of a new point placement which will be used as point placement for the label.TLcdSLDPointPlacement.Builder.rotation
(double aRotation) Sets a label rotation in degrees.