org.citygml4j.jaxb.gml._3_1_1
Class GridEnvelopeType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.GridEnvelopeType

public class GridEnvelopeType
extends java.lang.Object

Provides grid coordinate values for the diametrically opposed corners of an envelope that bounds a section of grid. The value of a single coordinate is the number of offsets from the origin of the grid in the direction of a specific axis.

Java-Klasse für GridEnvelopeType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="GridEnvelopeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="low" type="{http://www.opengis.net/gml}integerList"/>
         <element name="high" type="{http://www.opengis.net/gml}integerList"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
GridEnvelopeType()
           
 
Method Summary
 java.util.List<java.math.BigInteger> getHigh()
          Gets the value of the high property.
 java.util.List<java.math.BigInteger> getLow()
          Gets the value of the low property.
 boolean isSetHigh()
           
 boolean isSetLow()
           
 void setHigh(java.util.List<java.math.BigInteger> high)
          Sets the value of the high property.
 void setLow(java.util.List<java.math.BigInteger> low)
          Sets the value of the low property.
 void unsetHigh()
           
 void unsetLow()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridEnvelopeType

public GridEnvelopeType()
Method Detail

getLow

public java.util.List<java.math.BigInteger> getLow()
Gets the value of the low 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 low property.

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

    getLow().add(newItem);
 

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


isSetLow

public boolean isSetLow()

unsetLow

public void unsetLow()

getHigh

public java.util.List<java.math.BigInteger> getHigh()
Gets the value of the high 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 high property.

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

    getHigh().add(newItem);
 

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


isSetHigh

public boolean isSetHigh()

unsetHigh

public void unsetHigh()

setLow

public void setLow(java.util.List<java.math.BigInteger> low)
Sets the value of the low property.

Parameters:
low - allowed object is BigInteger

setHigh

public void setHigh(java.util.List<java.math.BigInteger> high)
Sets the value of the high property.

Parameters:
high - allowed object is BigInteger