Class DuplicateWay.WayPairNoTags
- java.lang.Object
-
- org.openstreetmap.josm.data.validation.tests.DuplicateWay.WayPairNoTags
-
- Enclosing class:
- DuplicateWay
private static class DuplicateWay.WayPairNoTags extends Object
Class to store a way reduced to coordinates. Essentially this is used to call theequals{}
function.
-
-
Constructor Summary
Constructors Constructor Description WayPairNoTags(List<LatLon> coor)
-