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

Packages that use TunnelModule
org.citygml4j.model.citygml.tunnel   
org.citygml4j.model.module.citygml   
 

Uses of TunnelModule in org.citygml4j.model.citygml.tunnel
 

Methods in org.citygml4j.model.citygml.tunnel that return TunnelModule
 TunnelModule TunnelPartProperty.getCityGMLModule()
           
 TunnelModule TunnelInstallationProperty.getCityGMLModule()
           
 TunnelModule TunnelInstallation.getCityGMLModule()
           
 TunnelModule TunnelFurniture.getCityGMLModule()
           
 TunnelModule OpeningProperty.getCityGMLModule()
           
 TunnelModule IntTunnelInstallationProperty.getCityGMLModule()
           
 TunnelModule IntTunnelInstallation.getCityGMLModule()
           
 TunnelModule InteriorHollowSpaceProperty.getCityGMLModule()
           
 TunnelModule InteriorFurnitureProperty.getCityGMLModule()
           
 TunnelModule HollowSpace.getCityGMLModule()
           
 TunnelModule BoundarySurfaceProperty.getCityGMLModule()
           
 TunnelModule AbstractTunnel.getCityGMLModule()
           
 TunnelModule AbstractOpening.getCityGMLModule()
           
 TunnelModule AbstractBoundarySurface.getCityGMLModule()
           
 

Constructors in org.citygml4j.model.citygml.tunnel with parameters of type TunnelModule
AbstractBoundarySurface(TunnelModule module)
           
AbstractOpening(TunnelModule module)
           
AbstractTunnel(TunnelModule module)
           
BoundarySurfaceProperty(TunnelModule module)
           
CeilingSurface(TunnelModule module)
           
ClosureSurface(TunnelModule module)
           
Door(TunnelModule module)
           
FloorSurface(TunnelModule module)
           
GroundSurface(TunnelModule module)
           
HollowSpace(TunnelModule module)
           
InteriorFurnitureProperty(TunnelModule module)
           
InteriorHollowSpaceProperty(TunnelModule module)
           
InteriorWallSurface(TunnelModule module)
           
IntTunnelInstallation(TunnelModule module)
           
IntTunnelInstallationProperty(TunnelModule module)
           
OpeningProperty(TunnelModule module)
           
OuterCeilingSurface(TunnelModule module)
           
OuterFloorSurface(TunnelModule module)
           
RoofSurface(TunnelModule module)
           
Tunnel(TunnelModule module)
           
TunnelFurniture(TunnelModule module)
           
TunnelInstallation(TunnelModule module)
           
TunnelInstallationProperty(TunnelModule module)
           
TunnelPart(TunnelModule module)
           
TunnelPartProperty(TunnelModule module)
           
WallSurface(TunnelModule module)
           
Window(TunnelModule module)
           
 

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

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

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

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