Uses of Class
net.opengis.citygml.building.v_2_0.RoomType
-
Packages that use RoomType Package Description net.opengis.citygml.building.v_2_0 -
-
Uses of RoomType in net.opengis.citygml.building.v_2_0
Fields in net.opengis.citygml.building.v_2_0 declared as RoomType Modifier and Type Field Description protected RoomTypeInteriorRoomPropertyType. roomMethods in net.opengis.citygml.building.v_2_0 that return types with arguments of type RoomType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RoomType>ObjectFactory. createRoom(RoomType value)Methods in net.opengis.citygml.building.v_2_0 with parameters of type RoomType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<RoomType>ObjectFactory. createRoom(RoomType value)voidInteriorRoomPropertyType. setRoom(RoomType value)Sets the value of the room property.InteriorRoomPropertyTypeInteriorRoomPropertyType. withRoom(RoomType value)Constructors in net.opengis.citygml.building.v_2_0 with parameters of type RoomType Constructor Description InteriorRoomPropertyType(RoomType room, String remoteSchema, org.hisrc.w3c.xlink.v_1_0.TypeType type, String href, String role, String arcrole, String title, org.hisrc.w3c.xlink.v_1_0.ShowType show, org.hisrc.w3c.xlink.v_1_0.ActuateType actuate)Fully-initialising value constructor
-