Changeset 9240 in josm
- Timestamp:
- 2016-01-01T18:46:31+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/Projections.java
r9135 r9240 283 283 } 284 284 285 /** 286 * Get a list of all supported projection codes. 287 * 288 * @return all supported projection codes 289 * @see #getProjectionByCode(java.lang.String) 290 */ 285 291 public static Collection<String> getAllProjectionCodes() { 286 292 return Collections.unmodifiableCollection(allCodes);
Note:
See TracChangeset
for help on using the changeset viewer.