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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return WallSurfaceType
 WallSurfaceType Tunnel200Marshaller.marshalWallSurface(WallSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type WallSurfaceType
 void Tunnel200Marshaller.marshalWallSurface(WallSurface src, WallSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type WallSurfaceType
 WallSurface Tunnel200Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 void Tunnel200Unmarshaller.unmarshalWallSurface(WallSurfaceType src, WallSurface dest)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.tun._2 that return types with arguments of type WallSurfaceType
 javax.xml.bind.JAXBElement<WallSurfaceType> ObjectFactory.createWallSurface(WallSurfaceType value)
          Create an instance of JAXBElement<WallSurfaceType>}
 

Methods in org.citygml4j.jaxb.citygml.tun._2 with parameters of type WallSurfaceType
 javax.xml.bind.JAXBElement<WallSurfaceType> ObjectFactory.createWallSurface(WallSurfaceType value)
          Create an instance of JAXBElement<WallSurfaceType>}