|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.EnvelopeType
net.opengis.gml.EnvelopeWithTimePeriodType
public class EnvelopeWithTimePeriodType
Envelope that includes also a temporal extent.
Classe Java pour EnvelopeWithTimePeriodType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="EnvelopeWithTimePeriodType">
<complexContent>
<extension base="{http://www.opengis.net/gml}EnvelopeType">
<sequence>
<element ref="{http://www.opengis.net/gml}timePosition" maxOccurs="2" minOccurs="2"/>
</sequence>
<attribute name="frame" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="#ISO-8601" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
frame
|
protected List<TimePositionType> |
timePosition
|
| Fields inherited from class net.opengis.gml.EnvelopeType |
|---|
axisLabels, coord, coordinates, lowerCorner, pos, srsDimension, srsName, uomLabels, upperCorner |
| Constructor Summary | |
|---|---|
EnvelopeWithTimePeriodType()
|
|
| Method Summary | |
|---|---|
String |
getFrame()
Obtient la valeur de la propriété frame. |
List<TimePositionType> |
getTimePosition()
Gets the value of the timePosition property. |
boolean |
isSetFrame()
|
boolean |
isSetTimePosition()
|
void |
setFrame(String value)
Définit la valeur de la propriété frame. |
void |
unsetTimePosition()
|
| Methods inherited from class net.opengis.gml.EnvelopeType |
|---|
getAxisLabels, getCoord, getCoordinates, getLowerCorner, getPos, getSrsDimension, getSrsName, getUomLabels, getUpperCorner, isSetAxisLabels, isSetCoord, isSetCoordinates, isSetLowerCorner, isSetPos, isSetSrsDimension, isSetSrsName, isSetUomLabels, isSetUpperCorner, setCoordinates, setLowerCorner, setSrsDimension, setSrsName, setUpperCorner, unsetAxisLabels, unsetCoord, unsetPos, unsetUomLabels |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<TimePositionType> timePosition
protected String frame
| Constructor Detail |
|---|
public EnvelopeWithTimePeriodType()
| Method Detail |
|---|
public List<TimePositionType> getTimePosition()
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 timePosition property.
For example, to add a new item, do as follows:
getTimePosition().add(newItem);
Objects of the following type(s) are allowed in the list
TimePositionType
public boolean isSetTimePosition()
public void unsetTimePosition()
public String getFrame()
Stringpublic void setFrame(String value)
value - allowed object is
Stringpublic boolean isSetFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||