Package | Description |
---|---|
org.osm2world.core.map_data.creation.index | |
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 |
---|---|
protected static Iterable<MapNode> |
Map2dTree.getMapNodes(MapElement element) |
Modifier and Type | Field and Description |
---|---|
protected MapNode |
MapSegment.endNode |
protected MapNode |
MapSegment.startNode |
Modifier and Type | Method and Description |
---|---|
MapNode |
MapSegment.getEndNode() |
MapNode |
MapSegment.getOtherNode(MapNode node) |
MapNode |
MapSegment.getStartNode() |
Modifier and Type | Method and Description |
---|---|
List<MapNode> |
MapArea.getBoundaryNodes() |
Collection<List<MapNode>> |
MapArea.getHoles() |
Collection<MapNode> |
MapData.getMapNodes() |
List<MapNode> |
MapSegment.getStartEndNodes() |
Modifier and Type | Method and Description |
---|---|
MapNode |
MapSegment.getOtherNode(MapNode node) |
Modifier and Type | Method and Description |
---|---|
static SimplePolygonXZ |
MapArea.polygonFromMapNodeLoop(List<MapNode> nodes) |
Constructor and Description |
---|
MapAreaSegment(MapArea area,
boolean areaRight,
MapNode startNode,
MapNode endNode) |
MapSegment(MapNode startNode,
MapNode endNode) |
MapWaySegment(OSMWay osmWay,
MapNode startNode,
MapNode endNode) |
Constructor and Description |
---|
MapArea(OSMElement objectWithTags,
List<MapNode> nodes) |
MapArea(OSMElement objectWithTags,
List<MapNode> nodes,
List<List<MapNode>> holes) |
MapArea(OSMElement objectWithTags,
List<MapNode> nodes,
List<List<MapNode>> holes) |
MapArea(OSMElement objectWithTags,
List<MapNode> nodes,
List<List<MapNode>> holes,
PolygonWithHolesXZ polygon) |
MapArea(OSMElement objectWithTags,
List<MapNode> nodes,
List<List<MapNode>> holes,
PolygonWithHolesXZ polygon) |
MapData(List<MapNode> mapNodes,
List<MapWaySegment> mapWaySegments,
List<MapArea> mapAreas,
AxisAlignedBoundingBoxXZ fileBoundary) |
Constructor and Description |
---|
MapOverlapNA(MapNode node,
MapArea area,
MapOverlapType type) |
Constructor and Description |
---|
NodeElevationProfile(MapNode node) |
Modifier and Type | Field and Description |
---|---|
protected MapNode |
NoOutlineNodeWorldObject.node |
protected MapNode |
OutlineNodeWorldObject.node |
Modifier and Type | Method and Description |
---|---|
MapNode |
NodeWorldObject.getPrimaryMapElement() |
MapNode |
NoOutlineNodeWorldObject.getPrimaryMapElement() |
MapNode |
OutlineNodeWorldObject.getPrimaryMapElement() |
Constructor and Description |
---|
NoOutlineNodeWorldObject(MapNode node) |
OutlineNodeWorldObject(MapNode node) |
Modifier and Type | Method and Description |
---|---|
MapNode |
TunnelModule.TunnelEntrance.getPrimaryMapElement() |
MapNode |
TunnelModule.TunnelJunction.getPrimaryMapElement() |
Modifier and Type | Method and Description |
---|---|
protected void |
TunnelModule.applyToNode(MapNode node) |
protected void |
TrafficSignModule.applyToNode(MapNode node) |
protected void |
StreetFurnitureModule.applyToNode(MapNode node) |
protected void |
BarrierModule.applyToNode(MapNode node) |
protected void |
InvisibleModule.applyToNode(MapNode node) |
protected void |
PowerModule.applyToNode(MapNode node) |
Constructor and Description |
---|
RailwayModule.RailJunction(MapNode node) |
RoadModule.RoadConnector(MapNode node) |
RoadModule.RoadCrossingAtConnector(MapNode node) |
RoadModule.RoadJunction(MapNode node) |
TreeModule.Tree(MapNode node) |
TunnelModule.TunnelEntrance(MapNode node,
AbstractNetworkWaySegmentWorldObject tunnelContent) |
TunnelModule.TunnelJunction(MapNode node,
JunctionNodeWorldObject primaryRep) |
WaterModule.RiverJunction(MapNode node) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractModule.applyToNode(MapNode node)
create
WorldObject s for a MapNode . |
Modifier and Type | Method and Description |
---|---|
VectorXZ |
AbstractNetworkWaySegmentWorldObject.getCutVectorAt(MapNode node) |
Constructor and Description |
---|
JunctionNodeWorldObject(MapNode node) |
VisibleConnectorNodeWorldObject(MapNode node) |