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

Packages that use OuterFloorSurface
org.citygml4j.builder.jaxb.marshal.citygml.bridge   
org.citygml4j.builder.jaxb.unmarshal.citygml.bridge   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of OuterFloorSurface in org.citygml4j.builder.jaxb.marshal.citygml.bridge
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type OuterFloorSurface
 OuterFloorSurfaceType Bridge200Marshaller.marshalOuterFloorSurface(OuterFloorSurface src)
           
 void Bridge200Marshaller.marshalOuterFloorSurface(OuterFloorSurface src, OuterFloorSurfaceType dest)
           
 

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type OuterFloorSurface
 void Bridge200Unmarshaller.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)