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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type Tunnel
 TunnelType Tunnel200Marshaller.marshalTunnel(Tunnel src)
           
 void Tunnel200Marshaller.marshalTunnel(Tunnel src, TunnelType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return Tunnel
 Tunnel Tunnel200Unmarshaller.unmarshalTunnel(TunnelType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type Tunnel
 void Tunnel200Unmarshaller.unmarshalTunnel(TunnelType src, Tunnel dest)
           
 

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

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

Uses of Tunnel in org.citygml4j.util.walker
 

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