- Timestamp:
- 2019-05-06T07:02:53+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Geometry.java
r15036 r15055 88 88 * 89 89 * @param ways a list of ways to test 90 * @param test if false, do not build list of Commands, just return nodes90 * @param test if true, do not build list of Commands, just return nodes 91 91 * @param cmds list of commands, typically empty when handed to this method. 92 92 * Will be filled with commands that add intersection nodes to 93 93 * the ways. 94 * @return list of new nodes 94 * @return list of new nodes, if test is true the list might not contain all intersections 95 95 */ 96 96 public static Set<Node> addIntersections(List<Way> ways, boolean test, List<Command> cmds) {
Note:
See TracChangeset
for help on using the changeset viewer.