|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.ows._2.BoundingBoxType
public class BoundingBoxType
This type is adapted from the EnvelopeType of GML 3.1, with modified contents and documentation for encoding a MINIMUM size box SURROUNDING all associated data.
Classe Java pour BoundingBoxType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="BoundingBoxType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LowerCorner" type="{http://www.opengis.net/ows/2.0}PositionType"/>
<element name="UpperCorner" type="{http://www.opengis.net/ows/2.0}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>
| Field Summary | |
|---|---|
protected String |
crs
|
protected BigInteger |
dimensions
|
protected List<Double> |
lowerCorner
|
protected List<Double> |
upperCorner
|
| Constructor Summary | |
|---|---|
BoundingBoxType()
|
|
| Method Summary | |
|---|---|
String |
getCrs()
Obtient la valeur de la propriété crs. |
BigInteger |
getDimensions()
Obtient la valeur de la propriété dimensions. |
List<Double> |
getLowerCorner()
Gets the value of the lowerCorner property. |
List<Double> |
getUpperCorner()
Gets the value of the upperCorner property. |
boolean |
isSetCrs()
|
boolean |
isSetDimensions()
|
boolean |
isSetLowerCorner()
|
boolean |
isSetUpperCorner()
|
void |
setCrs(String value)
Définit la valeur de la propriété crs. |
void |
setDimensions(BigInteger value)
Définit la valeur de la propriété dimensions. |
void |
unsetLowerCorner()
|
void |
unsetUpperCorner()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Double> lowerCorner
protected List<Double> upperCorner
protected String crs
protected BigInteger dimensions
| Constructor Detail |
|---|
public BoundingBoxType()
| Method Detail |
|---|
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 boolean isSetLowerCorner()
public void unsetLowerCorner()
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 boolean isSetUpperCorner()
public void unsetUpperCorner()
public String getCrs()
Stringpublic void setCrs(String value)
value - allowed object is
Stringpublic boolean isSetCrs()
public BigInteger getDimensions()
BigIntegerpublic void setDimensions(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetDimensions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||