org.osm2world.core.osm.data
public class OSMWay extends OSMElement
Modifier and Type | Field and Description |
---|---|
List<OSMNode> |
nodes |
id, tags
Constructor and Description |
---|
OSMWay(TagGroup tags,
long id,
List<OSMNode> nodes) |
Modifier and Type | Method and Description |
---|---|
boolean |
isClosed() |
String |
toString()
returns the id, plus an one-letter prefix for the element type
|
equals, hashCode
public final List<OSMNode> nodes
public boolean isClosed()
public String toString()
OSMElement
toString
in class OSMElement