Package | Description |
---|---|
org.osm2world.core.map_data.data | |
org.osm2world.core.osm.data |
Modifier and Type | Method and Description |
---|---|
OSMNode |
MapNode.getOsmNode() |
Constructor and Description |
---|
MapNode(VectorXZ pos,
OSMNode osmNode) |
Modifier and Type | Field and Description |
---|---|
List<OSMNode> |
OSMWay.nodes |
Modifier and Type | Method and Description |
---|---|
Collection<OSMNode> |
OSMData.getNodes() |
Constructor and Description |
---|
OSMData(Collection<Bound> bounds,
Collection<OSMNode> nodes,
Collection<OSMWay> ways,
Collection<OSMRelation> relations) |
OSMWay(TagGroup tags,
long id,
List<OSMNode> nodes) |