Package com.luciad.format.gml2.xml
Class TLcdGML2EncoderLibrary
java.lang.Object
com.luciad.format.gml2.xml.TLcdGML2EncoderLibrary
- All Implemented Interfaces:
ILcdXMLSchemaBasedEncoderLibrary
Implementation of
ILcdXMLSchemaBasedEncoderLibrary
for the GML 2 XML Schema.
- Since:
- 9.0
-
Constructor Summary
ConstructorDescriptionCreates a newcom.luciad.format.gml2.xml.TLcdGML2EncoderLibrary
. -
Method Summary
Modifier and TypeMethodDescriptionvoid
configureEncoder
(TLcdXMLSchemaBasedEncoder aEncoder) Configures the encoder with the encoder library from the GML2 data model'sTLcdXMLSchemaMappingAnnotation
.
-
Constructor Details
-
TLcdGML2EncoderLibrary
public TLcdGML2EncoderLibrary()Creates a newcom.luciad.format.gml2.xml.TLcdGML2EncoderLibrary
.
-
-
Method Details
-
configureEncoder
Configures the encoder with the encoder library from the GML2 data model'sTLcdXMLSchemaMappingAnnotation
.- Specified by:
configureEncoder
in interfaceILcdXMLSchemaBasedEncoderLibrary
- Parameters:
aEncoder
- the XML encoder to be configured.
-