Uses of Interface
org.citygml4j.model.citygml.building.Room

Packages that use Room
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.model.citygml.building   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type Room
 RoomType Building100Marshaller.marshalRoom(Room src)
           
 RoomType Building040Marshaller.marshalRoom(Room src)
           
 void Building100Marshaller.marshalRoom(Room src, RoomType dest)
           
 void Building040Marshaller.marshalRoom(Room src, RoomType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return Room
 Room Building100Unmarshaller.unmarshalRoom(RoomType src)
           
 Room Building040Unmarshaller.unmarshalRoom(RoomType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type Room
 void Building100Unmarshaller.unmarshalRoom(RoomType src, Room dest)
           
 void Building040Unmarshaller.unmarshalRoom(RoomType src, Room dest)
           
 

Uses of Room in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return Room
 Room CityGMLFactory.createRoom()
           
 

Methods in org.citygml4j.factory with parameters of type Room
 InteriorRoomProperty CityGMLFactory.createInteriorRoomProperty(Room room)
           
 

Uses of Room in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement Room
 class RoomImpl
           
 

Methods in org.citygml4j.impl.citygml.building that return Room
 Room InteriorRoomPropertyImpl.getRoom()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type Room
 void InteriorRoomPropertyImpl.setRoom(Room room)
           
 

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

Methods in org.citygml4j.model.citygml.building that return Room
 Room InteriorRoomProperty.getRoom()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type Room
 void InteriorRoomProperty.setRoom(Room room)
           
 

Uses of Room in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type Room
 T FeatureFunctor.apply(Room room)
           
 void FeatureVisitor.visit(Room room)
           
 

Uses of Room in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type Room
 T GMLFunctionWalker.apply(Room room)
           
 T FeatureFunctionWalker.apply(Room room)
           
 void GMLWalker.visit(Room room)
           
 void FeatureWalker.visit(Room room)