Uses of Class
org.citygml4j.jaxb.citygml._0_4.TrackType

Packages that use TrackType
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of TrackType in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation that return TrackType
 TrackType Transportation040Marshaller.marshalTrack(Track src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TrackType
 void Transportation040Marshaller.marshalTrack(Track src, TrackType dest)
           
 

Uses of TrackType in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type TrackType
 Track Transportation040Unmarshaller.unmarshalTrack(TrackType src)
           
 void Transportation040Unmarshaller.unmarshalTrack(TrackType src, Track dest)
           
 

Uses of TrackType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return TrackType
 TrackType ObjectFactory.createTrackType()
          Create an instance of TrackType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type TrackType
 javax.xml.bind.JAXBElement<TrackType> ObjectFactory.createTrack(TrackType value)
          Create an instance of JAXBElement<TrackType>}
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type TrackType
 javax.xml.bind.JAXBElement<TrackType> ObjectFactory.createTrack(TrackType value)
          Create an instance of JAXBElement<TrackType>}