Uses of Interface
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.factory   
org.citygml4j.impl.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 Transportation100Marshaller.marshalRoad(Road src)
           
 RoadType Transportation040Marshaller.marshalRoad(Road src)
           
 void Transportation100Marshaller.marshalRoad(Road src, RoadType dest)
           
 void Transportation040Marshaller.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 Transportation100Unmarshaller.unmarshalRoad(RoadType src)
           
 Road Transportation040Unmarshaller.unmarshalRoad(RoadType src)
           
 

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

Uses of Road in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Road
 Road CityGMLFactory.createRoad()
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement Road
 class RoadImpl
           
 

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)