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

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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return WallSurface
 WallSurface Bridge200Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type WallSurface
 void Bridge200Unmarshaller.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)