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

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

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

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

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

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

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

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

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

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