Class TLcdGML31Row

All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, ILcdFeatured, ILcdSelfDescribedFeatured, Serializable, Cloneable

public class TLcdGML31Row extends TLcdFeaturedDataObject
Since:
10.0
See Also:
  • Field Details

    • POS_GROUP_PROPERTY

      public static final TLcdDataProperty POS_GROUP_PROPERTY
      Data property that maps to the choice between the posList and pos and pointProperty elements. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML31Row

      public TLcdGML31Row()
    • TLcdGML31Row

      public TLcdGML31Row(TLcdDataType aType)
  • Method Details

    • getPosGroup

      public Object getPosGroup()
      Returns the value of the property that maps to the choice between the posList and pos and pointProperty elements.

      The possible values for this property are instances of

      Returns:
      the value of the POS_GROUP_PROPERTY property.
    • setPosGroup

      public void setPosGroup(Object aValue)
      Sets the value of the property that maps to the choice between the posList and pos and pointProperty elements.

      The possible values for this property are instances of

      Parameters:
      aValue - the value to set for the POS_GROUP_PROPERTY property.