Uses of Interface
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.factory   
org.citygml4j.impl.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 Transportation100Marshaller.marshalTrack(Track src)
           
 TrackType Transportation040Marshaller.marshalTrack(Track src)
           
 void Transportation100Marshaller.marshalTrack(Track src, TrackType dest)
           
 void Transportation040Marshaller.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 Transportation100Unmarshaller.unmarshalTrack(TrackType src)
           
 Track Transportation040Unmarshaller.unmarshalTrack(TrackType src)
           
 

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

Uses of Track in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Track
 Track CityGMLFactory.createTrack()
           
 

Uses of Track in org.citygml4j.impl.citygml.transportation
 

Classes in org.citygml4j.impl.citygml.transportation that implement Track
 class TrackImpl
           
 

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)