public interface INode extends IPrimitive, ILatLon
MAX_TAG_LENGTH
Modifier and Type | Method and Description |
---|---|
LatLon |
getCoor()
Returns lat/lon coordinates of this node.
|
default java.lang.String |
getDisplayName(NameFormatter formatter)
Replies the display name of a primitive formatted by
formatter |
void |
setCoor(LatLon coor)
Sets lat/lon coordinates of this node.
|
void |
setEastNorth(EastNorth eastNorth)
Sets east/north coordinates of this node.
|
accept, getChangesetId, getDisplayType, getId, getLocalName, getName, getPrimitiveId, getRawTimestamp, getTimestamp, getUser, getVersion, isDeleted, isIncomplete, isModified, isNewOrUndeleted, isTimestampEmpty, isUndeleted, isUsable, isVisible, setChangesetId, setDeleted, setModified, setOsmId, setRawTimestamp, setTimestamp, setUser, setVisible
get, getKeys, hasKey, hasKeys, hasTag, keySet, put, put, remove, removeAll, setKeys
getType, getUniqueId, isNew
getEastNorth, isLatLonKnown, lat, lon
LatLon getCoor()
void setCoor(LatLon coor)
coor
- lat/lon coordinates of this nodevoid setEastNorth(EastNorth eastNorth)
eastNorth
- east/north coordinates of this nodedefault java.lang.String getDisplayName(NameFormatter formatter)
IPrimitive
formatter
getDisplayName
in interface IPrimitive
formatter
- formatter to use