Uses of Class
org.citygml4j.jaxb.citygml.tran._1.TrackType

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TrackType
 void Transportation100Marshaller.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 Transportation100Unmarshaller.unmarshalTrack(TrackType src)
           
 void Transportation100Unmarshaller.unmarshalTrack(TrackType src, Track dest)
           
 

Uses of TrackType in org.citygml4j.jaxb.citygml.tran._1
 

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

Methods in org.citygml4j.jaxb.citygml.tran._1 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.tran._1 with parameters of type TrackType
 javax.xml.bind.JAXBElement<TrackType> ObjectFactory.createTrack(TrackType value)
          Create an instance of JAXBElement<TrackType>}