Class EnvelopeType

java.lang.Object
nl.b3p.topnl.top100nl.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">
       <choice>
         <sequence>
           <element name="lowerCorner" type="{http://www.opengis.net/gml/3.2}DirectPositionType"/>
           <element name="upperCorner" type="{http://www.opengis.net/gml/3.2}DirectPositionType"/>
         </sequence>
         <element ref="{http://www.opengis.net/gml/3.2}pos" maxOccurs="2" minOccurs="2"/>
         <element ref="{http://www.opengis.net/gml/3.2}coordinates"/>
       </choice>
       <attGroup ref="{http://www.opengis.net/gml/3.2}SRSReferenceGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EnvelopeType

      public EnvelopeType()
  • Method Details

    • getLowerCorner

      public DirectPositionType getLowerCorner()
      Gets the value of the lowerCorner property.
      Returns:
      possible object is DirectPositionType
    • setLowerCorner

      public void setLowerCorner(DirectPositionType value)
      Sets the value of the lowerCorner property.
      Parameters:
      value - allowed object is DirectPositionType
    • getUpperCorner

      public DirectPositionType getUpperCorner()
      Gets the value of the upperCorner property.
      Returns:
      possible object is DirectPositionType
    • setUpperCorner

      public void setUpperCorner(DirectPositionType value)
      Sets the value of the upperCorner property.
      Parameters:
      value - allowed object is DirectPositionType
    • getPos

      public List<DirectPositionType> getPos()
      Gets the value of the pos 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 pos property.

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

          getPos().add(newItem);
       

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

    • getCoordinates

      public CoordinatesType getCoordinates()
      Gets the value of the coordinates property.
      Returns:
      possible object is CoordinatesType
    • setCoordinates

      public void setCoordinates(CoordinatesType value)
      Sets the value of the coordinates property.
      Parameters:
      value - allowed object is CoordinatesType
    • getSrsName

      public String getSrsName()
      Gets the value of the srsName property.
      Returns:
      possible object is String
    • setSrsName

      public void setSrsName(String value)
      Sets the value of the srsName property.
      Parameters:
      value - allowed object is String
    • getSrsDimension

      public BigInteger getSrsDimension()
      Gets the value of the srsDimension property.
      Returns:
      possible object is BigInteger
    • setSrsDimension

      public void setSrsDimension(BigInteger value)
      Sets the value of the srsDimension property.
      Parameters:
      value - allowed object is BigInteger
    • getAxisLabels

      public List<String> getAxisLabels()
      Gets the value of the axisLabels 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 axisLabels property.

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

          getAxisLabels().add(newItem);
       

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

    • getUomLabels

      public List<String> getUomLabels()
      Gets the value of the uomLabels 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 uomLabels property.

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

          getUomLabels().add(newItem);
       

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