Uses of Class
org.citygml4j.model.citygml.transportation.Track

Packages that use Track
org.citygml4j.builder.jaxb.marshal.citygml.transportation   
org.citygml4j.builder.jaxb.unmarshal.citygml.transportation   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return Track
 Track Transportation200Unmarshaller.unmarshalTrack(TrackType src)
           
 Track Transportation100Unmarshaller.unmarshalTrack(TrackType src)
           
 

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

Uses of Track in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Track
 T FeatureFunctor.apply(Track track)
           
 void FeatureVisitor.visit(Track track)
           
 

Uses of Track in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Track
 T GMLFunctionWalker.apply(Track track)
           
 T FeatureFunctionWalker.apply(Track track)
           
 void GMLWalker.visit(Track track)
           
 void FeatureWalker.visit(Track track)