Class TLcdGML31Degrees

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

public class TLcdGML31Degrees extends TLcdFeaturedDataObject
Integer number of degrees, plus the angle direction. This element can be used for geographic Latitude and Longitude. For Latitude, the XML attribute direction can take the values "N" or "S", meaning North or South of the equator. For Longitude, direction can take the values "E" or "W", meaning East or West of the prime meridian. This element can also be used for other angles. In that case, the direction can take the values "+" or "-" (of SignType), in the specified rotational direction from a specified reference direction.
Since:
10.0
See Also:
  • Field Details

    • VALUE_PROPERTY

      public static final TLcdDataProperty VALUE_PROPERTY
      Data property that maps to the value defined by the simple content. The possible values for this property are instances of Long.
    • DIRECTION_PROPERTY

      public static final TLcdDataProperty DIRECTION_PROPERTY
      Data property that maps to the direction attribute. The possible values for this property are instances of
  • Constructor Details

    • TLcdGML31Degrees

      public TLcdGML31Degrees()
    • TLcdGML31Degrees

      public TLcdGML31Degrees(TLcdDataType aType)
  • Method Details

    • getValueObject

      public Long getValueObject()
      Returns the value of the property that maps to the value defined by the simple content.
      Returns:
      the value of the VALUE_PROPERTY property.
    • setValueObject

      public void setValueObject(Long aValue)
      Sets the value of the property that maps to the value defined by the simple content.
      Parameters:
      aValue - the value to set for the VALUE_PROPERTY property.
    • getDirection

      public Object getDirection()
      Returns the value of the property that maps to the direction attribute.

      The possible values for this property are instances of

      Returns:
      the value of the DIRECTION_PROPERTY property.
    • setDirection

      public void setDirection(Object aValue)
      Sets the value of the property that maps to the direction attribute.

      The possible values for this property are instances of

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