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

Packages that use TunnelInstallation
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 TunnelInstallation in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelInstallation
 TunnelInstallationType Tunnel200Marshaller.marshalTunnelInstallation(TunnelInstallation src)
           
 void Tunnel200Marshaller.marshalTunnelInstallation(TunnelInstallation src, TunnelInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return TunnelInstallation
 TunnelInstallation Tunnel200Unmarshaller.unmarshalTunnelInstallation(TunnelInstallationType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelInstallation
 void Tunnel200Unmarshaller.unmarshalTunnelInstallation(TunnelInstallationType src, TunnelInstallation dest)
           
 

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

Methods in org.citygml4j.model.citygml.tunnel that return TunnelInstallation
 TunnelInstallation TunnelInstallationProperty.getTunnelInstallation()
           
 

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

Methods in org.citygml4j.model.citygml.tunnel with parameters of type TunnelInstallation
 void TunnelInstallationProperty.setTunnelInstallation(TunnelInstallation tunnelInstallation)
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type TunnelInstallation
TunnelInstallationProperty(TunnelInstallation tunnelInstallation)
           
 

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

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

Uses of TunnelInstallation in org.citygml4j.util.walker
 

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