Modifier and Type | Method and Description |
---|---|
net.opengis.citygml.building._2.RoomType |
Building200Marshaller.marshalRoom(Room src) |
net.opengis.citygml.building._1.RoomType |
Building100Marshaller.marshalRoom(Room src) |
void |
Building200Marshaller.marshalRoom(Room src,
net.opengis.citygml.building._2.RoomType dest) |
void |
Building100Marshaller.marshalRoom(Room src,
net.opengis.citygml.building._1.RoomType dest) |
Modifier and Type | Method and Description |
---|---|
Room |
Building200Unmarshaller.unmarshalRoom(net.opengis.citygml.building._2.RoomType src) |
Room |
Building100Unmarshaller.unmarshalRoom(net.opengis.citygml.building._1.RoomType src) |
Modifier and Type | Method and Description |
---|---|
void |
Building200Unmarshaller.unmarshalRoom(net.opengis.citygml.building._2.RoomType src,
Room dest) |
void |
Building100Unmarshaller.unmarshalRoom(net.opengis.citygml.building._1.RoomType src,
Room dest) |
Modifier and Type | Method and Description |
---|---|
Room |
InteriorRoomProperty.getRoom() |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<Room> |
InteriorRoomProperty.getAssociableClass() |
Modifier and Type | Method and Description |
---|---|
void |
InteriorRoomProperty.setRoom(Room room) |
Constructor and Description |
---|
InteriorRoomProperty(Room room) |
Modifier and Type | Method and Description |
---|---|
T |
FeatureFunctor.apply(Room room) |
void |
FeatureVisitor.visit(Room room) |
Modifier and Type | Method and Description |
---|---|
T |
GMLFunctionWalker.apply(Room room) |
T |
FeatureFunctionWalker.apply(Room room) |
void |
GMLWalker.visit(Room room) |
void |
FeatureWalker.visit(Room room) |