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,
org.oscim.core.TagSet tags,
long id) |
| Modifier and Type | Method and Description |
|---|---|
com.vividsolutions.jts.geom.Geometry |
toJts() |
java.lang.String |
toString()
returns the id, plus an one-letter prefix for the element type
|
equals, hashCodepublic OsmNode(double lat,
double lon,
org.oscim.core.TagSet tags,
long id)
public java.lang.String toString()
OsmElementtoString in class OsmElementpublic com.vividsolutions.jts.geom.Geometry toJts()
toJts in class OsmElement