Uses of Class
org.citygml4j.model.citygml.building.RoofSurface

Packages that use RoofSurface
org.citygml4j.builder.jaxb.marshal.citygml.building   
org.citygml4j.builder.jaxb.unmarshal.citygml.building   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return RoofSurface
 RoofSurface Building200Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 RoofSurface Building100Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 

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

Uses of RoofSurface in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type RoofSurface
 T FeatureFunctor.apply(RoofSurface roofSurface)
           
 void FeatureVisitor.visit(RoofSurface roofSurface)
           
 

Uses of RoofSurface in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type RoofSurface
 T GMLFunctionWalker.apply(RoofSurface roofSurface)
           
 T FeatureFunctionWalker.apply(RoofSurface roofSurface)
           
 void GMLWalker.visit(RoofSurface roofSurface)
           
 void FeatureWalker.visit(RoofSurface roofSurface)