Uses of Interface
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.factory   
org.citygml4j.impl.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 Building100Marshaller.marshalGroundSurface(GroundSurface src)
           
 GroundSurfaceType Building040Marshaller.marshalGroundSurface(GroundSurface src)
           
 void Building100Marshaller.marshalGroundSurface(GroundSurface src, GroundSurfaceType dest)
           
 void Building040Marshaller.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 Building100Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src)
           
 GroundSurface Building040Unmarshaller.unmarshalGroundSurface(GroundSurfaceType src)
           
 

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

Uses of GroundSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GroundSurface
 GroundSurface CityGMLFactory.createGroundSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.building that implement GroundSurface
 class GroundSurfaceImpl
           
 

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)