Changeset 6733 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionChoice.java
- Timestamp:
- 2014-01-19T15:33:15+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/projection/ProjectionChoice.java
r6070 r6733 38 38 /** 39 39 * Get the projection that matches the internal state. 40 * @return the effective projection 40 41 */ 41 42 Projection getProjection(); … … 62 63 /** 63 64 * Return all projection codes supported by this projection choice. 65 * @return all supported projection codes 64 66 */ 65 67 String[] allCodes(); … … 67 69 /** 68 70 * Get Preferences from projection code. 71 * @param code projection code 69 72 * 70 73 * @return null when code is not part of this projection choice. … … 80 83 */ 81 84 String toString(); 82 83 85 }
Note:
See TracChangeset
for help on using the changeset viewer.
