Uses of Class
com.luciad.format.gmlcommon.transformation.TLcdGMLTransformer
Packages that use TLcdGMLTransformer
Package
Description
Provides support for transforming domain objects and model to and from GML.
-
Uses of TLcdGMLTransformer in com.luciad.format.gmlcommon.transformation
Methods in com.luciad.format.gmlcommon.transformation that return TLcdGMLTransformerModifier and TypeMethodDescriptionTLcdGMLTransformerBuilder.build()
Creates a new GML transformation.Constructors in com.luciad.format.gmlcommon.transformation with parameters of type TLcdGMLTransformerModifierConstructorDescriptionTLcdGMLApplicationModelDecoder
(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.