Class MeasureType

  • All Implemented Interfaces:
    Serializable

    public class MeasureType
    extends Object
    implements Serializable
    gml:MeasureType supports recording an amount encoded as a value of XML Schema double, together with a units of measure indicated by an attribute uom, short for "units of measure". The value of the uom attribute identifies a reference system for the amount, usually a ratio or interval scale.

    Java class for MeasureType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MeasureType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>double">
           <attribute name="uom" use="required" type="{http://www.opengis.net/gml/3.2}UomIdentifier" />
         </extension>
       </simpleContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • value

        protected double value
    • Constructor Detail

      • MeasureType

        public MeasureType()
    • Method Detail

      • getValue

        public double getValue()
        Gets the value of the value property.
      • setValue

        public void setValue​(double value)
        Sets the value of the value property.
      • getUom

        public String getUom()
        Gets the value of the uom property.
        Returns:
        possible object is String
      • setUom

        public void setUom​(String value)
        Sets the value of the uom property.
        Parameters:
        value - allowed object is String