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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type InteriorRoomProperty
 InteriorRoomPropertyType Building200Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src)
           
 InteriorRoomPropertyType Building100Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return InteriorRoomProperty
 InteriorRoomProperty Building200Unmarshaller.unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 InteriorRoomProperty Building100Unmarshaller.unmarshalInteriorRoomProperty(InteriorRoomPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.building that return types with arguments of type InteriorRoomProperty
 java.util.List<InteriorRoomProperty> AbstractBuilding.getInteriorRoom()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type InteriorRoomProperty
 void AbstractBuilding.addInteriorRoom(InteriorRoomProperty interiorRoom)
           
 boolean AbstractBuilding.unsetInteriorRoom(InteriorRoomProperty interiorRoom)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type InteriorRoomProperty
 void AbstractBuilding.setInteriorRoom(java.util.List<InteriorRoomProperty> interiorRoom)