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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeInstallation
 BridgeInstallationType Bridge200Marshaller.marshalBridgeInstallation(BridgeInstallation src)
           
 void Bridge200Marshaller.marshalBridgeInstallation(BridgeInstallation src, BridgeInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgeInstallation
 BridgeInstallation Bridge200Unmarshaller.unmarshalBridgeInstallation(BridgeInstallationType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeInstallation
 void Bridge200Unmarshaller.unmarshalBridgeInstallation(BridgeInstallationType src, BridgeInstallation dest)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return BridgeInstallation
 BridgeInstallation BridgeInstallationProperty.getBridgeInstallation()
           
 

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

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgeInstallation
 void BridgeInstallationProperty.setBridgeInstallation(BridgeInstallation bridgeInstallation)
           
 

Constructors in org.citygml4j.model.citygml.bridge with parameters of type BridgeInstallation
BridgeInstallationProperty(BridgeInstallation bridgeInstallation)
           
 

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

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

Uses of BridgeInstallation in org.citygml4j.util.walker
 

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