Uses of Class
com.luciad.ogc.sld.model.TLcdSLDDescription
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.
Model objects for SLD Styled Layer Descriptors implementing the OGC 05-078r4,
Styled Layer Descriptor standard, version 1.1.0, and the deprecated OGC 02-070 1.0.0 version of that standard.
-
Uses of TLcdSLDDescription in com.luciad.ogc.sld.model
Modifier and TypeMethodDescriptionALcdSLDSymbolizer.getDescription()
Gets the value of theALcdSLDSymbolizer.DESCRIPTION_PROPERTY
property.Modifier and TypeMethodDescriptionTLcdSLDFeatureTypeStyle.Builder.description
(TLcdSLDDescription aDescription) Sets thedescription
of the style.void
ALcdSLDSymbolizer.setDescription
(TLcdSLDDescription aValue) Sets the value of theALcdSLDSymbolizer.DESCRIPTION_PROPERTY
property.ModifierConstructorDescriptionTLcdSLDFeatureTypeStyle
(String aName, TLcdSLDDescription aDescription, String aFeatureTypeName, TLcdSLDRule[] aRules, String[] aSemanticTypeIdentifiers, String aVersion) Constructor for given parameters.TLcdSLDRule
(String aName, TLcdSLDDescription aDescription, TLcdSLDGraphic aLegendGraphic, TLcdOGCFilter aOGCFilter, boolean aHasElseFilter, double aMinScaleDenominator, double aMaxScaleDenominator, ALcdSLDSymbolizer[] aSymbolizers) Constructor for given parameters. -
Uses of TLcdSLDDescription in com.luciad.wms.sld.model
ModifierConstructorDescriptionTLcdSLDStyledLayerDescriptor
(String aName, TLcdSLDDescription aDescription, String aVersion, ALcdSLDLayer[] aLayers) Creates a newTLcdSLDStyledLayerDescriptor
instance with a given name, description, version and layer(s).TLcdSLDUserStyle
(String aName, TLcdSLDDescription aDescription, TLcdSLDFeatureTypeStyle[] aFeatureTypeStyles, boolean aDefault) Creates a newTLcdSLDUserStyle
instance with the given name, description and feature type styles.