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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return RoofSurfaceType
 RoofSurfaceType Tunnel200Marshaller.marshalRoofSurface(RoofSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type RoofSurfaceType
 void Tunnel200Marshaller.marshalRoofSurface(RoofSurface src, RoofSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type RoofSurfaceType
 RoofSurface Tunnel200Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 void Tunnel200Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src, RoofSurface dest)
           
 

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

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

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

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