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) @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   7 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   8 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
(edit) @6296   11 years Don-vip Sonar/Findbugs - Avoid commented-out lines of code, javadoc
(edit) @6248   11 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6226   11 years Don-vip fix #9057 - see #8987 - fix Coordinate.hashCode() broken in r6162
(edit) @6203   11 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6178   11 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6173   11 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6171   11 years Don-vip fix #8986 - Data loading/bbox index counting optimization (patch by …
(edit) @6169   11 years Don-vip fix #8987 - Fix NPE and Findbugs/Sonar violations
(edit) @6168   11 years Don-vip see #8987 - make it public
(edit) @6167   11 years Don-vip see #8987 - add missing clone() methods to fix broken plugins
(edit) @6166   11 years Don-vip see #8987 - refactor/add missing distance() methods to fix broken plugins
(edit) @6165   11 years Don-vip see #8987 - Move distanceSq() from EastNorth to Coordinate to fix …
Note: See TracRevisionLog for help on using the revision log.