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}DirectPositionType"/>
<element name="upperCorner" type="{http://www.opengis.net/gml}DirectPositionType"/>
</sequence>
<element ref="{http://www.opengis.net/gml}coord" maxOccurs="2" minOccurs="2"/>
<element ref="{http://www.opengis.net/gml}pos" maxOccurs="2" minOccurs="2"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
</choice>
<attGroup ref="{http://www.opengis.net/gml}SRSReferenceGroup"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
axisLabels |
protected List<Coord> |
coord |
protected Coordinates |
coordinates |
protected DirectPositionType |
lowerCorner |
protected List<Pos> |
pos |
protected BigInteger |
srsDimension |
protected String |
srsName |
protected List<String> |
uomLabels |
protected DirectPositionType |
upperCorner |
| Constructor and Description |
|---|
EnvelopeType()
Default no-arg constructor
|
EnvelopeType(DirectPositionType lowerCorner,
DirectPositionType upperCorner,
List<Coord> coord,
List<Pos> pos,
Coordinates coordinates,
String srsName,
BigInteger srsDimension,
List<String> axisLabels,
List<String> uomLabels)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAxisLabels()
Gets the value of the axisLabels property.
|
List<Coord> |
getCoord()
deprecated with GML version 3.0 Gets the value of the coord property.
|
Coordinates |
getCoordinates()
Deprecated with GML version 3.1.0.
|
DirectPositionType |
getLowerCorner()
Gets the value of the lowerCorner property.
|
List<Pos> |
getPos()
Deprecated with GML version 3.1.
|
BigInteger |
getSrsDimension()
Gets the value of the srsDimension property.
|
String |
getSrsName()
Gets the value of the srsName property.
|
List<String> |
getUomLabels()
Gets the value of the uomLabels property.
|
DirectPositionType |
getUpperCorner()
Gets the value of the upperCorner property.
|
void |
setCoordinates(Coordinates 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.
|
protected DirectPositionType lowerCorner
protected DirectPositionType upperCorner
protected Coordinates coordinates
protected String srsName
protected BigInteger srsDimension
public EnvelopeType()
public EnvelopeType(DirectPositionType lowerCorner, DirectPositionType upperCorner, List<Coord> coord, List<Pos> pos, Coordinates coordinates, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels)
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<Coord> getCoord()
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 coord property.
For example, to add a new item, do as follows:
getCoord().add(newItem);
Objects of the following type(s) are allowed in the list
Coord
public List<Pos> 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
Pos
public Coordinates getCoordinates()
Coordinatespublic void setCoordinates(Coordinates value)
value - allowed object is
Coordinatespublic String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic BigInteger getSrsDimension()
BigIntegerpublic void setSrsDimension(BigInteger value)
value - allowed object is
BigIntegerpublic List<String> getAxisLabels()
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
public List<String> getUomLabels()
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
Copyright © 2015. All rights reserved.