Uses of Class
org.citygml4j.model.citygml.waterbody.WaterSurface

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterSurface
 WaterSurfaceType WaterBody200Marshaller.marshalWaterSurface(WaterSurface src)
           
 WaterSurfaceType WaterBody100Marshaller.marshalWaterSurface(WaterSurface src)
           
 void WaterBody200Marshaller.marshalWaterSurface(WaterSurface src, WaterSurfaceType dest)
           
 void WaterBody100Marshaller.marshalWaterSurface(WaterSurface src, WaterSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody that return WaterSurface
 WaterSurface WaterBody200Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src)
           
 WaterSurface WaterBody100Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterSurface
 void WaterBody200Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src, WaterSurface dest)
           
 void WaterBody100Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src, WaterSurface dest)
           
 

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

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

Uses of WaterSurface in org.citygml4j.util.walker
 

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