org.openstreetmap.josm.actions
Class JoinAreasAction.JoinAreasResult

java.lang.Object
  extended by org.openstreetmap.josm.actions.JoinAreasAction.JoinAreasResult
Enclosing class:
JoinAreasAction

public static class JoinAreasAction.JoinAreasResult
extends java.lang.Object

This helper class describes join ares action result.


Field Summary
 boolean hasChanges
           
 boolean hasRelationProblems
           
 boolean mergeSuccessful
           
 java.util.List<JoinAreasAction.Multipolygon> polygons
           
 
Constructor Summary
JoinAreasAction.JoinAreasResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mergeSuccessful

public boolean mergeSuccessful

hasChanges

public boolean hasChanges

hasRelationProblems

public boolean hasRelationProblems

polygons

public java.util.List<JoinAreasAction.Multipolygon> polygons
Constructor Detail

JoinAreasAction.JoinAreasResult

public JoinAreasAction.JoinAreasResult()


JOSM