Uses of Class
com.luciad.format.gmlcommon.transformation.TLcdGMLTransformer
Package
Description
Provides support for transforming domain objects and model to and from GML.
-
Uses of TLcdGMLTransformer in com.luciad.format.gmlcommon.transformation
Modifier and TypeMethodDescriptionTLcdGMLTransformerBuilder.build()
Creates a new GML transformation.ModifierConstructorDescriptionTLcdGMLApplicationModelDecoder
(TLcdGMLTransformer aTransformer) Constructs a new instance based on the givenTLcdGMLTransformer
and a newTLcdXMLSchemaBasedDecoder
.TLcdGMLApplicationModelDecoder
(TLcdXMLSchemaBasedDecoder aDecoder, TLcdGMLTransformer aTransformer) Constructs a new instance.TLcdGMLApplicationModelEncoder
(TLcdGMLTransformer aTransformer) Constructs a new instance based on the givenTLcdGMLTransformer
and a newTLcdXMLSchemaBasedEncoder
.TLcdGMLApplicationModelEncoder
(TLcdXMLSchemaBasedEncoder aEncoder, TLcdGMLTransformer aTransformer) Constructs a new instance.