Uses of Interface
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.factory   
org.citygml4j.impl.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 WaterBody100Marshaller.marshalWaterSurface(WaterSurface src)
           
 WaterSurfaceType WaterBody040Marshaller.marshalWaterSurface(WaterSurface src)
           
 void WaterBody100Marshaller.marshalWaterSurface(WaterSurface src, WaterSurfaceType dest)
           
 void WaterBody040Marshaller.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 WaterBody100Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src)
           
 WaterSurface WaterBody040Unmarshaller.unmarshalWaterSurface(WaterSurfaceType src)
           
 

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

Uses of WaterSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WaterSurface
 WaterSurface CityGMLFactory.createWaterSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.waterbody that implement WaterSurface
 class WaterSurfaceImpl
           
 

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)