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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureDecoder
(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:
configureDecoder
in interfaceILcdXMLSchemaBasedDecoderLibrary
- Parameters:
aDecoder
- the XML decoder to be configured.
-