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

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

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

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

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

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

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

Methods in org.citygml4j.model.citygml.tunnel that return types with arguments of type BoundarySurfaceProperty
 java.util.List<BoundarySurfaceProperty> TunnelInstallation.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> IntTunnelInstallation.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> HollowSpace.getBoundedBySurface()
           
 java.util.List<BoundarySurfaceProperty> AbstractTunnel.getBoundedBySurface()
           
 

Methods in org.citygml4j.model.citygml.tunnel with parameters of type BoundarySurfaceProperty
 void TunnelInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void IntTunnelInstallation.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void HollowSpace.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 void AbstractTunnel.addBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean TunnelInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean IntTunnelInstallation.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean HollowSpace.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 boolean AbstractTunnel.unsetBoundedBySurface(BoundarySurfaceProperty boundedBySurface)
           
 

Method parameters in org.citygml4j.model.citygml.tunnel with type arguments of type BoundarySurfaceProperty
 void TunnelInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void IntTunnelInstallation.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void HollowSpace.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)
           
 void AbstractTunnel.setBoundedBySurface(java.util.List<BoundarySurfaceProperty> boundedBySurface)