Class LengthType


  • public class LengthType
    extends MeasureType
    Value of a length (or distance) quantity, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.

    Java class for LengthType complex type.

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

     <complexType name="LengthType">
       <simpleContent>
         <restriction base="<http://www.opengis.net/gml>MeasureType">
         </restriction>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • LengthType

        public LengthType()
        Default no-arg constructor
      • LengthType

        public LengthType​(double value,
                          String uom)
        Fully-initialising value constructor