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