Uses of Class
com.luciad.ogc.sld.model.TLcdSLDGeometry
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 TLcdSLDGeometry in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionTLcdSLDLineSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDPointSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDPolygonSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDRasterSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.TLcdSLDTextSymbolizer.Builder.geometry
(TLcdSLDGeometry aGeometry) Sets the geometry of the symbolizer.ModifierConstructorDescriptionTLcdSLDLineSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDStroke aStroke) Constructs a line symbolizer with a given stroke and geometry.TLcdSLDPointSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDGraphic aGraphic) Constructs a point symbolizer for the given graphic and geometry.TLcdSLDPolygonSymbolizer
(TLcdSLDStroke aStroke, TLcdSLDFill aFill, TLcdSLDGeometry aGeometry) Constructor for given stroke, fill and geometry.TLcdSLDRasterSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDParameterValue aOpacity, TLcdSLDChannelSelection aChannelSelection, TLcdSLDOverlapBehavior aOverlapBehavior, TLcdSLDColorMap aColorMap, TLcdSLDContrastEnhancement aContrastEnhancement, TLcdSLDShadedRelief aShadedRelief, TLcdSLDImageOutline aImageOutline) Constructor for given parameters.TLcdSLDTextSymbolizer
(TLcdSLDGeometry aGeometry, TLcdSLDParameterValue aLabel, TLcdSLDFont aFont, TLcdSLDLabelPlacement aLabelPlacement, TLcdSLDHalo aHalo, TLcdSLDFill aFill) Constructor for given parameters.