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

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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return RoofSurface
 RoofSurface Tunnel200Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type RoofSurface
 void Tunnel200Unmarshaller.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)