Class TLcdGML32Transformation

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdISO19115Transformation

public class TLcdGML32Transformation extends TLcdGML32AbstractGeneralTransformation
gml:Transformation is a concrete object element derived from gml:GeneralTransformation (13.6.2.13). This concrete object can be used for all operation methods, without using a GML Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Transformation instance. The parameterValue elements are an unordered list of composition associations to the set of parameter values used by this conversion operation.
Since:
2026.0
  • Field Details

    • METHOD_PROPERTY

      public static final TLcdDataProperty METHOD_PROPERTY
      Data property that maps to the method element. The possible values for this property are instances of TLcdGML32OperationMethodProperty.
    • PARAMETER_VALUE_PROPERTY

      public static final TLcdDataProperty PARAMETER_VALUE_PROPERTY
      Data property that maps to the parameterValue element. The possible values for this property are instances of List<TLcdGML32AbstractGeneralParameterValueProperty>.
  • Constructor Details

    • TLcdGML32Transformation

      public TLcdGML32Transformation()
    • TLcdGML32Transformation

      public TLcdGML32Transformation(TLcdDataType aType)
  • Method Details