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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type InteriorFurnitureProperty
 InteriorFurniturePropertyType Tunnel200Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return InteriorFurnitureProperty
 InteriorFurnitureProperty Tunnel200Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type InteriorFurnitureProperty
 java.util.List<InteriorFurnitureProperty> HollowSpace.getInteriorFurniture()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type InteriorFurnitureProperty
 void HollowSpace.addInteriorFurniture(InteriorFurnitureProperty interiorFurniture)
           
 boolean HollowSpace.unsetInteriorFurniture(InteriorFurnitureProperty interiorFurniture)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type InteriorFurnitureProperty
 void HollowSpace.setInteriorFurniture(java.util.List<InteriorFurnitureProperty> interiorFurniture)