Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalCeilingSurface(CeilingSurface src)
           
 CeilingSurfaceType Building040Marshaller.marshalCeilingSurface(CeilingSurface src)
           
 void Building100Marshaller.marshalCeilingSurface(CeilingSurface src, CeilingSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src)
           
 CeilingSurface Building040Unmarshaller.unmarshalCeilingSurface(CeilingSurfaceType src)
           
 

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

Uses of CeilingSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CeilingSurface
 CeilingSurface CityGMLFactory.createCeilingSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement CeilingSurface
 class CeilingSurfaceImpl
           
 

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)