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

Packages that use WallSurface
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 WallSurface in org.citygml4j.builder.jaxb.marshal.citygml.building
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type WallSurface
 WallSurfaceType Building200Marshaller.marshalWallSurface(WallSurface src)
           
 WallSurfaceType Building100Marshaller.marshalWallSurface(WallSurface src)
           
 void Building200Marshaller.marshalWallSurface(WallSurface src, WallSurfaceType dest)
           
 void Building100Marshaller.marshalWallSurface(WallSurface src, WallSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return WallSurface
 WallSurface Building200Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 WallSurface Building100Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type WallSurface
 void Building200Unmarshaller.unmarshalWallSurface(WallSurfaceType src, WallSurface dest)
           
 void Building100Unmarshaller.unmarshalWallSurface(WallSurfaceType src, WallSurface dest)
           
 

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

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

Uses of WallSurface in org.citygml4j.util.walker
 

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