Package | Description |
---|---|
org.citygml4j.builder.jaxb.marshal.citygml.building | |
org.citygml4j.builder.jaxb.unmarshal.citygml.building | |
org.citygml4j.model.citygml.building |
Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.building._2.InteriorRoomPropertyType |
Building200Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src) |
net.opengis.citygml.building._1.InteriorRoomPropertyType |
Building100Marshaller.marshalInteriorRoomProperty(InteriorRoomProperty src) |
Modifier and Type | Method and Description |
---|---|
InteriorRoomProperty |
Building200Unmarshaller.unmarshalInteriorRoomProperty(net.opengis.citygml.building._2.InteriorRoomPropertyType src) |
InteriorRoomProperty |
Building100Unmarshaller.unmarshalInteriorRoomProperty(net.opengis.citygml.building._1.InteriorRoomPropertyType src) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InteriorRoomProperty> |
AbstractBuilding.getInteriorRoom() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBuilding.addInteriorRoom(InteriorRoomProperty interiorRoom) |
boolean |
AbstractBuilding.unsetInteriorRoom(InteriorRoomProperty interiorRoom) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractBuilding.setInteriorRoom(java.util.List<InteriorRoomProperty> interiorRoom) |