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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type Bridge
 BridgeType Bridge200Marshaller.marshalBridge(Bridge src)
           
 void Bridge200Marshaller.marshalBridge(Bridge src, BridgeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return Bridge
 Bridge Bridge200Unmarshaller.unmarshalBridge(BridgeType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type Bridge
 void Bridge200Unmarshaller.unmarshalBridge(BridgeType src, Bridge dest)
           
 

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

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

Uses of Bridge in org.citygml4j.util.walker
 

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