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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type InteriorWallSurface
 InteriorWallSurfaceType Bridge200Marshaller.marshalInteriorWallSurface(InteriorWallSurface src)
           
 void Bridge200Marshaller.marshalInteriorWallSurface(InteriorWallSurface src, InteriorWallSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return InteriorWallSurface
 InteriorWallSurface Bridge200Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type InteriorWallSurface
 void Bridge200Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src, InteriorWallSurface dest)
           
 

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

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

Uses of InteriorWallSurface in org.citygml4j.util.walker
 

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