Uses of Class
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.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 Building200Marshaller.marshalRoom(Room src)
           
 RoomType Building100Marshaller.marshalRoom(Room src)
           
 void Building200Marshaller.marshalRoom(Room src, RoomType dest)
           
 void Building100Marshaller.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 Building200Unmarshaller.unmarshalRoom(RoomType src)
           
 Room Building100Unmarshaller.unmarshalRoom(RoomType src)
           
 

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

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 that return types with arguments of type Room
 java.lang.Class<Room> InteriorRoomProperty.getAssociableClass()
           
 

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

Constructors in org.citygml4j.model.citygml.building with parameters of type Room
InteriorRoomProperty(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)