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

Packages that use Road
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 Road in org.citygml4j.builder.jaxb.marshal.citygml.transportation
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type Road
 RoadType Transportation200Marshaller.marshalRoad(Road src)
           
 RoadType Transportation100Marshaller.marshalRoad(Road src)
           
 void Transportation200Marshaller.marshalRoad(Road src, RoadType dest)
           
 void Transportation100Marshaller.marshalRoad(Road src, RoadType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return Road
 Road Transportation200Unmarshaller.unmarshalRoad(RoadType src)
           
 Road Transportation100Unmarshaller.unmarshalRoad(RoadType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type Road
 void Transportation200Unmarshaller.unmarshalRoad(RoadType src, Road dest)
           
 void Transportation100Unmarshaller.unmarshalRoad(RoadType src, Road dest)
           
 

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

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

Uses of Road in org.citygml4j.util.walker
 

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