public class EnvelopeType extends Object
Java class for EnvelopeType complex type.
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"/>
</choice>
<attGroup ref="{http://www.opengis.net/gml/3.2}SRSReferenceGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DirectPositionType |
lowerCorner |
protected List<DirectPositionType> |
pos |
protected BigInteger |
srsDimension |
protected String |
srsName |
protected DirectPositionType |
upperCorner |
| Constructor and Description |
|---|
EnvelopeType() |
| Modifier and Type | Method and Description |
|---|---|
DirectPositionType |
getLowerCorner()
Gets the value of the lowerCorner property.
|
List<DirectPositionType> |
getPos()
Gets the value of the pos property.
|
BigInteger |
getSrsDimension()
Gets the value of the srsDimension property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
DirectPositionType |
getUpperCorner()
Gets the value of the upperCorner 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.
|
String |
toString()
Generates a String representation of the contents of this type.
|
EnvelopeType |
withLowerCorner(DirectPositionType value) |
EnvelopeType |
withPos(Collection<DirectPositionType> values) |
EnvelopeType |
withPos(DirectPositionType... values) |
EnvelopeType |
withSrsDimension(BigInteger value) |
EnvelopeType |
withSrsName(String value) |
EnvelopeType |
withUpperCorner(DirectPositionType value) |
protected DirectPositionType lowerCorner
protected DirectPositionType upperCorner
protected List<DirectPositionType> pos
protected String srsName
protected BigInteger srsDimension
public DirectPositionType getLowerCorner()
DirectPositionTypepublic void setLowerCorner(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic DirectPositionType getUpperCorner()
DirectPositionTypepublic void setUpperCorner(DirectPositionType value)
value - allowed object is
DirectPositionTypepublic List<DirectPositionType> getPos()
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
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic BigInteger getSrsDimension()
BigIntegerpublic void setSrsDimension(BigInteger value)
value - allowed object is
BigIntegerpublic EnvelopeType withLowerCorner(DirectPositionType value)
public EnvelopeType withUpperCorner(DirectPositionType value)
public EnvelopeType withPos(DirectPositionType... values)
public EnvelopeType withPos(Collection<DirectPositionType> values)
public EnvelopeType withSrsName(String value)
public EnvelopeType withSrsDimension(BigInteger value)
Copyright © 2018 Entur AS. All rights reserved.