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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelFurniture
 TunnelFurnitureType Tunnel200Marshaller.marshalTunnelFurniture(TunnelFurniture src)
           
 void Tunnel200Marshaller.marshalTunnelFurniture(TunnelFurniture src, TunnelFurnitureType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return TunnelFurniture
 TunnelFurniture Tunnel200Unmarshaller.unmarshalTunnelFurniture(TunnelFurnitureType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type TunnelFurniture
 void Tunnel200Unmarshaller.unmarshalTunnelFurniture(TunnelFurnitureType src, TunnelFurniture dest)
           
 

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

Methods in org.citygml4j.model.citygml.tunnel that return TunnelFurniture
 TunnelFurniture InteriorFurnitureProperty.getTunnelFurniture()
           
 

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

Methods in org.citygml4j.model.citygml.tunnel with parameters of type TunnelFurniture
 void InteriorFurnitureProperty.setTunnelFurniture(TunnelFurniture tunnelFurniture)
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type TunnelFurniture
InteriorFurnitureProperty(TunnelFurniture tunnelFurniture)
           
 

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

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

Uses of TunnelFurniture in org.citygml4j.util.walker
 

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