Uses of Class
org.citygml4j.jaxb.citygml.tun._2.BoundarySurfacePropertyType

Packages that use BoundarySurfacePropertyType
org.citygml4j.builder.jaxb.marshal.citygml.tunnel   
org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel   
org.citygml4j.jaxb.citygml.tun._2   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType Tunnel200Marshaller.marshalBoundarySurfaceProperty(BoundarySurfaceProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type BoundarySurfacePropertyType
 BoundarySurfaceProperty Tunnel200Unmarshaller.unmarshalBoundarySurfaceProperty(BoundarySurfacePropertyType src)
           
 

Uses of BoundarySurfacePropertyType in org.citygml4j.jaxb.citygml.tun._2
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return BoundarySurfacePropertyType
 BoundarySurfacePropertyType ObjectFactory.createBoundarySurfacePropertyType()
          Create an instance of BoundarySurfacePropertyType
 

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type BoundarySurfacePropertyType
 java.util.List<BoundarySurfacePropertyType> TunnelInstallationType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> IntTunnelInstallationType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> HollowSpaceType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.util.List<BoundarySurfacePropertyType> AbstractTunnelType.getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 

Method parameters in org.citygml4j.jaxb.citygml.tun._2 with type arguments of type BoundarySurfacePropertyType
 void TunnelInstallationType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void IntTunnelInstallationType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void HollowSpaceType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void AbstractTunnelType.setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.