Uses of Class
org.openstreetmap.josm.actions.mapmode.ParallelWays.Chain
-
Packages that use ParallelWays.Chain Package Description org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes. -
-
Uses of ParallelWays.Chain in org.openstreetmap.josm.actions.mapmode
Methods in org.openstreetmap.josm.actions.mapmode that return ParallelWays.Chain Modifier and Type Method Description private static ParallelWays.ChainParallelWays. findChainEndingAt(java.util.List<ParallelWays.Chain> chains, int id, ParallelWays.Points points, double tolerance)Finds the chain ending at (or within the tolerance of) the given point, preferring an exact match.Methods in org.openstreetmap.josm.actions.mapmode with parameters of type ParallelWays.Chain Modifier and Type Method Description (package private) voidParallelWays.Chain. appendChain(ParallelWays.Chain other)Method parameters in org.openstreetmap.josm.actions.mapmode with type arguments of type ParallelWays.Chain Modifier and Type Method Description private static ParallelWays.ChainParallelWays. findChainEndingAt(java.util.List<ParallelWays.Chain> chains, int id, ParallelWays.Points points, double tolerance)Finds the chain ending at (or within the tolerance of) the given point, preferring an exact match.
-