Uses of Class
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.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 WaterBody200Marshaller.marshalWaterGroundSurface(WaterGroundSurface src)
           
 WaterGroundSurfaceType WaterBody100Marshaller.marshalWaterGroundSurface(WaterGroundSurface src)
           
 void WaterBody200Marshaller.marshalWaterGroundSurface(WaterGroundSurface src, WaterGroundSurfaceType dest)
           
 void WaterBody100Marshaller.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 WaterBody200Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src)
           
 WaterGroundSurface WaterBody100Unmarshaller.unmarshalWaterGroundSurface(WaterGroundSurfaceType src)
           
 

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

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)