Package com.luciad.wms.sld.xml
Class TLcdSLDStyledLayerDescriptorDecoderLibrary
java.lang.Object
com.luciad.wms.sld.xml.TLcdSLDStyledLayerDescriptorDecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
public class TLcdSLDStyledLayerDescriptorDecoderLibrary
extends Object
implements ILcdXMLSchemaBasedDecoderLibrary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureDecoder
(TLcdXMLSchemaBasedDecoder aDecoder) Configures the specifiedTLcdXMLSchemaBasedDecoder
so that it can be used for unmarshalling XML documents for which this library was written.
-
Constructor Details
-
TLcdSLDStyledLayerDescriptorDecoderLibrary
public TLcdSLDStyledLayerDescriptorDecoderLibrary()
-
-
Method Details
-
configureDecoder
Description copied from interface:ILcdXMLSchemaBasedDecoderLibrary
Configures the specifiedTLcdXMLSchemaBasedDecoder
so that it can be used for unmarshalling XML documents for which this library was written.- Specified by:
configureDecoder
in interfaceILcdXMLSchemaBasedDecoderLibrary
- Parameters:
aDecoder
- the XML decoder to be configured.
-