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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimePositionType
 TimePositionType ObjectFactory.createTimePositionType()
          Create an instance of TimePositionType
 TimePositionType TimePeriodType.getBeginPosition()
          Gets the value of the beginPosition property.
 TimePositionType TimePeriodType.getEndPosition()
          Gets the value of the endPosition property.
 TimePositionType TimeCoordinateSystemType.getOriginPosition()
          Gets the value of the originPosition property.
 TimePositionType TimeInstantType.getTimePosition()
          Gets the value of the timePosition property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type TimePositionType
 javax.xml.bind.JAXBElement<TimePositionType> ObjectFactory.createTimePosition(TimePositionType value)
          Create an instance of JAXBElement<TimePositionType>}
 java.util.List<TimePositionType> EnvelopeWithTimePeriodType.getTimePosition()
          Gets the value of the timePosition property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimePositionType
 javax.xml.bind.JAXBElement<TimePositionType> ObjectFactory.createTimePosition(TimePositionType value)
          Create an instance of JAXBElement<TimePositionType>}
 void TimePeriodType.setBeginPosition(TimePositionType value)
          Sets the value of the beginPosition property.
 void TimePeriodType.setEndPosition(TimePositionType value)
          Sets the value of the endPosition property.
 void TimeCoordinateSystemType.setOriginPosition(TimePositionType value)
          Sets the value of the originPosition property.
 void TimeInstantType.setTimePosition(TimePositionType value)
          Sets the value of the timePosition property.
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type TimePositionType
 void EnvelopeWithTimePeriodType.setTimePosition(java.util.List<TimePositionType> timePosition)
          Sets the value of the timePosition property.