public static class Command.OldNodeState extends Object
Modifier and Type | Field and Description |
---|---|
private EastNorth |
eastNorth |
private LatLon |
latlon |
private boolean |
modified |
Constructor and Description |
---|
OldNodeState(Node node)
Constructs a new
OldNodeState for the given node. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
EastNorth |
getEastNorth()
Returns old east/north.
|
LatLon |
getLatlon()
Returns old lat/lon.
|
int |
hashCode() |
boolean |
isModified()
Returns old modified state.
|
private final boolean modified
public OldNodeState(Node node)
OldNodeState
for the given node.node
- The node whose state has to be rememberedpublic final LatLon getLatlon()
Node.getCoor()
public final EastNorth getEastNorth()
Node.getEastNorth()
public final boolean isModified()
#isModified()