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

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

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

Subclasses of HistoryPropertyType in org.citygml4j.jaxb.gml._3_1_1
 class TrackType
          The track of a moving object is a sequence of specialized timeslices that indicate the status of the object.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return HistoryPropertyType
 HistoryPropertyType ObjectFactory.createHistoryPropertyType()
          Create an instance of HistoryPropertyType
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type HistoryPropertyType
 javax.xml.bind.JAXBElement<HistoryPropertyType> ObjectFactory.createHistory(HistoryPropertyType value)
          Create an instance of JAXBElement<HistoryPropertyType>}
 javax.xml.bind.JAXBElement<? extends HistoryPropertyType> DynamicFeatureType.getHistory()
          Ruft den Wert der history-Eigenschaft ab.
 javax.xml.bind.JAXBElement<? extends HistoryPropertyType> DynamicFeatureCollectionType.getHistory()
          Ruft den Wert der history-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type HistoryPropertyType
 javax.xml.bind.JAXBElement<HistoryPropertyType> ObjectFactory.createHistory(HistoryPropertyType value)
          Create an instance of JAXBElement<HistoryPropertyType>}
 

Method parameters in org.citygml4j.jaxb.gml._3_1_1 with type arguments of type HistoryPropertyType
 void DynamicFeatureType.setHistory(javax.xml.bind.JAXBElement<? extends HistoryPropertyType> value)
          Legt den Wert der history-Eigenschaft fest.
 void DynamicFeatureCollectionType.setHistory(javax.xml.bind.JAXBElement<? extends HistoryPropertyType> value)
          Legt den Wert der history-Eigenschaft fest.