Class TLcdGML32PassThroughOperation

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

public class TLcdGML32PassThroughOperation extends TLcdGML32AbstractCoordinateOperation
gml:PassThroughOperation is a pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation. The modifiedCoordinate property elements are an ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation. The AggregationAttributeGroup should be used to specify that the modifiedCoordinate elements 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.
    • MODIFIED_COORDINATE_PROPERTY

      public static final TLcdDataProperty MODIFIED_COORDINATE_PROPERTY
      Data property that maps to the modifiedCoordinate element. The possible values for this property are instances of ILcdLongList.
    • 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 TLcdGML32CoordinateOperationProperty.
  • Constructor Details

    • TLcdGML32PassThroughOperation

      public TLcdGML32PassThroughOperation()
    • TLcdGML32PassThroughOperation

      public TLcdGML32PassThroughOperation(TLcdDataType aType)
  • Method Details