Uses of Class
org.citygml4j.jaxb.citygml.bldg._2.RoomType

Packages that use RoomType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return RoomType
 RoomType Building200Marshaller.marshalRoom(Room src)
           
 

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

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

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

Uses of RoomType in org.citygml4j.jaxb.citygml.bldg._2
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return RoomType
 RoomType ObjectFactory.createRoomType()
          Create an instance of RoomType
 RoomType InteriorRoomPropertyType.getRoom()
          Ruft den Wert der room-Eigenschaft ab.
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 that return types with arguments of type RoomType
 javax.xml.bind.JAXBElement<RoomType> ObjectFactory.createRoom(RoomType value)
          Create an instance of JAXBElement<RoomType>}
 

Methods in org.citygml4j.jaxb.citygml.bldg._2 with parameters of type RoomType
 javax.xml.bind.JAXBElement<RoomType> ObjectFactory.createRoom(RoomType value)
          Create an instance of JAXBElement<RoomType>}
 void InteriorRoomPropertyType.setRoom(RoomType value)
          Legt den Wert der room-Eigenschaft fest.