Class TLcdGML32UnitOfMeasure

java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32UnitOfMeasure
All Implemented Interfaces:
ILcdDataObject, ILcdCloneable, ILcdDeepCloneable, Cloneable
Direct Known Subclasses:
TLcdGML32ConversionToPreferredUnit, TLcdGML32DerivationUnitTerm

public class TLcdGML32UnitOfMeasure extends TLcdDataObject
The element gml:unitOfMeasure is a property element to refer to a unit of measure. This is an empty element which carries a reference to a unit of measure definition.
Since:
10.0
  • Field Details

    • UOM_PROPERTY

      public static final TLcdDataProperty UOM_PROPERTY
      Data property that maps to the uom attribute. The possible values for this property are instances of
      • String
      • URI
  • Constructor Details

    • TLcdGML32UnitOfMeasure

      public TLcdGML32UnitOfMeasure()
    • TLcdGML32UnitOfMeasure

      public TLcdGML32UnitOfMeasure(TLcdDataType aType)
  • Method Details

    • getUom

      public Object getUom()
      Returns the value of the property that maps to the uom attribute.

      The possible values for this property are instances of

      • String
      • URI
      Returns:
      the value of the UOM_PROPERTY property.
    • setUom

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

      The possible values for this property are instances of

      • String
      • URI
      Parameters:
      aValue - the value to set for the UOM_PROPERTY property.