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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BridgePartProperty
 BridgePartPropertyType Bridge200Marshaller.marshalBridgePartProperty(BridgePartProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BridgePartProperty
 BridgePartProperty Bridge200Unmarshaller.unmarshalBridgePartProperty(BridgePartPropertyType src)
           
 

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

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

Methods in org.citygml4j.model.citygml.bridge with parameters of type BridgePartProperty
 void AbstractBridge.addConsistsOfBridgePart(BridgePartProperty bridgePart)
           
 boolean AbstractBridge.unsetConsistsOfBridgePart(BridgePartProperty bridgePart)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type BridgePartProperty
 void AbstractBridge.setConsistsOfBridgePart(java.util.List<BridgePartProperty> bridgePart)