|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.GridEnvelopeType
public class GridEnvelopeType
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 class for GridEnvelopeType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Field Summary | |
|---|---|
protected java.util.List<java.math.BigInteger> |
high
|
protected java.util.List<java.math.BigInteger> |
low
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.math.BigInteger> low
protected java.util.List<java.math.BigInteger> high
| Constructor Detail |
|---|
public GridEnvelopeType()
| Method Detail |
|---|
public java.util.List<java.math.BigInteger> getLow()
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
public java.util.List<java.math.BigInteger> getHigh()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||