Package nl.b3p.csw.jaxb.gml
Class LengthType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.MeasureType
-
- nl.b3p.csw.jaxb.gml.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>
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.jaxb.gml.MeasureType
uom, value
-
-
Constructor Summary
Constructors Constructor Description LengthType()Default no-arg constructorLengthType(double value, String uom)Fully-initialising value constructor
-
-
-
Constructor Detail
-
LengthType
public LengthType()
Default no-arg constructor
-
LengthType
public LengthType(double value, String uom)Fully-initialising value constructor
-
-