Uses of Class
com.luciad.wms.sld.model.TLcdSLDStyledLayerDescriptor
Packages that use 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
Methods in com.luciad.wms.client.model that return TLcdSLDStyledLayerDescriptorModifier and TypeMethodDescriptionTLcdWMSDataSource.getSLDStyledLayerDescriptor()Returns the Styled Layer Descriptor.ALcdWMSProxy.getStyledLayerDescriptor()Returns the Styled Layer Descriptor (SLD) which will be sent along with requests.Methods in com.luciad.wms.client.model with parameters of type TLcdSLDStyledLayerDescriptorModifier and TypeMethodDescriptionvoidALcdWMSProxy.setStyledLayerDescriptor(TLcdSLDStyledLayerDescriptor aSLD) Sets a Styled Layer Descriptor (SLD) to send along with requests.voidTLcdWMSGetLegendGraphicRequest.setStyledLayerDescriptor(TLcdSLDStyledLayerDescriptor aSLD) Sets a Styled Layer Descriptor which will be used for the 'sld_body' parameter.voidTLcdWMSGetMapRequest.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
Methods in com.luciad.wms.server that return TLcdSLDStyledLayerDescriptorModifier and TypeMethodDescriptionTLcdWMSGetLegendGraphicRequestContext.getSLDStyledLayerDescriptor()Methods in com.luciad.wms.server with parameters of type TLcdSLDStyledLayerDescriptorModifier and TypeMethodDescriptionprotected voidTLcdOGCWMSCommandDispatcher.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
Methods in com.luciad.wms.sld.xml that return TLcdSLDStyledLayerDescriptorModifier 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.Methods in com.luciad.wms.sld.xml with parameters of type TLcdSLDStyledLayerDescriptorModifier and TypeMethodDescriptionvoidTLcdSLDStyledLayerDescriptorEncoder.encodeStyledLayerDescriptor(TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor, String aSourceName) Encodes the given feature type style to the given destination.voidTLcdSLDStyledLayerDescriptorEncoder10.encodeStyledLayerDescriptor(TLcdSLDStyledLayerDescriptor aStyledLayerDescriptor, String aSourceName) Deprecated.Encodes the given Styled Layer Descriptor to the given destination.