Changeset 19108 in josm for trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
- Timestamp:
- 2024-06-17T19:37:02+02:00 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java
r18494 r19108 41 41 /** 42 42 * Custom projection. 43 * 43 * <p> 44 44 * Inspired by PROJ.4 and Proj4J. 45 45 * @since 5072 … … 59 59 /** 60 60 * pref String that defines the projection 61 * 61 * <p> 62 62 * null means fall back mode (Mercator) 63 63 */ … … 223 223 * @param pref the string that defines the custom projection 224 224 */ 225 @SuppressWarnings("PMD.PreserveStackTrace") // PMD 7.2.x doesn't like log + new exception here for some reason. 225 226 public CustomProjection(String name, String code, String pref) { 226 227 this.name = name; … … 874 875 /** 875 876 * Return true, if a geographic coordinate reference system is represented. 876 * 877 * <p> 877 878 * I.e. if it returns latitude/longitude values rather than Cartesian 878 879 * east/north coordinates on a flat surface.
Note:
See TracChangeset
for help on using the changeset viewer.
