Uses of Interface
org.citygml4j.model.citygml.waterbody.WaterGroundSurface

Packages that use WaterGroundSurface
org.citygml4j.builder.jaxb.marshal.citygml.waterbody   
org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody   
org.citygml4j.factory   
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of WaterGroundSurface in org.citygml4j.builder.jaxb.marshal.citygml.waterbody
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterGroundSurface
 WaterGroundSurfaceType WaterBody100Marshaller.marshalWaterGroundSurface(WaterGroundSurface src)
           
 WaterGroundSurfaceType WaterBody040Marshaller.marshalWaterGroundSurface(WaterGroundSurface src)
           
 void WaterBody100Marshaller.marshalWaterGroundSurface(WaterGroundSurface src, WaterGroundSurfaceType dest)
           
 void WaterBody040Marshaller.marshalWaterGroundSurface(WaterGroundSurface src, WaterGroundSurfaceType dest)
           
 

Uses of WaterGroundSurface in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody that return WaterGroundSurface
 WaterGroundSurface WaterBody100Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src)
           
 WaterGroundSurface WaterBody040Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterGroundSurface
 void WaterBody100Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src, WaterGroundSurface dest)
           
 void WaterBody040Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src, WaterGroundSurface dest)
           
 

Uses of WaterGroundSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WaterGroundSurface
 WaterGroundSurface CityGMLFactory.createWaterGroundSurface()
           
 

Uses of WaterGroundSurface in org.citygml4j.impl.citygml.waterbody
 

Classes in org.citygml4j.impl.citygml.waterbody that implement WaterGroundSurface
 class WaterGroundSurfaceImpl
           
 

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

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

Uses of WaterGroundSurface in org.citygml4j.util.walker
 

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