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

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

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

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.building that return GroundSurface
 GroundSurface Building200Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src)
           
 GroundSurface Building100Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src)
           
 

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