Uses of Class
com.luciad.datamodel.transformation.TLcdTransformer
Packages that use TLcdTransformer
Package
Description
This package provides an API to support data transformations from one model
to another model.
Provides support for transforming domain objects and model to and from GML.
-
Uses of TLcdTransformer in com.luciad.datamodel.transformation
Methods in com.luciad.datamodel.transformation that return TLcdTransformerModifier and TypeMethodDescriptionTLcdTransformer.getInverse()
Gets the inverse of this transformer.Methods in com.luciad.datamodel.transformation with parameters of type TLcdTransformerModifier and TypeMethodDescriptionvoid
TLcdDataModelMapping.configure
(TLcdTransformer aTransformerSFCT) Registers transformations for the configured mappings and for all types in themapped
source data models (if it is not explicitly ignored and if a target type could be found). -
Uses of TLcdTransformer in com.luciad.format.gmlcommon.transformation
Subclasses of TLcdTransformer in com.luciad.format.gmlcommon.transformationModifier and TypeClassDescriptionclass
SpecializedTLcdTransformer
can transforms objects from a given source data model into GML and vice versa.