Package nl.b3p.csw.jaxb.gml
Class AngleChoiceType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AngleChoiceType
-
public class AngleChoiceType extends Object
Value of an angle quantity provided in either degree-minute-second format or single value format.Java class for AngleChoiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AngleChoiceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.opengis.net/gml}angle"/> <element ref="{http://www.opengis.net/gml}dmsAngle"/> </choice> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AngleChoiceType()Default no-arg constructorAngleChoiceType(Angle angle, DmsAngle dmsAngle)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnglegetAngle()Gets the value of the angle property.DmsAnglegetDmsAngle()Gets the value of the dmsAngle property.voidsetAngle(Angle value)Sets the value of the angle property.voidsetDmsAngle(DmsAngle value)Sets the value of the dmsAngle property.
-
-
-
Method Detail
-
getAngle
public Angle getAngle()
Gets the value of the angle property.- Returns:
- possible object is
Angle
-
setAngle
public void setAngle(Angle value)
Sets the value of the angle property.- Parameters:
value- allowed object isAngle
-
getDmsAngle
public DmsAngle getDmsAngle()
Gets the value of the dmsAngle property.- Returns:
- possible object is
DmsAngle
-
-