Uses of Class
com.luciad.datamodel.transformation.TLcdObjectTransformationProvider
Packages that use TLcdObjectTransformationProvider
Package
Description
This package provides an API to support data transformations from one model
to another model.
-
Uses of TLcdObjectTransformationProvider in com.luciad.datamodel.transformation
Methods in com.luciad.datamodel.transformation that return TLcdObjectTransformationProviderModifier and TypeMethodDescriptionTLcdObjectTransformationProvider.getInverse()
Returns the inverse of this provider.TLcdTransformer.getProvider()
Returns the transformation provider used by this transformer to retrieve object transformations.Methods in com.luciad.datamodel.transformation with parameters of type TLcdObjectTransformationProviderModifier and TypeMethodDescriptionTLcdDataTypeMapping.createTransformation
(TLcdObjectTransformationProvider aProvider) Creates and returns a transformation that is capable of transforming instances of the source type into instances of the target type.