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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type CeilingSurface
 CeilingSurfaceType Building200Marshaller.marshalCeilingSurface(CeilingSurface src)
           
 CeilingSurfaceType Building100Marshaller.marshalCeilingSurface(CeilingSurface src)
           
 void Building200Marshaller.marshalCeilingSurface(CeilingSurface src, CeilingSurfaceType dest)
           
 void Building100Marshaller.marshalCeilingSurface(CeilingSurface src, CeilingSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return CeilingSurface
 CeilingSurface Building200Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src)
           
 CeilingSurface Building100Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type CeilingSurface
 void Building200Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src, CeilingSurface dest)
           
 void Building100Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src, CeilingSurface dest)
           
 

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

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

Uses of CeilingSurface in org.citygml4j.util.walker
 

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