org.deegree.services.jaxb.wms
Class BoundingBoxType

java.lang.Object
  extended by org.deegree.services.jaxb.wms.BoundingBoxType

public class BoundingBoxType
extends java.lang.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.

Java class for BoundingBoxType complex type.

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

 <complexType name="BoundingBoxType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LowerCorner" type="{http://www.deegree.org/services/wms}PositionType"/>
         <element name="UpperCorner" type="{http://www.deegree.org/services/wms}PositionType"/>
       </sequence>
       <attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="dimensions" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String crs
           
protected  java.lang.Integer dimensions
           
protected  java.util.List<java.lang.Double> lowerCorner
           
protected  java.util.List<java.lang.Double> upperCorner
           
 
Constructor Summary
BoundingBoxType()
           
 
Method Summary
 java.lang.String getCrs()
          Gets the value of the crs property.
 java.lang.Integer getDimensions()
          Gets the value of the dimensions property.
 java.util.List<java.lang.Double> getLowerCorner()
          Gets the value of the lowerCorner property.
 java.util.List<java.lang.Double> getUpperCorner()
          Gets the value of the upperCorner property.
 void setCrs(java.lang.String value)
          Sets the value of the crs property.
 void setDimensions(java.lang.Integer value)
          Sets the value of the dimensions property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lowerCorner

protected java.util.List<java.lang.Double> lowerCorner

upperCorner

protected java.util.List<java.lang.Double> upperCorner

crs

protected java.lang.String crs

dimensions

protected java.lang.Integer dimensions
Constructor Detail

BoundingBoxType

public BoundingBoxType()
Method Detail

getLowerCorner

public java.util.List<java.lang.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


getUpperCorner

public java.util.List<java.lang.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


getCrs

public java.lang.String getCrs()
Gets the value of the crs property.

Returns:
possible object is String

setCrs

public void setCrs(java.lang.String value)
Sets the value of the crs property.

Parameters:
value - allowed object is String

getDimensions

public java.lang.Integer getDimensions()
Gets the value of the dimensions property.

Returns:
possible object is Integer

setDimensions

public void setDimensions(java.lang.Integer value)
Sets the value of the dimensions property.

Parameters:
value - allowed object is Integer


Copyright © 2011. All Rights Reserved.