Uses of Class
org.openstreetmap.josm.command.SplitWayCommand.MissingMemberStrategy
-
Packages that use SplitWayCommand.MissingMemberStrategy Package Description org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set. -
-
Uses of SplitWayCommand.MissingMemberStrategy in org.openstreetmap.josm.command
Methods in org.openstreetmap.josm.command that return SplitWayCommand.MissingMemberStrategy Modifier and Type Method Description (package private) static SplitWayCommand.MissingMemberStrategy
SplitWayCommand. offerToDownloadMissingMembersIfNeeded(SplitWayCommand.Analysis analysis, int numRelationsNeedingMoreMembers)
static SplitWayCommand.MissingMemberStrategy
SplitWayCommand.MissingMemberStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SplitWayCommand.MissingMemberStrategy[]
SplitWayCommand.MissingMemberStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-