Uses of Interface
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.factory   
org.citygml4j.impl.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 Transportation100Marshaller.marshalTransportationComplex(TransportationComplex src)
           
 TransportationComplexType Transportation040Marshaller.marshalTransportationComplex(TransportationComplex src)
           
 void Transportation100Marshaller.marshalTransportationComplex(TransportationComplex src, TransportationComplexType dest)
           
 void Transportation040Marshaller.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 Transportation100Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src)
           
 TransportationComplex Transportation040Unmarshaller.unmarshalTransportationComplex(TransportationComplexType src)
           
 

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

Uses of TransportationComplex in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return TransportationComplex
 TransportationComplex CityGMLFactory.createTransportationComplex()
           
 

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

Classes in org.citygml4j.impl.citygml.transportation that implement TransportationComplex
 class RailwayImpl
           
 class RoadImpl
           
 class SquareImpl
           
 class TrackImpl
           
 class TransportationComplexImpl
           
 

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

Subinterfaces of TransportationComplex in org.citygml4j.model.citygml.transportation
 interface Railway
           
 interface Road
           
 interface Square
           
 interface 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)