Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalInteriorWallSurface(InteriorWallSurface src)
           
 InteriorWallSurfaceType Building040Marshaller.marshalInteriorWallSurface(InteriorWallSurface src)
           
 void Building100Marshaller.marshalInteriorWallSurface(InteriorWallSurface src, InteriorWallSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 InteriorWallSurface Building040Unmarshaller.unmarshalInteriorWallSurface(InteriorWallSurfaceType src)
           
 

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

Uses of InteriorWallSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return InteriorWallSurface
 InteriorWallSurface CityGMLFactory.createInteriorWallSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement InteriorWallSurface
 class InteriorWallSurfaceImpl
           
 

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)