Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalFloorSurface(FloorSurface src)
           
 FloorSurfaceType Building040Marshaller.marshalFloorSurface(FloorSurface src)
           
 void Building100Marshaller.marshalFloorSurface(FloorSurface src, FloorSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 FloorSurface Building040Unmarshaller.unmarshalFloorSurface(FloorSurfaceType src)
           
 

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

Uses of FloorSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return FloorSurface
 FloorSurface CityGMLFactory.createFloorSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement FloorSurface
 class FloorSurfaceImpl
           
 

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)