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

Packages that use BridgePart
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 BridgePart in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgePart
 BridgePartType Bridge200Marshaller.marshalBridgePart(BridgePart src)
           
 void Bridge200Marshaller.marshalBridgePart(BridgePart src, BridgePartType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgePart
 BridgePart Bridge200Unmarshaller.unmarshalBridgePart(BridgePartType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgePart
 void Bridge200Unmarshaller.unmarshalBridgePart(BridgePartType src, BridgePart dest)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return BridgePart
 BridgePart BridgePartProperty.getBridgePart()
           
 

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

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgePart
 void BridgePartProperty.setBridgePart(BridgePart bridgePart)
           
 

Constructors in org.citygml4j.model.citygml.bridge with parameters of type BridgePart
BridgePartProperty(BridgePart bridgePart)
           
 

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

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

Uses of BridgePart in org.citygml4j.util.walker
 

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