Uses of Class
org.openstreetmap.josm.command.SplitWayCommand.WhenRelationOrderUncertain
-
Packages that use SplitWayCommand.WhenRelationOrderUncertain Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set. -
-
Uses of SplitWayCommand.WhenRelationOrderUncertain in org.openstreetmap.josm.command
Methods in org.openstreetmap.josm.command that return SplitWayCommand.WhenRelationOrderUncertain Modifier and Type Method Description static SplitWayCommand.WhenRelationOrderUncertain
SplitWayCommand.WhenRelationOrderUncertain. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SplitWayCommand.WhenRelationOrderUncertain[]
SplitWayCommand.WhenRelationOrderUncertain. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.command with parameters of type SplitWayCommand.WhenRelationOrderUncertain Modifier and Type Method Description static java.util.Optional<SplitWayCommand>
SplitWayCommand. doSplitWay(Way way, Way wayToKeep, java.util.List<Way> newWays, java.util.List<OsmPrimitive> newSelection, SplitWayCommand.WhenRelationOrderUncertain whenRelationOrderUncertain)
Effectively constructs theSplitWayCommand
.static java.util.Optional<SplitWayCommand>
SplitWayCommand. splitWay(Way way, java.util.List<java.util.List<Node>> wayChunks, java.util.Collection<? extends OsmPrimitive> selection, SplitWayCommand.Strategy splitStrategy, SplitWayCommand.WhenRelationOrderUncertain whenRelationOrderUncertain)
Splits the wayway
into chunks ofwayChunks
and replies the result of this process in an instance ofSplitWayCommand
.
-