Changeset 2891 in josm for trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
- Timestamp:
- 2010-01-25T15:30:51+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/coor/LatLon.java
r2845 r2891 34 34 private static DecimalFormat cDmsMinuteFormatter = new DecimalFormat("00"); 35 35 private static DecimalFormat cDmsSecondFormatter = new DecimalFormat("00.0"); 36 private static DecimalFormat cDdFormatter = new DecimalFormat("###0.0000"); 36 private static DecimalFormat cDdFormatter = new DecimalFormat("###0.00000"); 37 37 38 38 /** … … 56 56 } 57 57 58 /** 59 * Replies the coordinate in degrees/minutes/seconds format 60 */ 58 61 public static String dms(double pCoordinate) { 59 62
Note:
See TracChangeset
for help on using the changeset viewer.
