Uses of Class
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.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 WaterBody200Marshaller.marshalWaterBody(WaterBody src)
           
 WaterBodyType WaterBody100Marshaller.marshalWaterBody(WaterBody src)
           
 void WaterBody200Marshaller.marshalWaterBody(WaterBody src, WaterBodyType dest)
           
 void WaterBody100Marshaller.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 WaterBody200Unmarshaller.unmarshalWaterBody(WaterBodyType src)
           
 WaterBody WaterBody100Unmarshaller.unmarshalWaterBody(WaterBodyType src)
           
 

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

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)