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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type IntBridgeInstallation
 IntBridgeInstallationType Bridge200Marshaller.marshalIntBridgeInstallation(IntBridgeInstallation src)
           
 void Bridge200Marshaller.marshalIntBridgeInstallation(IntBridgeInstallation src, IntBridgeInstallationType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return IntBridgeInstallation
 IntBridgeInstallation Bridge200Unmarshaller.unmarshalIntBridgeInstallation(IntBridgeInstallationType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type IntBridgeInstallation
 void Bridge200Unmarshaller.unmarshalIntBridgeInstallation(IntBridgeInstallationType src, IntBridgeInstallation dest)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return IntBridgeInstallation
 IntBridgeInstallation IntBridgeInstallationProperty.getIntBridgeInstallation()
           
 

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

Methods in org.citygml4j.model.citygml.bridge with parameters of type IntBridgeInstallation
 void IntBridgeInstallationProperty.setIntBridgeInstallation(IntBridgeInstallation intBridgeInstallation)
           
 

Constructors in org.citygml4j.model.citygml.bridge with parameters of type IntBridgeInstallation
IntBridgeInstallationProperty(IntBridgeInstallation intBridgeInstallation)
           
 

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

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

Uses of IntBridgeInstallation in org.citygml4j.util.walker
 

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