Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Method and Description |
---|---|
SequenceCommand |
SimplifyWayAction.simplifyWay(Way w)
Simplifies a way with default threshold (read from preferences).
|
SequenceCommand |
SimplifyWayAction.simplifyWay(Way w,
double threshold)
Simplifies a way with a given threshold.
|
Modifier and Type | Method and Description |
---|---|
static Pair<SequenceCommand,Relation> |
CreateMultipolygonAction.createMultipolygonCommand(java.util.Collection<Way> selectedWays,
Relation selectedMultipolygonRelation)
|