Uses of Class
com.luciad.wms.sld.model.ALcdSLDLayerStyle
Packages that use 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
Subclasses of ALcdSLDLayerStyle in com.luciad.wms.sld.modelModifier and TypeClassDescriptionclassRepresents a named style that can be associated with a named or user-defined layer within a Styled Layer Descriptor.classRepresents a user-defined style for a user-defined layer within a Styled Layer Descriptor.Methods in com.luciad.wms.sld.model that return ALcdSLDLayerStyleModifier and TypeMethodDescriptionALcdSLDLayer.getLayerStyle(int aIndex) Returns the style of this SLD layer at a given index.Methods in com.luciad.wms.sld.model with parameters of type ALcdSLDLayerStyleModifier and TypeMethodDescriptionvoidALcdSLDLayer.addLayerStyle(ALcdSLDLayerStyle aLayerStyle) Adds a style to this SLD layer.voidTLcdSLDUserLayer.addLayerStyle(ALcdSLDLayerStyle aLayerStyle) Adds a style to this user-defined layer.voidALcdSLDLayer.removeLayerStyle(ALcdSLDLayerStyle aLayerStyle) Removes a style from this SLD layer.Constructors in com.luciad.wms.sld.model with parameters of type ALcdSLDLayerStyleModifierConstructorDescriptionALcdSLDLayer(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 newTLcdSLDNamedLayerinstance with the given name, layer styles and constraint.TLcdSLDUserLayer(String aName, ALcdSLDLayerStyle[] aSLDLayerStyles, TLcdSLDLayerFeatureConstraints aLayerFeatureConstraints, TLcdSLDRemoteOWS aRemoteOWS) Creates a newTLcdSLDUserLayerinstance with the given name, layer styles and constraints.