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

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

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

Methods in org.citygml4j.model.citygml.waterbody that return WaterBodyModule
 WaterBodyModule BoundedByWaterSurfaceProperty.getCityGMLModule()
           
 WaterBodyModule AbstractWaterObject.getCityGMLModule()
           
 WaterBodyModule AbstractWaterBoundarySurface.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.waterbody with parameters of type WaterBodyModule
AbstractWaterBoundarySurface(WaterBodyModule module)
           
AbstractWaterObject(WaterBodyModule module)
           
BoundedByWaterSurfaceProperty(WaterBodyModule module)
           
WaterBody(WaterBodyModule module)
           
WaterClosureSurface(WaterBodyModule module)
           
WaterGroundSurface(WaterBodyModule module)
           
WaterSurface(WaterBodyModule module)
           
 

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

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

Methods in org.citygml4j.model.module.citygml that return WaterBodyModule
static WaterBodyModule WaterBodyModule.getInstance(CityGMLModuleVersion version)
           
 

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