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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel that return OuterCeilingSurfaceType
 OuterCeilingSurfaceType Tunnel200Marshaller.marshalOuterCeilingSurface(OuterCeilingSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type OuterCeilingSurfaceType
 void Tunnel200Marshaller.marshalOuterCeilingSurface(OuterCeilingSurface src, OuterCeilingSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type OuterCeilingSurfaceType
 OuterCeilingSurface Tunnel200Unmarshaller.unmarshalOuterCeilingSurface(OuterCeilingSurfaceType src)
           
 void Tunnel200Unmarshaller.unmarshalOuterCeilingSurface(OuterCeilingSurfaceType src, OuterCeilingSurface dest)
           
 

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

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

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

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