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
ConstructorDescriptionCreates a newcom.luciad.format.gml31.xml.TLcdGML31DecoderLibrary
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureDecoder
(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:
configureDecoder
in interfaceILcdXMLSchemaBasedDecoderLibrary
- Parameters:
aDecoder
- the decoder to configure
-