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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.tunnel with parameters of type FloorSurface
 FloorSurfaceType Tunnel200Marshaller.marshalFloorSurface(FloorSurface src)
           
 void Tunnel200Marshaller.marshalFloorSurface(FloorSurface src, FloorSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel that return FloorSurface
 FloorSurface Tunnel200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.tunnel with parameters of type FloorSurface
 void Tunnel200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src, FloorSurface dest)
           
 

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

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

Uses of FloorSurface in org.citygml4j.util.walker
 

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