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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.bridge with parameters of type GroundSurface
 GroundSurfaceType Bridge200Marshaller.marshalGroundSurface(GroundSurface src)
           
 void Bridge200Marshaller.marshalGroundSurface(GroundSurface src, GroundSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge that return GroundSurface
 GroundSurface Bridge200Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.bridge with parameters of type GroundSurface
 void Bridge200Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src, GroundSurface dest)
           
 

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

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

Uses of GroundSurface in org.citygml4j.util.walker
 

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