Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalRoofSurface(RoofSurface src)
           
 RoofSurfaceType Building040Marshaller.marshalRoofSurface(RoofSurface src)
           
 void Building100Marshaller.marshalRoofSurface(RoofSurface src, RoofSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 RoofSurface Building040Unmarshaller.unmarshalRoofSurface(RoofSurfaceType src)
           
 

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

Uses of RoofSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return RoofSurface
 RoofSurface CityGMLFactory.createRoofSurface()
           
 

Uses of RoofSurface in org.citygml4j.impl.citygml.building
 

Classes in org.citygml4j.impl.citygml.building that implement RoofSurface
 class RoofSurfaceImpl
           
 

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)