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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeConstructionElement
 BridgeConstructionElementType Bridge200Marshaller.marshalBridgeConstructionElement(BridgeConstructionElement src)
           
 void Bridge200Marshaller.marshalBridgeConstructionElement(BridgeConstructionElement src, BridgeConstructionElementType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgeConstructionElement
 BridgeConstructionElement Bridge200Unmarshaller.unmarshalBridgeConstructionElement(BridgeConstructionElementType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type BridgeConstructionElement
 void Bridge200Unmarshaller.unmarshalBridgeConstructionElement(BridgeConstructionElementType src, BridgeConstructionElement dest)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return BridgeConstructionElement
 BridgeConstructionElement BridgeConstructionElementProperty.getBridgeConstructionElement()
           
 

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

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgeConstructionElement
 void BridgeConstructionElementProperty.setBridgeConstructionElement(BridgeConstructionElement bridgeConstructionElement)
           
 

Constructors in org.citygml4j.model.citygml.bridge with parameters of type BridgeConstructionElement
BridgeConstructionElementProperty(BridgeConstructionElement bridgeConstructionElement)
           
 

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

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

Uses of BridgeConstructionElement in org.citygml4j.util.walker
 

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