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

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

Uses of InteriorWallSurface in org.citygml4j.builder.jaxb.marshal.citygml.tunnel
 

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type InteriorWallSurface
 void Tunnel200Unmarshaller.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)