Uses of Class
org.citygml4j.model.citygml.tunnel.TunnelPart

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

Uses of TunnelPart in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelPart
 TunnelPartType Tunnel200Marshaller.marshalTunnelPart(TunnelPart src)
           
 void Tunnel200Marshaller.marshalTunnelPart(TunnelPart src, TunnelPartType dest)
           
 

Uses of TunnelPart in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return TunnelPart
 TunnelPart Tunnel200Unmarshaller.unmarshalTunnelPart(TunnelPartType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelPart
 void Tunnel200Unmarshaller.unmarshalTunnelPart(TunnelPartType src, TunnelPart dest)
           
 

Uses of TunnelPart in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return TunnelPart
 TunnelPart TunnelPartProperty.getTunnelPart()
           
 

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type TunnelPart
 java.lang.Class<TunnelPart> TunnelPartProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type TunnelPart
 void TunnelPartProperty.setTunnelPart(TunnelPart tunnelPart)
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type TunnelPart
TunnelPartProperty(TunnelPart tunnelPart)
           
 

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

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

Uses of TunnelPart in org.citygml4j.util.walker
 

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