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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type InteriorFurnitureProperty
 InteriorFurniturePropertyType Building200Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 InteriorFurniturePropertyType Building100Marshaller.marshalInteriorFurnitureProperty(InteriorFurnitureProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return InteriorFurnitureProperty
 InteriorFurnitureProperty Building200Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 InteriorFurnitureProperty Building100Unmarshaller.unmarshalInteriorFurnitureProperty(InteriorFurniturePropertyType src)
           
 

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

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

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

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