Uses of Class
com.luciad.ogc.sld.model.TLcdSLDPointSymbolizer.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 TLcdSLDPointSymbolizer.Builder in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDRule.Builder.addPointSymbolizer()
Starts the definition of a new point symbolizer which is to be added to the rule.TLcdSLDPointSymbolizer.Builder.foot()
Sets the unit of measure for this symbolizer to foot.TLcdSLDPointSymbolizer.Builder.geometry
(TLcdOGCFunction aGeometryFunction) Specifies the geometry that is styled by this symbolizer.TLcdSLDPointSymbolizer.Builder.geometry
(TLcdOGCPropertyName aGeometry) Specifies the geometry that is styled by this symbolizer.TLcdSLDPointSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDPointSymbolizer.Builder.graphic
(TLcdSLDGraphic aGraphic) Sets the graphic for this point symbolizer.TLcdSLDPointSymbolizer.Builder.metre()
Sets the unit of measure for this symbolizer to metre.TLcdSLDPointSymbolizer.newBuilder()
Creates a new builder with the default values.Modifier and TypeMethodDescriptionTLcdSLDPointSymbolizer.Builder.graphic()
Returns a builder for the graphic that should be used by the point symbolizer.