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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type BoundarySurfaceProperty
 BoundarySurfacePropertyType Bridge200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return BoundarySurfaceProperty
 BoundarySurfaceProperty Bridge200Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 

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

Methods in org.citygml4j.model.citygml.bridge that return types with arguments of type BoundarySurfaceProperty
 java.util.List<BoundarySurfaceProperty> IntBridgeInstallation.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> BridgeRoom.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> BridgeInstallation.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> BridgeConstructionElement.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> AbstractBridge.getBoundedBySurface()
           
 

Methods in org.citygml4j.model.citygml.bridge with parameters of type BoundarySurfaceProperty
 void IntBridgeInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void BridgeRoom.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void BridgeInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void BridgeConstructionElement.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void AbstractBridge.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean IntBridgeInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean BridgeRoom.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean BridgeInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean BridgeConstructionElement.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean AbstractBridge.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 

Method parameters in org.citygml4j.model.citygml.bridge with type arguments of type BoundarySurfaceProperty
 void IntBridgeInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void BridgeRoom.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void BridgeInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void BridgeConstructionElement.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void AbstractBridge.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)