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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type AbstractTunnelType
 void Tunnel200Marshaller.marshalAbstractTunnel(AbstractTunnel src, AbstractTunnelType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type AbstractTunnelType
 void Tunnel200Unmarshaller.unmarshalAbstractTunnel(AbstractTunnelType src, AbstractTunnel dest)
           
 

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

Subclasses of AbstractTunnelType in org.citygml4j.jaxb.citygml.tun._2
 class TunnelPartType
          A Tunnel composed of structural segments differing in important geometrical or semantical properties can be separated into one Tunnel and additional TunnelParts.
 class TunnelType
          Horizontal or sloping underground or partly underground, enclosed way of some length (ISO 6707-1) Java-Klasse für TunnelType complex type.
 

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

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

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