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

Packages that use TunnelPartProperty
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.model.citygml.tunnel   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type TunnelPartProperty
 TunnelPartPropertyType Tunnel200Marshaller.marshalTunnelPartProperty(TunnelPartProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return TunnelPartProperty
 TunnelPartProperty Tunnel200Unmarshaller.unmarshalTunnelPartProperty(TunnelPartPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type TunnelPartProperty
 java.util.List<TunnelPartProperty> AbstractTunnel.getConsistsOfTunnelPart()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type TunnelPartProperty
 void AbstractTunnel.addConsistsOfTunnelPart(TunnelPartProperty tunnelPart)
           
 boolean AbstractTunnel.unsetConsistsOfTunnelPart(TunnelPartProperty tunnelPart)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type TunnelPartProperty
 void AbstractTunnel.setConsistsOfTunnelPart(java.util.List<TunnelPartProperty> tunnelPart)