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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return FloorSurface
 FloorSurface Building200Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 FloorSurface Building100Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 

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