Package org.openstreetmap.josm.actions
Class CreateMultipolygonAction.CreateUpdateMultipolygonTask
- java.lang.Object
-
- org.openstreetmap.josm.actions.CreateMultipolygonAction.CreateUpdateMultipolygonTask
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- CreateMultipolygonAction
private static final class CreateMultipolygonAction.CreateUpdateMultipolygonTask extends Object implements Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private Relation
multipolygonRelation
private Collection<Way>
selectedWays
-
Constructor Summary
Constructors Modifier Constructor Description private
CreateUpdateMultipolygonTask(Collection<Way> selectedWays, Relation multipolygonRelation)
-
-
-
Field Detail
-
selectedWays
private final Collection<Way> selectedWays
-
multipolygonRelation
private final Relation multipolygonRelation
-
-
Constructor Detail
-
CreateUpdateMultipolygonTask
private CreateUpdateMultipolygonTask(Collection<Way> selectedWays, Relation multipolygonRelation)
-
-