Package | Description |
---|---|
org.osm2world.core.map_elevation.data | |
org.osm2world.core.world.data | |
org.osm2world.core.world.modules | |
org.osm2world.core.world.network |
functionality used by groups of features that aren't isolated, but form a "network" of nodes, ways and areas
|
Modifier and Type | Field and Description |
---|---|
GroundState |
EleConnector.groundState
indicates whether this connector should be connected to the terrain,
or is instead above or below the terrain
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EleConnectorGroup.addConnectorsFor(Iterable<VectorXZ> positions,
Object reference,
GroundState groundState) |
void |
EleConnectorGroup.addConnectorsFor(PolygonWithHolesXZ polygon,
Object reference,
GroundState groundState) |
void |
EleConnectorGroup.addConnectorsForTriangulation(Iterable<TriangleXZ> triangles,
Object reference,
GroundState groundState) |
boolean |
GroundState.isHigherThan(GroundState other) |
Constructor and Description |
---|
EleConnector(VectorXZ pos,
Object reference,
GroundState groundState)
creates an EleConnector at the given xz coordinates.
|
Modifier and Type | Method and Description |
---|---|
GroundState |
WorldObject.getGroundState()
returns whether this feature is on, above or below the ground.
|
Modifier and Type | Method and Description |
---|---|
GroundState |
TreeModule.Tree.getGroundState() |
GroundState |
TreeModule.TreeRow.getGroundState() |
GroundState |
TreeModule.Forest.getGroundState() |
GroundState |
TunnelModule.Tunnel.getGroundState() |
GroundState |
TunnelModule.TunnelEntrance.getGroundState() |
GroundState |
TunnelModule.TunnelJunction.getGroundState() |
GroundState |
WaterModule.RiverJunction.getGroundState() |
GroundState |
WaterModule.Water.getGroundState() |
GroundState |
BuildingModule.Building.getGroundState() |
GroundState |
SurfaceAreaModule.SurfaceArea.getGroundState() |
GroundState |
RailwayModule.RailJunction.getGroundState() |
GroundState |
RoadModule.RoadJunction.getGroundState() |
GroundState |
RoadModule.RoadConnector.getGroundState() |
GroundState |
RoadModule.RoadCrossingAtConnector.getGroundState() |
GroundState |
RoadModule.RoadArea.getGroundState() |
Modifier and Type | Method and Description |
---|---|
GroundState |
AbstractNetworkWaySegmentWorldObject.getGroundState()
implementation of
WorldObject.getGroundState() . |