source: josm/trunk/src/org/openstreetmap/josm/data/projection/CustomProjection.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13182   6 years Don-vip see #15310 - cacheDir is unused, deprecate new methods
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @12868   7 years Don-vip SonarQube - squid:S1166 - Exception handlers should preserve the …
(edit) @12792   7 years bastiK closes #15273, see #15229, see #15182 - add command line interface …
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12295   7 years bastiK forgot annotation
(edit) @12294   7 years bastiK fix
(edit) @12293   7 years bastiK deprecate CustomProjection constructor + change removal date for …
(edit) @12236   7 years Don-vip checkstyle - add @deprecated javadoc tag
(edit) @12233   7 years Don-vip add missing @Deprecated tag
(edit) @11931   7 years Don-vip improve unit test coverage
(edit) @11889   7 years Don-vip PMD - fix some InefficientEmptyStringCheck (new in PMD 5.5.5)
(edit) @11858   7 years bastiK fixed #7427 - Support reprojection (warping) of imagery layer
(edit) @11746   7 years Don-vip PMD - Strict Exceptions
(edit) @11553   7 years Don-vip refactor handling of null values - use Java 8 Optional where possible
(edit) @11100   8 years Don-vip sonar - squid:S2148 - Underscores should be used to make large numbers …
(edit) @10871   8 years Don-vip see #13408 - fix javadoc
(edit) @10870   8 years Don-vip fix #13408 - Clean up CustomProjection (patch by michael2402) - gsoc-core
(edit) @10748   8 years Don-vip sonar - squid:S00100 - Method names should comply with a naming convention
(edit) @10469   8 years Don-vip sonar - squid:S1166 - Exception handlers should preserve the original …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10235   8 years Don-vip sonar - squid:S00112 - Generic exceptions should never be thrown
(edit) @10212   8 years Don-vip sonar - squid:S2221 - "Exception" should not be caught when not …
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @10000   8 years Don-vip sonar - fix various issues
(edit) @9790   8 years bastiK use intended units for east/north coordinates (see #12186) When …
(edit) @9642   8 years wiktorn Correct METER_PER_UNIT_DEGREE to match values in OpenLayers and QGIS. …
(edit) @9631   8 years Don-vip checkstyle
(edit) @9630   8 years wiktorn Document source of METER_PER_UNIT_DEGREE. See #12186
(edit) @9628   8 years bastiK fix WMTS with EPSG:4326 broken in [9608] (see #12186)
(edit) @9608   8 years bastiK change default unit to meter (see #12186)
(edit) @9565   8 years bastiK add 2 standard parallel & non-spherical variants for Mercator …
(edit) @9562   8 years Don-vip see #12186 - checkstyle
(edit) @9559   8 years bastiK auto-detect poles in view (see #12186)
(edit) @9532   8 years bastiK see #12186 - add Oblique Mercator projection (imports pieces of code …
(edit) @9431   8 years bastiK see #2212, see #12186 - improve display for polar projections
(edit) @9426   8 years Don-vip see #12186 - checkstyle
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9135   8 years Don-vip checkstyle
(edit) @9128   8 years bastiK see #12186 - rework projection parameters loading so it can be …
(edit) @9125   8 years bastiK see #12186 - add projection parameter vunits (ignored)
(edit) @9124   8 years bastiK guess resonable projection bounds, when they haven't been specified …
(edit) @9106   8 years bastiK do not throw an error when datum is missing, return NullDatum instead …
(edit) @9105   8 years bastiK add support for proj.4 parameter +pm=* - prime meridian (see #12186)
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8836   9 years Don-vip fix Checkstyle issues
(edit) @8638   9 years Klumbumbus fix #11745 - typo
(edit) @8611   9 years Don-vip Add robustness to UNITS_TO_METERS parameters - this solves the …
(edit) @8610   9 years bastiK get rid of redundant ellipsoid info in epsg file
(edit) @8609   9 years bastiK add proj.4 syntax "+proj=utm +zone=... [+south]" for CustomProjection …
(edit) @8608   9 years Don-vip define static variable before first use to see if it solves NPE in …
(edit) @8584   9 years wiktorn - added axis definition to ESPG projections definition, where it's not …
(edit) @8570   9 years Don-vip checkstyle
(edit) @8568   9 years wiktorn Basic WMTS support. * added information about units and to_meter to …
(edit) @8533   9 years Don-vip findbugs
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8509   9 years Don-vip fix many checkstyle violations
(edit) @8415   9 years Don-vip code style/cleanup - Uncommented Empty Constructor
(edit) @8393   9 years Don-vip see #11447 - partial revert of r8384
(edit) @8390   9 years Don-vip Sonar - various performance improvements
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8346   9 years Don-vip squid:S00116 - Field names should comply with a naming convention
(edit) @7371   10 years Don-vip make fields final
(edit) @7370   10 years Don-vip Make CustomProjection.Param public so it can be used by plugins + javadoc
(edit) @7184   10 years Don-vip fix #10077 - typos in error messages
(edit) @7005   10 years Don-vip see #8465 - use diamond operator where applicable
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6890   10 years Don-vip fix some Sonar issues (Constructor Calls Overridable Method)
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6854   10 years bastiK applied #9724 - User-defined WMS SRS setting for custom projections …
(edit) @6823   10 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6798   10 years Don-vip fix some Sonar issues
(edit) @6388   10 years simon04 fix #9111 - fix wording/typos in English strings
(edit) @6310   11 years Don-vip Sonar/FindBugs - Nested blocks of code should not be left empty
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6142   11 years Don-vip see #8902 - fix compilation warnings
(edit) @6104   11 years Don-vip see #8902 - Small performance enhancements / coding style (patch by …
(edit) @5889   11 years Don-vip fix potential bugs detected by FindBugs
(edit) @5548   11 years bastiK remove Projection classes (replaced by data/epsg file) concludes the …
(edit) @5279   12 years bastiK use gnu getopt for command line processing improvements: * long …
(edit) @5239   12 years bastiK projections: minor stuff
(edit) @5237   12 years bastiK projection: minor improvements
(edit) @5235   12 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @5234   12 years bastiK separate preference gui from core projection code (there may be bugs)
(edit) @5228   12 years bastiK improved custom projection
(edit) @5227   12 years bastiK finish custom projection
(edit) @5226   12 years bastiK improvements for custom projection
(edit) @5202   12 years simon04 typo
(add) @5072   12 years bastiK basic support for custom projections (see #7495)
Note: See TracRevisionLog for help on using the revision log.