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 Link icon

    • UOM_PROPERTY Link icon

      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 Link icon

    • TLcdGML32UnitOfMeasure Link icon

      public TLcdGML32UnitOfMeasure()
    • TLcdGML32UnitOfMeasure Link icon

      public TLcdGML32UnitOfMeasure(TLcdDataType aType)
  • Method Details Link icon

    • getUom Link icon

      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 Link icon

      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.