Package nl.b3p.csw.jaxb.gml
Class AngleType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.MeasureType
-
- nl.b3p.csw.jaxb.gml.AngleType
-
public class AngleType extends MeasureType
Value of an angle quantity recorded as a single number, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for an angle, such as degrees or radians.Java class for AngleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AngleType"> <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 Detail
-
AngleType
public AngleType()
Default no-arg constructor
-
AngleType
public AngleType(double value, String uom)Fully-initialising value constructor
-
-