Uses of Interface
com.luciad.datamodel.transformation.ILcdDataPropertyTransformation
Packages that use ILcdDataPropertyTransformation
Package
Description
This package provides an API to support data transformations from one model
to another model.
-
Uses of ILcdDataPropertyTransformation in com.luciad.datamodel.transformation
Methods in com.luciad.datamodel.transformation with parameters of type ILcdDataPropertyTransformationModifier and TypeMethodDescriptionvoid
TLcdDataTypeMapping.mapProperty
(TLcdDataProperty aSourceProperty, ILcdDataPropertyTransformation aTransformation) Maps the given source property using the given transformation on the target object.void
TLcdDataTypeMapping.mapProperty
(String aSourceProperty, ILcdDataPropertyTransformation aTransformation) Maps the given source property using the given transformation on the target object.