net.opengis.ows._2
Class WGS84BoundingBoxType

java.lang.Object
  extended by net.opengis.ows._2.BoundingBoxType
      extended by net.opengis.ows._2.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.

Classe Java pour WGS84BoundingBoxType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="WGS84BoundingBoxType">
   <complexContent>
     <restriction base="{http://www.opengis.net/ows/2.0}BoundingBoxType">
       <sequence>
         <element name="LowerCorner" type="{http://www.opengis.net/ows/2.0}PositionType2D"/>
         <element name="UpperCorner" type="{http://www.opengis.net/ows/2.0}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>
 


Field Summary
 
Fields inherited from class net.opengis.ows._2.BoundingBoxType
crs, dimensions, lowerCorner, upperCorner
 
Constructor Summary
WGS84BoundingBoxType()
           
 
Method Summary
 
Methods inherited from class net.opengis.ows._2.BoundingBoxType
getCrs, getDimensions, getLowerCorner, getUpperCorner, isSetCrs, isSetDimensions, isSetLowerCorner, isSetUpperCorner, setCrs, setDimensions, unsetLowerCorner, unsetUpperCorner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WGS84BoundingBoxType

public WGS84BoundingBoxType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.