Class AimedFlexibleArea

  • All Implemented Interfaces:
    Serializable

    public class AimedFlexibleArea
    extends Object
    implements Serializable
    Bounding box, circular area or gml:polyon of the area where stops of a flexible service are called. +SIRI v2.1 A flexible area is used in cases where a pre-booked service allows pick-up/drop-off anywhere in a designated area and provides a possible interchange to a higher-frequency service.

    Java class for FlexibleAreaStructure complex type.

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

     <complexType name="FlexibleAreaStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <element name="BoundingBox" type="{http://www.siri.org.uk/siri}BoundingBoxStructure"/>
             <element name="CircularArea" type="{http://www.siri.org.uk/siri}CircularAreaStructure"/>
             <element ref="{http://www.opengis.net/gml/3.2}Polygon"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form