Uses of Class
org.citygml4j.jaxb.citygml._0_4.RoofSurfaceType

Packages that use RoofSurfaceType
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.jaxb.citygml._0_4   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building that return RoofSurfaceType
 RoofSurfaceType Building040Marshaller.marshalRoofSurface(RoofSurface src)
           
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type RoofSurfaceType
 void Building040Marshaller.marshalRoofSurface(RoofSurface src, RoofSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type RoofSurfaceType
 RoofSurface Building040Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 void Building040Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src, RoofSurface dest)
           
 

Uses of RoofSurfaceType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return RoofSurfaceType
 RoofSurfaceType ObjectFactory.createRoofSurfaceType()
          Create an instance of RoofSurfaceType
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type RoofSurfaceType
 javax.xml.bind.JAXBElement<RoofSurfaceType> ObjectFactory.createRoofSurface(RoofSurfaceType value)
          Create an instance of JAXBElement<RoofSurfaceType>}