Class BoundingBoxStructure

  • All Implemented Interfaces:
    Serializable

    public class BoundingBoxStructure
    extends Object
    implements Serializable
    Defines a bounding box using two corner points. GML terminology. +SIRI v2.0

    Java class for BoundingBoxStructure complex type.

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

     <complexType name="BoundingBoxStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="UpperLeft" type="{http://www.siri.org.uk/siri}LocationStructure"/>
             <element name="LowerRight" type="{http://www.siri.org.uk/siri}LocationStructure"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form