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, setVisibleget, getKeys, hasKey, hasKeys, hasTag, keySet, put, put, remove, removeAll, setKeysgetType, getUniqueId, isNewgetEastNorth, isLatLonKnown, lat, lonLatLon 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)
IPrimitiveformattergetDisplayName in interface IPrimitiveformatter - formatter to use