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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.waterbody with parameters of type WaterClosureSurface
 WaterClosureSurfaceType WaterBody200Marshaller.marshalWaterClosureSurface(WaterClosureSurface src)
           
 WaterClosureSurfaceType WaterBody100Marshaller.marshalWaterClosureSurface(WaterClosureSurface src)
           
 void WaterBody200Marshaller.marshalWaterClosureSurface(WaterClosureSurface src, WaterClosureSurfaceType dest)
           
 void WaterBody100Marshaller.marshalWaterClosureSurface(WaterClosureSurface src, WaterClosureSurfaceType dest)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody that return WaterClosureSurface
 WaterClosureSurface WaterBody200Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src)
           
 WaterClosureSurface WaterBody100Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.waterbody with parameters of type WaterClosureSurface
 void WaterBody200Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src, WaterClosureSurface dest)
           
 void WaterBody100Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src, WaterClosureSurface dest)
           
 

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

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

Uses of WaterClosureSurface in org.citygml4j.util.walker
 

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