|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.EnvelopeType
org.citygml4j.jaxb.gml._3_1_1.EnvelopeWithTimePeriodType
public class EnvelopeWithTimePeriodType
Envelope that includes also a temporal extent.
Java class for EnvelopeWithTimePeriodType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Constructor Summary | |
---|---|
EnvelopeWithTimePeriodType()
|
Method Summary | |
---|---|
java.lang.String |
getFrame()
Gets the value of the frame property. |
java.util.List<TimePositionType> |
getTimePosition()
Gets the value of the timePosition property. |
boolean |
isSetFrame()
|
boolean |
isSetTimePosition()
|
void |
setFrame(java.lang.String value)
Sets the value of the frame property. |
void |
setTimePosition(java.util.List<TimePositionType> timePosition)
Sets the value of the timePosition property. |
void |
unsetTimePosition()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.EnvelopeType |
---|
getAxisLabels, getCoord, getCoordinates, getLowerCorner, getPos, getSrsDimension, getSrsName, getUomLabels, getUpperCorner, isSetAxisLabels, isSetCoord, isSetCoordinates, isSetLowerCorner, isSetPos, isSetSrsDimension, isSetSrsName, isSetUomLabels, isSetUpperCorner, setAxisLabels, setCoord, setCoordinates, setLowerCorner, setPos, setSrsDimension, setSrsName, setUomLabels, setUpperCorner, unsetAxisLabels, unsetCoord, unsetPos, unsetUomLabels |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvelopeWithTimePeriodType()
Method Detail |
---|
public java.util.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 java.lang.String getFrame()
String
public void setFrame(java.lang.String value)
value
- allowed object is
String
public boolean isSetFrame()
public void setTimePosition(java.util.List<TimePositionType> timePosition)
timePosition
- allowed object is
TimePositionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |