Uses of Class
org.citygml4j.model.citygml.bridge.BridgeRoom

Packages that use BridgeRoom
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.citygml.bridge   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of BridgeRoom in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeRoom
 BridgeRoomType Bridge200Marshaller.marshalBridgeRoom(BridgeRoom src)
           
 void Bridge200Marshaller.marshalBridgeRoom(BridgeRoom src, BridgeRoomType dest)
           
 

Uses of BridgeRoom in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgeRoom
 BridgeRoom Bridge200Unmarshaller.unmarshalBridgeRoom(BridgeRoomType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeRoom
 void Bridge200Unmarshaller.unmarshalBridgeRoom(BridgeRoomType src, BridgeRoom dest)
           
 

Uses of BridgeRoom in org.citygml4j.model.citygml.bridge
 

Methods in org.citygml4j.model.citygml.bridge that return BridgeRoom
 BridgeRoom InteriorBridgeRoomProperty.getBridgeRoom()
           
 

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type BridgeRoom
 java.lang.Class<BridgeRoom> InteriorBridgeRoomProperty.getAssociableClass()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgeRoom
 void InteriorBridgeRoomProperty.setBridgeRoom(BridgeRoom room)
           
 

Constructors in org.citygml4j.model.citygml.bridge with parameters of type BridgeRoom
InteriorBridgeRoomProperty(BridgeRoom bridgeRoom)
           
 

Uses of BridgeRoom in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type BridgeRoom
 T FeatureFunctor.apply(BridgeRoom bridgeRoom)
           
 void FeatureVisitor.visit(BridgeRoom bridgeRoom)
           
 

Uses of BridgeRoom in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type BridgeRoom
 T GMLFunctionWalker.apply(BridgeRoom bridgeRoom)
           
 T FeatureFunctionWalker.apply(BridgeRoom bridgeRoom)
           
 void GMLWalker.visit(BridgeRoom bridgeRoom)
           
 void FeatureWalker.visit(BridgeRoom bridgeRoom)