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

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

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

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

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

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

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

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

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

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