org.osm2world.core.osm.data
public class OSMNode extends OSMElement
Modifier and Type | Field and Description |
---|---|
double |
lat |
double |
lon |
id, tags
Constructor and Description |
---|
OSMNode(double lat,
double lon,
TagGroup tags,
long id) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
returns the id, plus an one-letter prefix for the element type
|
equals, hashCode
public OSMNode(double lat, double lon, TagGroup tags, long id)
public String toString()
OSMElement
toString
in class OSMElement