Package com.luciad.format.gml31.xml
Class TLcdGML31DecoderLibrary
java.lang.Object
com.luciad.format.gml31.xml.TLcdGML31DecoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedDecoderLibrary
Implementation of
ILcdXMLSchemaBasedDecoderLibrary
for the GML 3.1 XML Schema.- Since:
- 9.0
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newcom.luciad.format.gml31.xml.TLcdGML31DecoderLibrary. -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureDecoder(TLcdXMLSchemaBasedDecoder aDecoder) Configures the decoder with the decoder library from the GML31 data model'sTLcdXMLSchemaMappingAnnotation.
-
Constructor Details
-
TLcdGML31DecoderLibrary
public TLcdGML31DecoderLibrary()Creates a newcom.luciad.format.gml31.xml.TLcdGML31DecoderLibrary.
-
-
Method Details
-
configureDecoder
Configures the decoder with the decoder library from the GML31 data model'sTLcdXMLSchemaMappingAnnotation.- Specified by:
configureDecoderin interfaceILcdXMLSchemaBasedDecoderLibrary- Parameters:
aDecoder- the decoder to configure
-