public class BoundingBoxType extends Object
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.opengis.net/ows}PositionType"/>
<element name="UpperCorner" type="{http://www.opengis.net/ows}PositionType"/>
</sequence>
<attribute name="crs" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="dimensions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
crs |
protected BigInteger |
dimensions |
protected List<Double> |
lowerCorner |
protected List<Double> |
upperCorner |
| Constructor and Description |
|---|
BoundingBoxType()
Default no-arg constructor
|
BoundingBoxType(List<Double> lowerCorner,
List<Double> upperCorner,
String crs,
BigInteger dimensions)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCrs()
Gets the value of the crs property.
|
BigInteger |
getDimensions()
Gets the value of the dimensions 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.
|
void |
setDimensions(BigInteger value)
Sets the value of the dimensions property.
|
protected String crs
protected BigInteger dimensions
public List<Double> getLowerCorner()
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
public List<Double> getUpperCorner()
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
public String getCrs()
Stringpublic void setCrs(String value)
value - allowed object is
Stringpublic BigInteger getDimensions()
BigIntegerpublic void setDimensions(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2021 B3Partners B.V.. All rights reserved.