org.osm2world.core.world.modules
public class BridgeModule extends AbstractModule
Modifier and Type | Field and Description |
---|---|
static double |
BRIDGE_UNDERSIDE_HEIGHT |
config
Constructor and Description |
---|
BridgeModule() |
Modifier and Type | Method and Description |
---|---|
protected void |
applyToWaySegment(MapWaySegment segment)
create
WorldObject s for a MapWaySegment . |
static boolean |
isBridge(MapWaySegment segment) |
static boolean |
isBridge(TagGroup tags) |
applyTo, applyToArea, applyToElement, applyToNode
setConfiguration
public static final double BRIDGE_UNDERSIDE_HEIGHT
public static final boolean isBridge(TagGroup tags)
public static final boolean isBridge(MapWaySegment segment)
protected void applyToWaySegment(MapWaySegment segment)
AbstractModule
WorldObject
s for a MapWaySegment
.
Can be overwritten by subclasses.
The default implementation calls AbstractModule.applyToElement(MapElement)
.applyToWaySegment
in class AbstractModule