Uses of Class
com.luciad.wms.sld.model.ALcdSLDLayerStyle
Package
Description
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 ALcdSLDLayerStyle in com.luciad.wms.sld.model
Modifier and TypeClassDescriptionclass
Represents a named style that can be associated with a named or user-defined layer within a Styled Layer Descriptor.class
Represents a user-defined style for a user-defined layer within a Styled Layer Descriptor.Modifier and TypeMethodDescriptionALcdSLDLayer.getLayerStyle
(int aIndex) Returns the style of this SLD layer at a given index.Modifier and TypeMethodDescriptionvoid
ALcdSLDLayer.addLayerStyle
(ALcdSLDLayerStyle aLayerStyle) Adds a style to this SLD layer.void
TLcdSLDUserLayer.addLayerStyle
(ALcdSLDLayerStyle aLayerStyle) Adds a style to this user-defined layer.void
ALcdSLDLayer.removeLayerStyle
(ALcdSLDLayerStyle aLayerStyle) Removes a style from this SLD layer.ModifierConstructorDescriptionALcdSLDLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdDataType aType) Constructs a new SLD Layer for the given parameter.TLcdSLDNamedLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints) Creates a newTLcdSLDNamedLayer
instance with the given name, layer styles and constraint.TLcdSLDUserLayer
(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdSLDRemoteOWS aRemoteOWS) Creates a newTLcdSLDUserLayer
instance with the given name, layer styles and constraints.