Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalWallSurface(WallSurface src)
           
 WallSurfaceType Building040Marshaller.marshalWallSurface(WallSurface src)
           
 void Building100Marshaller.marshalWallSurface(WallSurface src, WallSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 WallSurface Building040Unmarshaller.unmarshalWallSurface(WallSurfaceType src)
           
 

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

Uses of WallSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WallSurface
 WallSurface CityGMLFactory.createWallSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement WallSurface
 class WallSurfaceImpl
           
 

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)