Interface Measure

All Superinterfaces:
Serializable
All Known Implementing Classes:
MeasureImpl

public interface Measure extends Serializable
POJO class for XML type MeasureType(@http://www.opengis.net/gml/3.2). This is a complex type.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    double
     
    void
    Sets the uom property
    void
    setValue(double value)
    Sets the measured value
  • Method Details

    • getValue

      double getValue()
      Returns:
      the measured value
    • setValue

      void setValue(double value)
      Sets the measured value
      Parameters:
      value - decimal value
    • getUom

      String getUom()
      Returns:
      the uom property
    • setUom

      void setUom(String uom)
      Sets the uom property
      Parameters:
      uom - URI or UCUM code