Class TLcdGML31DMSAngle

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

public class TLcdGML31DMSAngle extends TLcdFeaturedDataObject
Angle value provided in degree-minute-second or degree-minute format.
Since:
10.0
See Also:
  • Field Details

    • DEGREES_PROPERTY

      public static final TLcdDataProperty DEGREES_PROPERTY
      Data property that maps to the degrees element. The possible values for this property are instances of TLcdGML31Degrees.
    • DECIMAL_MINUTES_PROPERTY

      public static final TLcdDataProperty DECIMAL_MINUTES_PROPERTY
      Data property that maps to the decimalMinutes element. The possible values for this property are instances of Double.
    • MINUTES_PROPERTY

      public static final TLcdDataProperty MINUTES_PROPERTY
      Data property that maps to the minutes element. The possible values for this property are instances of Long.
    • SECONDS_PROPERTY

      public static final TLcdDataProperty SECONDS_PROPERTY
      Data property that maps to the seconds element. The possible values for this property are instances of Double.
  • Constructor Details

    • TLcdGML31DMSAngle

      public TLcdGML31DMSAngle()
    • TLcdGML31DMSAngle

      public TLcdGML31DMSAngle(TLcdDataType aType)
  • Method Details

    • getDegrees

      public TLcdGML31Degrees getDegrees()
      Returns the value of the property that maps to the degrees element.
      Returns:
      the value of the DEGREES_PROPERTY property.
    • setDegrees

      public void setDegrees(TLcdGML31Degrees aValue)
      Sets the value of the property that maps to the degrees element.
      Parameters:
      aValue - the value to set for the DEGREES_PROPERTY property.
    • getDecimalMinutes

      public Double getDecimalMinutes()
      Returns the value of the property that maps to the decimalMinutes element.
      Returns:
      the value of the DECIMAL_MINUTES_PROPERTY property.
    • setDecimalMinutes

      public void setDecimalMinutes(Double aValue)
      Sets the value of the property that maps to the decimalMinutes element.
      Parameters:
      aValue - the value to set for the DECIMAL_MINUTES_PROPERTY property.
    • getMinutes

      public Long getMinutes()
      Returns the value of the property that maps to the minutes element.
      Returns:
      the value of the MINUTES_PROPERTY property.
    • setMinutes

      public void setMinutes(Long aValue)
      Sets the value of the property that maps to the minutes element.
      Parameters:
      aValue - the value to set for the MINUTES_PROPERTY property.
    • getSeconds

      public Double getSeconds()
      Returns the value of the property that maps to the seconds element.
      Returns:
      the value of the SECONDS_PROPERTY property.
    • setSeconds

      public void setSeconds(Double aValue)
      Sets the value of the property that maps to the seconds element.
      Parameters:
      aValue - the value to set for the SECONDS_PROPERTY property.