Uses of Class
org.osm2world.core.map_elevation.data.GroundState

Packages that use GroundState
org.osm2world.core.map_elevation.data   
org.osm2world.core.world.data   
org.osm2world.core.world.modules   
 

Uses of GroundState in org.osm2world.core.map_elevation.data
 

Methods in org.osm2world.core.map_elevation.data that return GroundState
static GroundState GroundState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GroundState[] GroundState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.osm2world.core.map_elevation.data with parameters of type GroundState
 boolean GroundState.isHigherThan(GroundState other)
           
 

Uses of GroundState in org.osm2world.core.world.data
 

Methods in org.osm2world.core.world.data that return GroundState
 GroundState WorldObject.getGroundState()
          returns whether this feature is on, above or below the ground.
 

Uses of GroundState in org.osm2world.core.world.modules
 

Methods in org.osm2world.core.world.modules that return GroundState
 GroundState RoadModule.RoadJunction.getGroundState()
           
 GroundState RoadModule.RoadConnector.getGroundState()
           
 GroundState RoadModule.RoadCrossingAtConnector.getGroundState()
           
 GroundState RoadModule.Road.getGroundState()
           
 GroundState RoadModule.RoadArea.getGroundState()
           
 GroundState BuildingModule.Building.getGroundState()
           
 GroundState WaterModule.Waterway.getGroundState()
           
 GroundState WaterModule.RiverJunction.getGroundState()
           
 GroundState WaterModule.Water.getGroundState()
           
 GroundState TunnelModule.Tunnel.getGroundState()
           
 GroundState TunnelModule.TunnelEntrance.getGroundState()
           
 GroundState TunnelModule.TunnelJunction.getGroundState()
           
 GroundState RailwayModule.RailJunction.getGroundState()