Class EnvelopeType
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 Summary
Modifier and TypeFieldDescriptionprotected CoordinatesType
protected DirectPositionType
protected List<DirectPositionType>
protected BigInteger
protected String
protected DirectPositionType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the axisLabels property.Gets the value of the coordinates property.Gets the value of the lowerCorner property.getPos()
Gets the value of the pos property.Gets the value of the srsDimension property.Gets the value of the srsName property.Gets the value of the uomLabels property.Gets the value of the upperCorner property.void
setCoordinates
(CoordinatesType value) Sets the value of the coordinates property.void
setLowerCorner
(DirectPositionType value) Sets the value of the lowerCorner property.void
setSrsDimension
(BigInteger value) Sets the value of the srsDimension property.void
setSrsName
(String value) Sets the value of the srsName property.void
setUpperCorner
(DirectPositionType value) Sets the value of the upperCorner property.
-
Field Details
-
lowerCorner
-
upperCorner
-
pos
-
coordinates
-
srsName
-
srsDimension
-
axisLabels
-
uomLabels
-
-
Constructor Details
-
EnvelopeType
public EnvelopeType()
-
-
Method Details
-
getLowerCorner
Gets the value of the lowerCorner property.- Returns:
- possible object is
DirectPositionType
-
setLowerCorner
Sets the value of the lowerCorner property.- Parameters:
value
- allowed object isDirectPositionType
-
getUpperCorner
Gets the value of the upperCorner property.- Returns:
- possible object is
DirectPositionType
-
setUpperCorner
Sets the value of the upperCorner property.- Parameters:
value
- allowed object isDirectPositionType
-
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
Gets the value of the coordinates property.- Returns:
- possible object is
CoordinatesType
-
setCoordinates
Sets the value of the coordinates property.- Parameters:
value
- allowed object isCoordinatesType
-
getSrsName
Gets the value of the srsName property.- Returns:
- possible object is
String
-
setSrsName
Sets the value of the srsName property.- Parameters:
value
- allowed object isString
-
getSrsDimension
Gets the value of the srsDimension property.- Returns:
- possible object is
BigInteger
-
setSrsDimension
Sets the value of the srsDimension property.- Parameters:
value
- allowed object isBigInteger
-
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
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
-