Class WGS84BoundingBoxType


  • public class WGS84BoundingBoxType
    extends BoundingBoxType
    This type is adapted from the general BoundingBoxType, with modified contents and documentation for use with the 2D WGS 84 coordinate reference system.

    Java class for WGS84BoundingBoxType complex type.

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

     <complexType name="WGS84BoundingBoxType">
       <complexContent>
         <restriction base="{http://www.opengis.net/ows}BoundingBoxType">
           <sequence>
             <element name="LowerCorner" type="{http://www.opengis.net/ows}PositionType2D"/>
             <element name="UpperCorner" type="{http://www.opengis.net/ows}PositionType2D"/>
           </sequence>
           <attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" fixed="urn:ogc:def:crs:OGC:2:84" />
           <attribute name="dimensions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" fixed="2" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WGS84BoundingBoxType

        public WGS84BoundingBoxType()
        Default no-arg constructor
      • WGS84BoundingBoxType

        public WGS84BoundingBoxType​(List<Double> lowerCorner,
                                    List<Double> upperCorner,
                                    String crs,
                                    BigInteger dimensions)
        Fully-initialising value constructor