net.opengis.ows._2
Class BoundingBoxType

java.lang.Object
  extended by net.opengis.ows._2.BoundingBoxType
Direct Known Subclasses:
WGS84BoundingBoxType

public class BoundingBoxType
extends Object

This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data.

Classe Java pour BoundingBoxType complex type.

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

 <complexType name="BoundingBoxType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LowerCorner" type="{http://www.opengis.net/ows/2.0}PositionType"/>
         <element name="UpperCorner" type="{http://www.opengis.net/ows/2.0}PositionType"/>
       </sequence>
       <attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="dimensions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String crs
           
protected  BigInteger dimensions
           
protected  List<Double> lowerCorner
           
protected  List<Double> upperCorner
           
 
Constructor Summary
BoundingBoxType()
           
 
Method Summary
 String getCrs()
          Obtient la valeur de la propriété crs.
 BigInteger getDimensions()
          Obtient la valeur de la propriété dimensions.
 List<Double> getLowerCorner()
          Gets the value of the lowerCorner property.
 List<Double> getUpperCorner()
          Gets the value of the upperCorner property.
 boolean isSetCrs()
           
 boolean isSetDimensions()
           
 boolean isSetLowerCorner()
           
 boolean isSetUpperCorner()
           
 void setCrs(String value)
          Définit la valeur de la propriété crs.
 void setDimensions(BigInteger value)
          Définit la valeur de la propriété dimensions.
 void unsetLowerCorner()
           
 void unsetUpperCorner()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowerCorner

protected List<Double> lowerCorner

upperCorner

protected List<Double> upperCorner

crs

protected String crs

dimensions

protected BigInteger dimensions
Constructor Detail

BoundingBoxType

public BoundingBoxType()
Method Detail

getLowerCorner

public List<Double> getLowerCorner()
Gets the value of the lowerCorner property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lowerCorner property.

For example, to add a new item, do as follows:

    getLowerCorner().add(newItem);
 

Objects of the following type(s) are allowed in the list Double


isSetLowerCorner

public boolean isSetLowerCorner()

unsetLowerCorner

public void unsetLowerCorner()

getUpperCorner

public List<Double> getUpperCorner()
Gets the value of the upperCorner property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the upperCorner property.

For example, to add a new item, do as follows:

    getUpperCorner().add(newItem);
 

Objects of the following type(s) are allowed in the list Double


isSetUpperCorner

public boolean isSetUpperCorner()

unsetUpperCorner

public void unsetUpperCorner()

getCrs

public String getCrs()
Obtient la valeur de la propriété crs.

Returns:
possible object is String

setCrs

public void setCrs(String value)
Définit la valeur de la propriété crs.

Parameters:
value - allowed object is String

isSetCrs

public boolean isSetCrs()

getDimensions

public BigInteger getDimensions()
Obtient la valeur de la propriété dimensions.

Returns:
possible object is BigInteger

setDimensions

public void setDimensions(BigInteger value)
Définit la valeur de la propriété dimensions.

Parameters:
value - allowed object is BigInteger

isSetDimensions

public boolean isSetDimensions()


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