Class EXGeographicBoundingBoxType

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString

    public class EXGeographicBoundingBoxType
    extends AbstractEXGeographicExtentType
    implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
    Geographic area of the entire dataset referenced to WGS 84

    Java class for EX_GeographicBoundingBox_Type complex type.

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

     <complexType name="EX_GeographicBoundingBox_Type">
       <complexContent>
         <extension base="{http://www.isotc211.org/2005/gmd}AbstractEX_GeographicExtent_Type">
           <sequence>
             <element name="westBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
             <element name="eastBoundLongitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
             <element name="southBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
             <element name="northBoundLatitude" type="{http://www.isotc211.org/2005/gco}Decimal_PropertyType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>