Uses of Class
org.citygml4j.jaxb.citygml.tun._2.TunnelType

Packages that use TunnelType
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.jaxb.citygml.tun._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return TunnelType
 TunnelType Tunnel200Marshaller.marshalTunnel(Tunnel src)
           
 

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

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

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

Uses of TunnelType in org.citygml4j.jaxb.citygml.tun._2
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return TunnelType
 TunnelType ObjectFactory.createTunnelType()
          Create an instance of TunnelType
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type TunnelType
 javax.xml.bind.JAXBElement<TunnelType> ObjectFactory.createTunnel(TunnelType value)
          Create an instance of JAXBElement<TunnelType>}
 

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type TunnelType
 javax.xml.bind.JAXBElement<TunnelType> ObjectFactory.createTunnel(TunnelType value)
          Create an instance of JAXBElement<TunnelType>}