org.openstreetmap.josm.command
Class TransformNodesCommand.OldState

java.lang.Object
  extended by org.openstreetmap.josm.command.TransformNodesCommand.OldState
Enclosing class:
TransformNodesCommand

public static class TransformNodesCommand.OldState
extends java.lang.Object

Small helper for holding the interesting part of the old data state of the nodes.


Field Summary
(package private)  EastNorth eastNorth
           
(package private)  LatLon latlon
           
(package private)  boolean modified
           
 
Constructor Summary
TransformNodesCommand.OldState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

latlon

LatLon latlon

eastNorth

EastNorth eastNorth

modified

boolean modified
Constructor Detail

TransformNodesCommand.OldState

public TransformNodesCommand.OldState()


JOSM