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

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

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

Methods in org.citygml4j.jaxb.gml._3_1_1 that return TimeInstantPropertyType
 TimeInstantPropertyType ObjectFactory.createTimeInstantPropertyType()
          Create an instance of TimeInstantPropertyType
 TimeInstantPropertyType TimePeriodType.getBegin()
          Gets the value of the begin property.
 TimeInstantPropertyType TimePeriodType.getEnd()
          Gets the value of the end property.
 TimeInstantPropertyType TimeCoordinateSystemType.getOrigin()
          Gets the value of the origin property.
 TimeInstantPropertyType TimeNodeType.getPosition()
          Gets the value of the position property.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type TimeInstantPropertyType
 void TimePeriodType.setBegin(TimeInstantPropertyType value)
          Sets the value of the begin property.
 void TimePeriodType.setEnd(TimeInstantPropertyType value)
          Sets the value of the end property.
 void TimeCoordinateSystemType.setOrigin(TimeInstantPropertyType value)
          Sets the value of the origin property.
 void TimeNodeType.setPosition(TimeInstantPropertyType value)
          Sets the value of the position property.