Package com.luciad.format.gml2.xml
Class TLcdGML2DecoderLibrary
java.lang.Object
com.luciad.format.gml2.xml.TLcdGML2DecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
Implementation of
ILcdXMLSchemaBasedDecoderLibrary
for the GML 2 XML Schema.- Since:
- 9.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Configures the decoder with the decoder library from the GML2 data model'sTLcdXMLSchemaMappingAnnotation.
-
Constructor Details
-
TLcdGML2DecoderLibrary
public TLcdGML2DecoderLibrary()
-
-
Method Details
-
configureDecoder
Configures the decoder with the decoder library from the GML2 data model'sTLcdXMLSchemaMappingAnnotation.- Specified by:
configureDecoderin interfaceILcdXMLSchemaBasedDecoderLibrary- Parameters:
aDecoder- the XML decoder to be configured.
-