source: josm/trunk/src/org/openstreetmap/josm/data/coor/LatLon.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19394   12 months stoecker fix #24104 - drop remaining deprecations
(edit) @19321   15 months stoecker checkstyle
(edit) @19319   15 months stoecker see #24104, add deprecated dates for remaining used functions, patch …
(edit) @18589   3 years taylor.smock Fix #22453: Decrease allocations/CPU samples in …
(edit) @18495   4 years taylor.smock Fix since xxx
(edit) @18494   4 years taylor.smock Fix #22115: Extract methods from LatLon into ILatLon where they are …
(edit) @18464   4 years taylor.smock Extract equalsEpsilon from LatLon into ILatLon This significantly …
(edit) @17333   5 years Don-vip see #20129 - Fix typos and misspellings in the code (patch by gaben)
(edit) @16553   6 years Don-vip see #19334 - javadoc fixes + protected constructors for abstract classes
(edit) @16310   6 years simon04 Fix typos in Javadoc
(edit) @15449   7 years GerdP see #13538: deprecate LatLon.isOutSideWorld()
(edit) @14794   7 years Don-vip see #17353 - better error message
(edit) @14120   8 years Don-vip see #15229 - deprecate all Main methods related to projections. New …
(edit) @14091   8 years Don-vip tools update: awaitility 3.1.2, equalsverifier 2.5.1, jmockit 1.41, …
(edit) @13966   8 years Don-vip see #14120, see #12524 - remove deprecated method LatLon.heading()
(edit) @13173   8 years Don-vip see #15310 - remove most of deprecated APIs
(edit) @12873   9 years Don-vip * mark kendzi3d_Improved_by_Andrei plugin as unmaintained * fix …
(edit) @12792   9 years bastiK closes #15273, see #15229, see #15182 - add command line interface …
(edit) @12745   9 years bastiK see #15229 - deprecate LatLon#toStringCSV removes last references …
(edit) @12741   9 years Don-vip see #15229 - fix javadoc warnings
(edit) @12738   9 years bastiK see #15229 - checkstyle warnings
(edit) @12737   9 years bastiK revert last commit - still used in many plugins
(edit) @12736   9 years bastiK remove old deprecated method
(edit) @12735   9 years bastiK see #15229 - move CoordinateFormat code out of LatLon class
(edit) @12725   9 years bastiK see #15229 - deprecate ILatLon#getEastNorth() so ILatLon has no …
(edit) @12669   9 years Don-vip see #15182 - remove dependence on JMapViewer for package data.coor
(edit) @12620   9 years Don-vip see #15182 - deprecate all Main logging methods and introduce …
(edit) @12561   9 years Don-vip deprecate LatLon.dms
(edit) @12538   9 years Don-vip PMD - ShortMethodName
(edit) @12375   9 years michael2402 Document the data.coor package
(edit) @12163   9 years michael2402 Make use of ILatLon#getEastNorth
(edit) @12161   9 years michael2402 See #13415: Add the ILatLon interface, unify handling of Nodes and …
(edit) @12131   9 years Don-vip see #11889, see #11924, see #13387 - use backported versions of …
(edit) @11045   10 years Don-vip fix #13674 - allow case insensitive lat/lon input + reject more …
(edit) @10915   10 years michael2402 Trim interpolate in EastNorth/LatLon for performance and add comment …
(edit) @10914   10 years michael2402 Use Utils.clamp in LatLon. Document public methods.
(edit) @10334   10 years Don-vip fix equals methods for Coordinate classes
(edit) @10181   10 years Don-vip sonar - squid:S2184 - Math operands should be cast before assignment
(edit) @10060   10 years Don-vip see #11924 - remove deprecated code, reduce double precision in unit …
(edit) @10033   10 years Don-vip fix #12632 - Use WGS84 Ellipsoid constant instead of fixed value for R
(edit) @9983   10 years Don-vip remove unused code
(edit) @9950   10 years simon04 see #11516 - Add Sinusoidal projection
(edit) @9862   10 years simon04 fix #12563 - Allow to customize LatLon formatting Use the preference …
(edit) @9861   10 years simon04 Unit test, Javadoc for LatLon
(edit) @9796   10 years bastiK applied #12524 - heading calculation reversed longitudes (patch by kolesar)
(edit) @9558   10 years bastiK always normalize longitude before projection and after inverse …
(edit) @9419   10 years bastiK add Albers Equal Area Projection and Polar Stereographic Projection …
(edit) @9384   10 years simon04 Add unit test for CorrelateGpxWithImages
(edit) @9375   10 years simon04 Java 7: use Objects.equals and Objects.hash (fixup r9371)
(edit) @9371   10 years simon04 Java 7: use Objects.equals and Objects.hash
(edit) @9243   10 years Don-vip javadoc update
(edit) @8846   11 years Don-vip sonar - fb-contrib - minor performance improvements: * Method passes …
(edit) @8540   11 years Don-vip fix remaining checkstyle issues
(edit) @8526   11 years wiktorn Introduce WMS layer based on TMS. (closes: #11255) HEADS UP: After …
(edit) @8510   11 years Don-vip checkstyle: enable relevant whitespace checks and fix them
(edit) @8444   11 years Don-vip remove extra whitespaces
(edit) @8308   11 years Don-vip fix potential NPEs and Sonar issues related to serialization
(edit) @7236   12 years bastiK fixed #10115 - increase number of digits saved to file
(edit) @6990   12 years Don-vip sonar - place Strings literals on the left side when checking for …
(edit) @6920   12 years Don-vip fix #9778, fix #9806 - access OSM API and JOSM website in HTTPS by …
(edit) @6906   12 years Don-vip refactor duplicated code - impacts some plugins (reverter, roadsigns, …
(edit) @6883   12 years Don-vip fix some Sonar issues
(edit) @6830   12 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6566   12 years simon04 fix #9494 - Advanced object info: add "Center of bounding box", and …
(edit) @6500   12 years simon04 Add Javadoc for LatLon, add unit tests for LatLonDialog (parsing)
(edit) @6380   12 years Don-vip update license/copyright information
(edit) @6248   13 years Don-vip Rework console output: - new log level "error" - Replace nearly all …
(edit) @6203   13 years Don-vip fix #9024 - bbox/bounds memory optimizations (modified patch by …
(edit) @6178   13 years Don-vip fix #9002 - QuadBuckets improvements (patch by shinigami)
(edit) @6173   13 years Don-vip fix #8987 - immutable coordinates (patch by shinigami)
(edit) @6169   13 years Don-vip fix #8987 - Fix NPE and Findbugs/Sonar violations
(edit) @6168   13 years Don-vip see #8987 - make it public
(edit) @6167   13 years Don-vip see #8987 - add missing clone() methods to fix broken plugins
(edit) @6166   13 years Don-vip see #8987 - refactor/add missing distance() methods to fix broken plugins
(edit) @6162   13 years bastiK applied #8987 - immutable coordinates (patch by shinigami)
(edit) @6069   13 years stoecker see #8853 remove tabs, trailing spaces, windows line ends, strange …
(edit) @5909   13 years stoecker fix all remaining javadoc warnings
(edit) @5523   14 years Don-vip fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
(edit) @5474   14 years Don-vip fix #7994 - WGS84-DMS-ordinates are shown as 01'60,0" instead of 02'00,0"
(edit) @5268   14 years simon04 fix #7740 - Fix roundToOsmPrecision() accuracy (patch by mrwojo)
(edit) @5235   14 years bastiK no rounding for projection bounds, to avoid 42 being dispayed as …
(edit) @4869   14 years jttt Use final were appropriate
(edit) @4580   15 years Don-vip see #2212 - Allow JOSM to download data crossing the 180th meridian
(edit) @4574   15 years Don-vip fix #7028 - Dragging map is extremely slow when large GPX file is loaded
(edit) @4541   15 years Don-vip Fixed rounding error in LatLon.roundToOsmPrecision()
(edit) @4476   15 years Don-vip LatLon: add a simple way to test validity
(edit) @4423   15 years bastiK applied #6834 - Imagery providers slippy map enhancements: polygon …
(edit) @4206   15 years bastiK change heading formula to something sane
(edit) @4126   15 years bastiK memory optimizations for Node & WayPoint (Patch by Gubaer, modified) …
(edit) @3656   15 years bastiK applied #5604 (patch by m.zdila) - support different formats of GPS …
(edit) @3438   16 years stoecker fix some charset errors
(edit) @3412   16 years bastiK fixed #3187 - Feature request: coordinates also in degrees minutes
(edit) @3411   16 years bastiK fixed #5275 - Displayed co-ordinate precision adjustment
(edit) @3067   16 years bastiK applied #4645 - option to show projected coordinates instead of …
(edit) @3018   16 years bastiK fixed #4566 - seperator and decimal-point in download dialog
(edit) @2990   16 years jttt Fix some eclipse warnings
(edit) @2891   16 years bastiK Made the bbox display in the 'Bookmarks' tab of the download dialog …
(edit) @2845   16 years mjulius fix messages for data
(edit) @2711   16 years stoecker fix bad line endings
(edit) @2699   16 years mjulius moved MAX_SERVER_PRECISION from Projection to LatLon …
Note: See TracRevisionLog for help on using the revision log.