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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return InteriorWallSurface
 InteriorWallSurface Building200Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 InteriorWallSurface Building100Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type InteriorWallSurface
 void Building200Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src, InteriorWallSurface dest)
           
 void Building100Unmarshaller.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)