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

Packages that use AbstractBridge
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.citygml.bridge   
org.citygml4j.util.walker   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type AbstractBridge
 void Bridge200Marshaller.marshalAbstractBridge(AbstractBridge src, AbstractBridgeType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type AbstractBridge
 void Bridge200Unmarshaller.unmarshalAbstractBridge(AbstractBridgeType src, AbstractBridge dest)
           
 

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

Subclasses of AbstractBridge in org.citygml4j.model.citygml.bridge
 class Bridge
           
 class BridgePart
           
 

Uses of AbstractBridge in org.citygml4j.util.walker
 

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