public interface INode extends IPrimitive
| Modifier and Type | Method and Description |
|---|---|
LatLon |
getCoor()
Returns lat/lon coordinates of this node.
|
EastNorth |
getEastNorth()
Returns east/north coordinates of this node.
|
void |
setCoor(LatLon coor)
Sets lat/lon coordinates of this node.
|
void |
setEastNorth(EastNorth eastNorth)
Sets east/north coordinates of this node.
|
accept, getChangesetId, getId, getLocalName, getName, getPrimitiveId, getRawTimestamp, getTimestamp, getUser, getVersion, isDeleted, isIncomplete, isModified, isNewOrUndeleted, isTimestampEmpty, isUndeleted, isUsable, isVisible, setChangesetId, setDeleted, setModified, setOsmId, setRawTimestamp, setTimestamp, setUser, setVisibleget, getKeys, hasKeys, keySet, put, put, remove, removeAll, setKeysgetType, getUniqueId, isNewLatLon getCoor()
void setCoor(LatLon coor)
coor - lat/lon coordinates of this nodeEastNorth getEastNorth()
void setEastNorth(EastNorth eastNorth)
eastNorth - east/north coordinates of this node