Class TLcdGML32Conversion

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

public class TLcdGML32Conversion extends TLcdGML32AbstractGeneralConversion
gml:Conversion is a concrete operation on coordinates that does not include any change of Datum. The best-known example of a coordinate conversion is a map projection. The parameters describing coordinate conversions are defined rather than empirically derived. Note that some conversions have no parameters. This concrete complex type can be used without using a GML Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one Conversion instance. The usesValue property 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

    • TLcdGML32Conversion

      public TLcdGML32Conversion()
    • TLcdGML32Conversion

      public TLcdGML32Conversion(TLcdDataType aType)
  • Method Details