Uses of Interface
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.factory   
org.citygml4j.impl.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 WaterBody100Marshaller.marshalWaterClosureSurface(WaterClosureSurface src)
           
 WaterClosureSurfaceType WaterBody040Marshaller.marshalWaterClosureSurface(WaterClosureSurface src)
           
 void WaterBody100Marshaller.marshalWaterClosureSurface(WaterClosureSurface src, WaterClosureSurfaceType dest)
           
 void WaterBody040Marshaller.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 WaterBody100Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src)
           
 WaterClosureSurface WaterBody040Unmarshaller.unmarshalWaterClosureSurface(WaterClosureSurfaceType src)
           
 

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

Uses of WaterClosureSurface in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return WaterClosureSurface
 WaterClosureSurface CityGMLFactory.createWaterClosureSurface()
           
 

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

Classes in org.citygml4j.impl.citygml.waterbody that implement WaterClosureSurface
 class WaterClosureSurfaceImpl
           
 

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)