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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterBody
 WaterBodyType WaterBody100Marshaller.marshalWaterBody(WaterBody src)
           
 WaterBodyType WaterBody040Marshaller.marshalWaterBody(WaterBody src)
           
 void WaterBody100Marshaller.marshalWaterBody(WaterBody src, WaterBodyType dest)
           
 void WaterBody040Marshaller.marshalWaterBody(WaterBody src, WaterBodyType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody that return WaterBody
 WaterBody WaterBody100Unmarshaller.unmarshalWaterBody(WaterBodyType src)
           
 WaterBody WaterBody040Unmarshaller.unmarshalWaterBody(WaterBodyType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterBody
 void WaterBody100Unmarshaller.unmarshalWaterBody(WaterBodyType src, WaterBody dest)
           
 void WaterBody040Unmarshaller.unmarshalWaterBody(WaterBodyType src, WaterBody dest)
           
 

Uses of WaterBody in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WaterBody
 WaterBody CityGMLFactory.createWaterBody()
           
 

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

Classes in org.citygml4j.impl.citygml.waterbody that implement WaterBody
 class WaterBodyImpl
           
 

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

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

Uses of WaterBody in org.citygml4j.util.walker
 

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