Package com.luciad.wms.sld.xml
Class TLcdSLDStyledLayerDescriptorEncoderLibrary
java.lang.Object
com.luciad.wms.sld.xml.TLcdSLDStyledLayerDescriptorEncoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedEncoderLibrary
public class TLcdSLDStyledLayerDescriptorEncoderLibrary
extends Object
implements ILcdXMLSchemaBasedEncoderLibrary
Implementation of
ILcdXMLSchemaBasedEncoderLibrary
for the OGC StyledLayerDescriptor 1.0.0 XML Schema.
This library is an extension to the TLcdSLDFeatureTypeStyleEncoderLibrary
and contains
the marshallers for the SLD model classes in the com.luciad.wms.sld.model package.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the specifiedTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents for which this library was written.
-
Constructor Details
-
TLcdSLDStyledLayerDescriptorEncoderLibrary
public TLcdSLDStyledLayerDescriptorEncoderLibrary()
-
-
Method Details
-
configureEncoder
Description copied from interface:ILcdXMLSchemaBasedEncoderLibrary
Configures the specifiedTLcdXMLSchemaBasedEncoder
so that it can be used for marshalling Java object graphs to XML documents for which this library was written.- Specified by:
configureEncoder
in interfaceILcdXMLSchemaBasedEncoderLibrary
- Parameters:
aEncoder
- the XML encoder to be configured.
-