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

Packages that use OuterCeilingSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._2   
 

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

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

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

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

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

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

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

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