Uses of Class
org.citygml4j.jaxb.citygml.bldg._1.CeilingSurfaceType

Packages that use CeilingSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml.bldg._1   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return CeilingSurfaceType
 CeilingSurfaceType Building100Marshaller.marshalCeilingSurface(CeilingSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type CeilingSurfaceType
 void Building100Marshaller.marshalCeilingSurface(CeilingSurface src, CeilingSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type CeilingSurfaceType
 CeilingSurface Building100Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src)
           
 void Building100Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src, CeilingSurface dest)
           
 

Uses of CeilingSurfaceType in org.citygml4j.jaxb.citygml.bldg._1
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return CeilingSurfaceType
 CeilingSurfaceType ObjectFactory.createCeilingSurfaceType()
          Create an instance of CeilingSurfaceType
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 that return types with arguments of type CeilingSurfaceType
 javax.xml.bind.JAXBElement<CeilingSurfaceType> ObjectFactory.createCeilingSurface(CeilingSurfaceType value)
          Create an instance of JAXBElement<CeilingSurfaceType>}
 

Methods in org.citygml4j.jaxb.citygml.bldg._1 with parameters of type CeilingSurfaceType
 javax.xml.bind.JAXBElement<CeilingSurfaceType> ObjectFactory.createCeilingSurface(CeilingSurfaceType value)
          Create an instance of JAXBElement<CeilingSurfaceType>}