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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.transportation with parameters of type TransportationComplex
 TransportationComplexType Transportation200Marshaller.marshalTransportationComplex(TransportationComplex src)
           
 TransportationComplexType Transportation100Marshaller.marshalTransportationComplex(TransportationComplex src)
           
 void Transportation200Marshaller.marshalTransportationComplex(TransportationComplex src, TransportationComplexType dest)
           
 void Transportation100Marshaller.marshalTransportationComplex(TransportationComplex src, TransportationComplexType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation that return TransportationComplex
 TransportationComplex Transportation200Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src)
           
 TransportationComplex Transportation100Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.transportation with parameters of type TransportationComplex
 void Transportation200Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src, TransportationComplex dest)
           
 void Transportation100Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src, TransportationComplex dest)
           
 

Uses of TransportationComplex in org.citygml4j.model.citygml.transportation
 

Subclasses of TransportationComplex in org.citygml4j.model.citygml.transportation
 class Railway
           
 class Road
           
 class Square
           
 class Track
           
 

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

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

Uses of TransportationComplex in org.citygml4j.util.walker
 

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