org.citygml4j.jaxb.gml._3_1_1
Class EnvelopeWithTimePeriodType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.EnvelopeType
      extended by org.citygml4j.jaxb.gml._3_1_1.EnvelopeWithTimePeriodType

public class EnvelopeWithTimePeriodType
extends EnvelopeType

Envelope that includes also a temporal extent.

Java-Klasse für EnvelopeWithTimePeriodType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <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()
          Ruft den Wert der frame-Eigenschaft ab.
 java.util.List<TimePositionType> getTimePosition()
          Gets the value of the timePosition property.
 boolean isSetFrame()
           
 boolean isSetTimePosition()
           
 void setFrame(java.lang.String value)
          Legt den Wert der frame-Eigenschaft fest.
 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

EnvelopeWithTimePeriodType

public EnvelopeWithTimePeriodType()
Method Detail

getTimePosition

public java.util.List<TimePositionType> getTimePosition()
Gets the value of the timePosition 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 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


isSetTimePosition

public boolean isSetTimePosition()

unsetTimePosition

public void unsetTimePosition()

getFrame

public java.lang.String getFrame()
Ruft den Wert der frame-Eigenschaft ab.

Returns:
possible object is String

setFrame

public void setFrame(java.lang.String value)
Legt den Wert der frame-Eigenschaft fest.

Parameters:
value - allowed object is String

isSetFrame

public boolean isSetFrame()

setTimePosition

public void setTimePosition(java.util.List<TimePositionType> timePosition)
Sets the value of the timePosition property.

Parameters:
timePosition - allowed object is TimePositionType