source: josm/trunk/src/org/openstreetmap/josm/data/coor

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17787   3 years simon04 fix #20741 - Various code simplifications (patch by gaben)
(edit) @17333   3 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @16553   4 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16438   4 years simon04 see #19251 - Java 8: use Stream
(edit) @16310   4 years simon04 Fix typos in Javadoc
(edit) @15449   5 years GerdP see #13538: deprecate LatLon.isOutSideWorld()
(edit) @14794   5 years Don-vip see #17353 - better error message
(edit) @14203   6 years Don-vip fix #15696, see #16688 - Don't use the localized decimal separator for …
(edit) @14120   6 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14091   6 years Don-vip tools update: awaitility 3.1.2, equalsverifier 2.5.1, jmockit 1.41, …
(edit) @13966   6 years Don-vip see #14120, see #12524 - remove deprecated method LatLon.heading()
(edit) @13849   6 years Don-vip SonarQube - fix minor code issues
(edit) @13602   6 years Don-vip see #16129 - projections rework for new ESRI file
(edit) @13173   6 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @13140   6 years Don-vip see #15229 - provide a replacement API to deprecated …
(edit) @13107   6 years Don-vip extract PolarCoor from AlignInCircleAction
(edit) @12873   7 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12846   7 years bastiK see #15229 - use Config.getPref() wherever possible
(edit) @12838   7 years stoecker fix i18n
(edit) @12817   7 years bastiK see #15229 - deprecate unused method
(edit) @12796   7 years Don-vip see #15229 - see #15182 - remove GUI references from OsmUrlToBounds
(edit) @12795   7 years bastiK see #15273, see #15229 - fix unit tests, PMD, etc.
(edit) @12792   7 years bastiK closes #15273, see #15229, see #15182 - add command line interface …
(edit) @12745   7 years bastiK see #15229 - deprecate LatLon#toStringCSV removes last references …
(edit) @12741   7 years Don-vip see #15229 - fix javadoc warnings
(edit) @12739   7 years bastiK see #15229 - PMD warnings
(edit) @12738   7 years bastiK see #15229 - checkstyle warnings
(edit) @12737   7 years bastiK revert last commit - still used in many plugins
(edit) @12736   7 years bastiK remove old deprecated method
(edit) @12735   7 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12729   7 years Don-vip see #15229 - fix typos, warnings
(edit) @12725   7 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12669   7 years Don-vip see #15182 - remove dependence on JMapViewer for package data.coor
(edit) @12620   7 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12561   7 years Don-vip deprecate LatLon.dms
(edit) @12538   7 years Don-vip PMD - ShortMethodName
(edit) @12375   7 years michael2402 Document the data.coor package
(edit) @12171   7 years michael2402 Fixed checkstyle warnings.
(edit) @12164   7 years michael2402 Added missing ILatLon.java file.
(edit) @12163   7 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12161   7 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12131   7 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @12093   7 years bastiK fixed #14734 - Handling imagery offsets when reprojecting
(edit) @11844   7 years bastiK see #7427 - avoid roundtrip conversion EastNorth -> LatLon -> …
(edit) @11830   7 years bastiK see #7427 - add implementations for new TileSource methods
(edit) @11489   7 years Don-vip error-prone - enums should be immutable, and cannot have non-final fields
(edit) @11237   7 years bastiK applied #13933 - Simplify QuadBuckets and improve memory footprint …
(edit) @11143   8 years bastiK remove unused code in QuadBuckets
(edit) @11045   8 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @10915   8 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10914   8 years michael2402 Use Utils.clamp in LatLon. Document public methods.
(edit) @10747   8 years Don-vip sonar - squid:S1228 - Packages should have a javadoc file …
(edit) @10378   8 years Don-vip Checkstyle 6.19: enable SingleSpaceSeparator and fix violations
(edit) @10334   8 years Don-vip fix equals methods for Coordinate classes
(edit) @10181   8 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10060   8 years Don-vip see #11924 - remove deprecated code, reduce double precision in unit …
(edit) @10033   8 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @10001   8 years Don-vip sonar - Local variable and method parameter names should comply with a …
(edit) @9983   8 years Don-vip remove unused code
(edit) @9950   8 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9862   8 years simon04 fix #12563 - Allow to customize LatLon formatting Use the preference …
(edit) @9861   8 years simon04 Unit test, Javadoc for LatLon
(edit) @9796   8 years bastiK applied #12524 - heading calculation reversed longitudes (patch by kolesar)
(edit) @9558   8 years bastiK always normalize longitude before projection and after inverse …
(edit) @9419   8 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9384   8 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9375   8 years simon04 Java 7: use Objects.equals and Objects.hash (fixup r9371)
(edit) @9372   8 years simon04 Checkstyle
(edit) @9371   8 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9243   8 years Don-vip javadoc update
(edit) @9212   8 years Don-vip checkstyle 6.14 + tune xml validation settings in Eclipse project
(edit) @8906   9 years Don-vip remove deprecated stuff
(edit) @8846   9 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8674   9 years Don-vip fix Checkstyle issues
(edit) @8557   9 years Don-vip checkstyle
(edit) @8549   9 years bastiK applied #11628 - Added documentation to EastNorth, changed x - y = …
(edit) @8540   9 years Don-vip fix remaining checkstyle issues
(edit) @8526   9 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8510   9 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   9 years Don-vip remove extra whitespaces
(edit) @8395   9 years Don-vip convention - An open curly brace should be located at the end of a line
(edit) @8384   9 years Don-vip squid:S1244 - Floating point numbers should not be tested for equality
(edit) @8357   9 years Don-vip fix some Findbugs violations
(edit) @8345   9 years Don-vip code style - Useless parentheses around expressions should be removed …
(edit) @8308   9 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @8126   9 years Don-vip fix Sonar issue squid:S2444 - Lazy initialization of "static" fields …
(edit) @7509   10 years stoecker remove tabs
(edit) @7236   10 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @6990   10 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   10 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6906   10 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6883   10 years Don-vip fix some Sonar issues
(edit) @6830   10 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6670   10 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6669   10 years Don-vip see #9565 - don't consider infinite coordinates as valid
(edit) @6566   10 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6500   10 years simon04 Add Javadoc for LatLon, add unit tests for LatLonDialog (parsing)
(edit) @6380   10 years Don-vip update license/copyright information
(edit) @6362   10 years Don-vip Checkstyle: - private constructors for util classes - final classes - …
(edit) @6360   10 years Don-vip Sonar/Findbugs - Hide Utility Class Constructor
Note: See TracRevisionLog for help on using the revision log.