org.openstreetmap.josm.data.osm
Interface INode

All Superinterfaces:
IPrimitive, PrimitiveId, Tagged
All Known Implementing Classes:
Node, NodeData

public interface INode
extends IPrimitive


Method Summary
 LatLon getCoor()
           
 EastNorth getEastNorth()
           
 void setCoor(LatLon coor)
           
 void setEastNorth(EastNorth eastNorth)
           
 
Methods inherited from interface org.openstreetmap.josm.data.osm.IPrimitive
getChangesetId, getId, getLocalName, getName, getPrimitiveId, getTimestamp, getUser, getVersion, isDeleted, isIncomplete, isModified, isNewOrUndeleted, isTimestampEmpty, isVisible, setChangesetId, setDeleted, setModified, setOsmId, setTimestamp, setUser, setVisible, visit
 
Methods inherited from interface org.openstreetmap.josm.data.osm.Tagged
get, getKeys, hasKeys, keySet, put, remove, removeAll, setKeys
 
Methods inherited from interface org.openstreetmap.josm.data.osm.PrimitiveId
getType, getUniqueId, isNew
 

Method Detail

getCoor

LatLon getCoor()

setCoor

void setCoor(LatLon coor)

getEastNorth

EastNorth getEastNorth()

setEastNorth

void setEastNorth(EastNorth eastNorth)


JOSM