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

Packages that use BridgeInstallationProperty
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.citygml.bridge   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgeInstallationProperty
 BridgeInstallationPropertyType Bridge200Marshaller.marshalBridgeInstallationProperty(BridgeInstallationProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgeInstallationProperty
 BridgeInstallationProperty Bridge200Unmarshaller.unmarshalBridgeInstallationProperty(BridgeInstallationPropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type BridgeInstallationProperty
 java.util.List<BridgeInstallationProperty> AbstractBridge.getOuterBridgeInstallation()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgeInstallationProperty
 void AbstractBridge.addOuterBridgeInstallation(BridgeInstallationProperty outerBridgeInstallation)
           
 boolean AbstractBridge.unsetOuterBridgeInstallation(BridgeInstallationProperty outerBridgeInstallation)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type BridgeInstallationProperty
 void AbstractBridge.setOuterBridgeInstallation(java.util.List<BridgeInstallationProperty> outerBridgeInstallation)