org.deegree.geometry.metadata.jaxb
Class EnvelopeType

java.lang.Object
  extended by org.deegree.geometry.metadata.jaxb.EnvelopeType

public class EnvelopeType
extends Object

Java class for EnvelopeType complex type.

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

 <complexType name="EnvelopeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="LowerCorner" type="{http://www.deegree.org/metadata/spatial}PositionType"/>
         <element name="UpperCorner" type="{http://www.deegree.org/metadata/spatial}PositionType"/>
       </sequence>
       <attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String crs
           
protected  List<Double> lowerCorner
           
protected  List<Double> upperCorner
           
 
Constructor Summary
EnvelopeType()
           
 
Method Summary
 String getCrs()
          Gets the value of the crs property.
 List<Double> getLowerCorner()
          Gets the value of the lowerCorner property.
 List<Double> getUpperCorner()
          Gets the value of the upperCorner property.
 void setCrs(String value)
          Sets the value of the crs property.
 
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
Constructor Detail

EnvelopeType

public EnvelopeType()
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


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


getCrs

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

Returns:
possible object is String

setCrs

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

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.