Uses of Class
org.citygml4j.jaxb.gml._3_1_1.TimePeriodType

Packages that use TimePeriodType
org.citygml4j.jaxb.gml._3_1_1   
 

Uses of TimePeriodType in org.citygml4j.jaxb.gml._3_1_1
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimePeriodType
 TimePeriodType ObjectFactory.createTimePeriodType()
          Create an instance of TimePeriodType
 TimePeriodType TimePeriodPropertyType.getTimePeriod()
          Ruft den Wert der timePeriod-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TimePeriodType
 javax.xml.bind.JAXBElement<TimePeriodType> ObjectFactory.createTemporalExtent(TimePeriodType value)
          Create an instance of JAXBElement<TimePeriodType>}
 javax.xml.bind.JAXBElement<TimePeriodType> ObjectFactory.createTimePeriod(TimePeriodType value)
          Create an instance of JAXBElement<TimePeriodType>}
 java.util.List<TimePeriodType> ExtentType.getTemporalExtent()
          Unordered list of time periods whose union describes the spatial domain of this object.Gets the value of the temporalExtent property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimePeriodType
 javax.xml.bind.JAXBElement<TimePeriodType> ObjectFactory.createTemporalExtent(TimePeriodType value)
          Create an instance of JAXBElement<TimePeriodType>}
 javax.xml.bind.JAXBElement<TimePeriodType> ObjectFactory.createTimePeriod(TimePeriodType value)
          Create an instance of JAXBElement<TimePeriodType>}
 void TimePeriodPropertyType.setTimePeriod(TimePeriodType value)
          Legt den Wert der timePeriod-Eigenschaft fest.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type TimePeriodType
 void ExtentType.setTemporalExtent(java.util.List<TimePeriodType> temporalExtent)
          Unordered list of time periods whose union describes the spatial domain of this object.