Class 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>
     
    • Field Detail

      • angle

        protected Angle angle
    • Constructor Detail

      • AngleChoiceType

        public AngleChoiceType()
        Default no-arg constructor
      • AngleChoiceType

        public AngleChoiceType​(Angle angle,
                               DmsAngle dmsAngle)
        Fully-initialising value constructor
    • 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 is Angle
      • getDmsAngle

        public DmsAngle getDmsAngle()
        Gets the value of the dmsAngle property.
        Returns:
        possible object is DmsAngle
      • setDmsAngle

        public void setDmsAngle​(DmsAngle value)
        Sets the value of the dmsAngle property.
        Parameters:
        value - allowed object is DmsAngle