Class CircularAreaStructure

  • All Implemented Interfaces:
    Serializable

    public class CircularAreaStructure
    extends LocationStructure
    implements Serializable
    Type for a circular area centered around a point that may be expressed in concrete WGS 84 Coordinates or any gml compatible point coordinates format. +SIRI v2.1

    Java class for CircularAreaStructure complex type.

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

     <complexType name="CircularAreaStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}LocationStructure">
           <sequence>
             <element name="Radius" type="{http://www.siri.org.uk/siri}DistanceType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CircularAreaStructure

        public CircularAreaStructure()
    • Method Detail

      • getRadius

        public BigInteger getRadius()
        Gets the value of the radius property.
        Returns:
        possible object is BigInteger
      • setRadius

        public void setRadius​(BigInteger value)
        Sets the value of the radius property.
        Parameters:
        value - allowed object is BigInteger