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

Packages that use OuterCeilingSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.jaxb.citygml.brid._2   
 

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

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.citygml.brid._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.brid._2 with parameters of type OuterCeilingSurfaceType
 javax.xml.bind.JAXBElement<OuterCeilingSurfaceType> ObjectFactory.createOuterCeilingSurface(OuterCeilingSurfaceType value)
          Create an instance of JAXBElement<OuterCeilingSurfaceType>}