Class TLcdGML32ConcatenatedOperation

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

public class TLcdGML32ConcatenatedOperation extends TLcdGML32AbstractCoordinateOperation
gml:ConcatenatedOperation is an ordered sequence of two or more coordinate operations. This sequence of operations is constrained by the requirement that the source coordinate reference system of step (n+1) must be the same as the target coordinate reference system of step (n). The source coordinate reference system of the first step and the target coordinate reference system of the last step are the source and target coordinate reference system associated with the concatenated operation. Instead of a forward operation, an inverse operation may be used for one or more of the operation steps mentioned above, if the inverse operation is uniquely defined by the forward operation. The gml:coordOperation property elements are an ordered sequence of associations to the two or more operations used by this concatenated operation. The AggregationAttributeGroup should be used to specify that the coordOperation associations are ordered.
Since:
2026.0
  • Field Details

    • AGGREGATION_TYPE_PROPERTY

      public static final TLcdDataProperty AGGREGATION_TYPE_PROPERTY
      Data property that maps to the aggregationType attribute. The possible values for this property are instances of ELcdGML32Aggregation.
    • COORD_OPERATION_PROPERTY

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

    • TLcdGML32ConcatenatedOperation

      public TLcdGML32ConcatenatedOperation()
    • TLcdGML32ConcatenatedOperation

      public TLcdGML32ConcatenatedOperation(TLcdDataType aType)
  • Method Details