Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.map_data.data.overlaps | |
org.osm2world.core.map_elevation.data | |
org.osm2world.core.world.data | |
org.osm2world.core.world.modules | |
org.osm2world.core.world.modules.common | |
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 | Method and Description |
---|---|
List<MapWaySegment> |
MapNode.getConnectedWaySegments()
returns all way segments connected with this node.
|
List<MapWaySegment> |
MapNode.getInboundLines()
returns those connected lines that end here.
|
Collection<MapWaySegment> |
MapData.getMapWaySegments() |
List<MapWaySegment> |
MapNode.getOutboundLines()
returns those connected lines that start here.
|
Modifier and Type | Method and Description |
---|---|
void |
MapNode.addInboundLine(MapWaySegment inboundLine) |
void |
MapNode.addOutboundLine(MapWaySegment outboundLine) |
Constructor and Description |
---|
MapData(List<MapNode> mapNodes,
List<MapWaySegment> mapWaySegments,
List<MapArea> mapAreas,
AxisAlignedBoundingBoxXZ fileBoundary) |
Modifier and Type | Method and Description |
---|---|
MapWaySegment |
MapOverlapWA.getOther(MapArea area) |
MapWaySegment |
MapIntersectionWW.getOther(MapElement line)
takes one of the intersecting
MapWaySegment s
and returns the other one |
Modifier and Type | Method and Description |
---|---|
MapArea |
MapOverlapWA.getOther(MapWaySegment waySegment) |
Constructor and Description |
---|
MapIntersectionWW(MapWaySegment line1,
MapWaySegment line2,
VectorXZ pos) |
MapOverlapWA(MapWaySegment waySegment,
MapArea area,
MapOverlapType type,
List<VectorXZ> intersectionPositions,
List<MapAreaSegment> intersectingAreaSegments) |
Constructor and Description |
---|
WaySegmentElevationProfile(MapWaySegment line) |
Modifier and Type | Field and Description |
---|---|
protected MapWaySegment |
NoOutlineWaySegmentWorldObject.segment |
Modifier and Type | Method and Description |
---|---|
MapWaySegment |
WaySegmentWorldObject.getPrimaryMapElement() |
MapWaySegment |
NoOutlineWaySegmentWorldObject.getPrimaryMapElement() |
Constructor and Description |
---|
NoOutlineWaySegmentWorldObject(MapWaySegment segment) |
Modifier and Type | Method and Description |
---|---|
MapWaySegment |
TreeModule.TreeRow.getPrimaryMapElement() |
Modifier and Type | Method and Description |
---|---|
protected void |
TunnelModule.applyToWaySegment(MapWaySegment segment) |
protected void |
BicycleParkingModule.applyToWaySegment(MapWaySegment segment) |
protected void |
BarrierModule.applyToWaySegment(MapWaySegment line) |
protected void |
InvisibleModule.applyToWaySegment(MapWaySegment segment) |
protected void |
PowerModule.applyToWaySegment(MapWaySegment segment) |
protected void |
BridgeModule.applyToWaySegment(MapWaySegment segment) |
static boolean |
BridgeModule.isBridge(MapWaySegment segment) |
Constructor and Description |
---|
CliffModule.Cliff(MapWaySegment segment) |
CliffModule.RetainingWall(MapWaySegment segment) |
RoadModule.Road(MapWaySegment line,
TagGroup tags) |
TreeModule.TreeRow(MapWaySegment segment) |
TunnelModule.Tunnel(MapWaySegment segment,
AbstractNetworkWaySegmentWorldObject primaryWO) |
WaterModule.Waterway(MapWaySegment line) |
Modifier and Type | Field and Description |
---|---|
protected MapWaySegment |
BridgeOrTunnel.segment |
Modifier and Type | Method and Description |
---|---|
MapWaySegment |
BridgeOrTunnel.getPrimaryMapElement() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModule.applyToWaySegment(MapWaySegment segment)
create
WorldObject s for a MapWaySegment . |
Constructor and Description |
---|
BridgeOrTunnel(MapWaySegment segment,
AbstractNetworkWaySegmentWorldObject primaryRepresentation) |
Modifier and Type | Field and Description |
---|---|
MapWaySegment |
AbstractNetworkWaySegmentWorldObject.segment |
Modifier and Type | Method and Description |
---|---|
MapWaySegment |
AbstractNetworkWaySegmentWorldObject.getPrimaryMapElement() |
Constructor and Description |
---|
AbstractNetworkWaySegmentWorldObject(MapWaySegment segment) |