Changeset 10943 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-09-03T12:56:42+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/MultipolygonBuilder.java
r10817 r10943 174 174 * @throws JoinedPolygonCreationException if the creation fails. 175 175 */ 176 public static Pair<List<JoinedPolygon>, List<JoinedPolygon>> joinWays(Relation multipolygon) throws JoinedPolygonCreationException{176 public static Pair<List<JoinedPolygon>, List<JoinedPolygon>> joinWays(Relation multipolygon) { 177 177 CheckParameterUtil.ensureThat(multipolygon.isMultipolygon(), "multipolygon.isMultipolygon"); 178 178 final Map<String, Set<Way>> members = multipolygon.getMembers().stream()
Note:
See TracChangeset
for help on using the changeset viewer.