Uses of Class
org.citygml4j.model.module.citygml.WaterBodyModule

Packages that use WaterBodyModule
org.citygml4j.impl.citygml.waterbody   
org.citygml4j.model.module.citygml   
 

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

Methods in org.citygml4j.impl.citygml.waterbody that return WaterBodyModule
 WaterBodyModule BoundedByWaterSurfacePropertyImpl.getCityGMLModule()
           
 WaterBodyModule AbstractWaterObjectImpl.getCityGMLModule()
           
 WaterBodyModule AbstractWaterBoundarySurfaceImpl.getCityGMLModule()
           
 

Constructors in org.citygml4j.impl.citygml.waterbody with parameters of type WaterBodyModule
AbstractWaterBoundarySurfaceImpl(WaterBodyModule module)
           
AbstractWaterObjectImpl(WaterBodyModule module)
           
BoundedByWaterSurfacePropertyImpl(WaterBodyModule module)
           
WaterBodyImpl(WaterBodyModule module)
           
WaterClosureSurfaceImpl(WaterBodyModule module)
           
WaterGroundSurfaceImpl(WaterBodyModule module)
           
WaterSurfaceImpl(WaterBodyModule module)
           
 

Uses of WaterBodyModule in org.citygml4j.model.module.citygml
 

Fields in org.citygml4j.model.module.citygml declared as WaterBodyModule
static WaterBodyModule WaterBodyModule.v0_4_0
           
static WaterBodyModule WaterBodyModule.v1_0_0
           
 

Methods in org.citygml4j.model.module.citygml that return types with arguments of type WaterBodyModule
static java.util.List<WaterBodyModule> WaterBodyModule.getInstances()