Uses of Class
com.luciad.wms.sld.model.TLcdSLDStyledLayerDescriptor
Package
Description
Modeling of an OGC Web Map Service (WMS) and corresponding client API.
Implementation of the OGC Web Map Service (WMS) specification.
Encoding and decoding of XML files containing Styled Layer Descriptors to and from the SLD model.
-
Uses of TLcdSLDStyledLayerDescriptor in com.luciad.wms.client.model
Modifier and TypeMethodDescriptionTLcdWMSDataSource.getSLDStyledLayerDescriptor()
Returns the Styled Layer Descriptor.ALcdWMSProxy.getStyledLayerDescriptor()
Returns the Styled Layer Descriptor (SLD) which will be sent along with requests.Modifier and TypeMethodDescriptionvoid
ALcdWMSProxy.setStyledLayerDescriptor
(TLcdSLDStyledLayerDescriptor aSLD) Sets a Styled Layer Descriptor (SLD) to send along with requests.void
TLcdWMSGetLegendGraphicRequest.setStyledLayerDescriptor
(TLcdSLDStyledLayerDescriptor aSLD) Sets a Styled Layer Descriptor which will be used for the 'sld_body' parameter.void
TLcdWMSGetMapRequest.setStyledLayerDescriptor
(TLcdSLDStyledLayerDescriptor aSLD) Sets a Styled Layer Descriptor which will be used for the 'sld_body' parameter.TLcdWMSDataSource.Builder.styledLayerDescriptor
(TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor) Specify the styled layer descriptor. -
Uses of TLcdSLDStyledLayerDescriptor in com.luciad.wms.server
Modifier and TypeMethodDescriptionTLcdWMSGetLegendGraphicRequestContext.getSLDStyledLayerDescriptor()
Modifier and TypeMethodDescriptionprotected void
TLcdOGCWMSCommandDispatcher.addGXYLayers
(jakarta.servlet.http.HttpServletRequest aHttpServletRequest, String[] aLayerList, String[] aStyleList, TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor, TLcdGXYViewBufferedImage aGXYView) Creates the necessary layers based on the specified layer list, style list and/or styled layer descriptor, and adds them to the view. -
Uses of TLcdSLDStyledLayerDescriptor in com.luciad.wms.sld.xml
Modifier and TypeMethodDescriptionTLcdSLDStyledLayerDescriptorDecoder.decodeStyledLayerDescriptor
(String aSourceName) Processes the given XML source document, and returns the feature type style that corresponds the root element.TLcdSLDStyledLayerDescriptorDecoder10.decodeStyledLayerDescriptor
(String aSourceName) Deprecated.Processes the given XML source document, and returns the Styled Layer Descriptor that corresponds the root element.Modifier and TypeMethodDescriptionvoid
TLcdSLDStyledLayerDescriptorEncoder.encodeStyledLayerDescriptor
(TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor, String aSourceName) Encodes the given feature type style to the given destination.void
TLcdSLDStyledLayerDescriptorEncoder10.encodeStyledLayerDescriptor
(TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor, String aSourceName) Deprecated.Encodes the given Styled Layer Descriptor to the given destination.