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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.building with parameters of type OuterFloorSurface
 OuterFloorSurfaceType Building200Marshaller.marshalOuterFloorSurface(OuterFloorSurface src)
           
 WallSurfaceType Building100Marshaller.marshalOuterFloorSurface(OuterFloorSurface src)
           
 void Building200Marshaller.marshalOuterFloorSurface(OuterFloorSurface src, OuterFloorSurfaceType dest)
           
 void Building100Marshaller.marshalOuterFloorSurface(OuterFloorSurface src, WallSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return OuterFloorSurface
 OuterFloorSurface Building200Unmarshaller.unmarshalOuterFloorSurface(OuterFloorSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building with parameters of type OuterFloorSurface
 void Building200Unmarshaller.unmarshalOuterFloorSurface(OuterFloorSurfaceType src, OuterFloorSurface dest)
           
 

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

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

Uses of OuterFloorSurface in org.citygml4j.util.walker
 

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