Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
org.openstreetmap.josm.command |
Provides the classes for JOSM commands allowing to modify an OSM data set.
|
Modifier and Type | Method and Description |
---|---|
(package private) static SequenceCommand |
OrthogonalizeAction.orthogonalize(java.lang.Iterable<OsmPrimitive> selection)
Rectifies the selection
|
SequenceCommand |
SimplifyWayAction.simplifyWay(Way w)
Simplifies a way with default threshold (read from preferences).
|
static 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)
|
Modifier and Type | Class and Description |
---|---|
class |
SplitWayCommand
Splits a way into multiple ways (all identical except for their node list).
|