Package com.luciad.ogc.sld.xml
Class TLcdSLDFeatureTypeStyleDecoderLibrary
java.lang.Object
com.luciad.ogc.sld.xml.TLcdSLDFeatureTypeStyleDecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
public class TLcdSLDFeatureTypeStyleDecoderLibrary
extends Object
implements ILcdXMLSchemaBasedDecoderLibrary
Implementation of
ILcdXMLSchemaBasedDecoderLibrary
for the OGC StyledLayerDescriptor 1.0.0 XML Schema.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Configures the specifiedTLcdXMLSchemaBasedDecoderso that it can be used for unmarshalling XML documents for which this library was written.
-
Constructor Details
-
TLcdSLDFeatureTypeStyleDecoderLibrary
public TLcdSLDFeatureTypeStyleDecoderLibrary()
-
-
Method Details
-
configureDecoder
Description copied from interface:ILcdXMLSchemaBasedDecoderLibraryConfigures the specifiedTLcdXMLSchemaBasedDecoderso that it can be used for unmarshalling XML documents for which this library was written.- Specified by:
configureDecoderin interfaceILcdXMLSchemaBasedDecoderLibrary- Parameters:
aDecoder- the XML decoder to be configured.
-