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

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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type RoofSurfaceType
 void Building100Marshaller.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 Building100Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 void Building100Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src, RoofSurface dest)
           
 

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

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

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