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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type InteriorHollowSpaceProperty
 InteriorHollowSpacePropertyType Tunnel200Marshaller.marshalInteriorHollowSpaceProperty(InteriorHollowSpaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return InteriorHollowSpaceProperty
 InteriorHollowSpaceProperty Tunnel200Unmarshaller.unmarshalInteriorHollowSpaceProperty(InteriorHollowSpacePropertyType src)
           
 

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

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

Methods in org.citygml4j.model.citygml.tunnel with parameters of type InteriorHollowSpaceProperty
 void AbstractTunnel.addInteriorHollowSpace(InteriorHollowSpaceProperty interiorHollowSpace)
           
 boolean AbstractTunnel.unsetInteriorHollowSpace(InteriorHollowSpaceProperty interiorHollowSpace)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type InteriorHollowSpaceProperty
 void AbstractTunnel.setInteriorHollowSpace(java.util.List<InteriorHollowSpaceProperty> interiorHollowSpace)