Changeset 6610 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2014-01-03T13:34:53+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/TransformNodesCommand.java
r6566 r6610 128 128 * Get the center of the nodes under modification. 129 129 * It's just the barycenter. 130 * @see {@link org.openstreetmap.josm.tools.Geometry#getCentroid(java.util.List)}130 * @see org.openstreetmap.josm.tools.Geometry#getCentroid(java.util.List) 131 131 */ 132 132 public EastNorth getNodesCenter() {
Note:
See TracChangeset
for help on using the changeset viewer.