Uses of Package
org.openstreetmap.josm.data.coor
-
Packages that use org.openstreetmap.josm.data.coor Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.mapmode Provides the classes for JOSMmap modes
.org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.data Provides the classes for JOSM managed data.org.openstreetmap.josm.data.coor Provides the classes for geographiccoordinates
(east/north and lat/lon systems).org.openstreetmap.josm.data.coor.conversion Provides the classes for geographiccoordinates
conversion.org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.data.imagery Provides the classes for JOSM imagery sources, coupled withJMapViewer
classes.org.openstreetmap.josm.data.imagery.street_level org.openstreetmap.josm.data.notes Provides the classes for OSMnotes
.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.data.osm.history Provides the classes for OSM primitiveshistory
(edition revisions).org.openstreetmap.josm.data.osm.visitor Provides the classes for performing actions on OSM primitives using Visitor design pattern.org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map.org.openstreetmap.josm.data.projection Provides the classes for JOSM map projection.org.openstreetmap.josm.data.projection.datum Provides the classes for datum used in map projections.org.openstreetmap.josm.data.projection.proj Provides the classes for JOSM map projections implementations.org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests.org.openstreetmap.josm.data.validation.util Provides utilities classes for JOSM data validation.org.openstreetmap.josm.data.vector Provides classes for vector data like Mapbox Vector Tiles.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.bbox Provides GUI classes for displaying a customizable and interactive bounding box.org.openstreetmap.josm.gui.conflict.pair.properties Provides the classes for displaying conflicts in OSM primitive properties.org.openstreetmap.josm.gui.datatransfer Provides the classes for transferring data using cut/copy/paste operations.org.openstreetmap.josm.gui.datatransfer.data Provides the classes for defining the serializable data transferred using cut/copy/paste operations.org.openstreetmap.josm.gui.datatransfer.importers Provides the classes for the transfer support controllers allowing cut/copy/paste operations.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.draw Provides GUI classes for 2D drawing in the map.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.layer Provides classes for handling the different kinds of map layers.org.openstreetmap.josm.gui.layer.geoimage Provides classes for handling layers displaying geotagged pictures.org.openstreetmap.josm.gui.layer.gpx Provides classes for handling GPX layers.org.openstreetmap.josm.gui.layer.imagery Provides classes for handling imagery background layers.org.openstreetmap.josm.gui.layer.markerlayer Provides classes for handling marker layers.org.openstreetmap.josm.gui.layer.validation Provides classes for handling validation layer.org.openstreetmap.josm.gui.mappaint Drawing system allowing to display and render OSM map data in a user-friendly and customizable way, through map styles.
Two implementations are provided: XML: this was the system used by default JOSM map style for a long time.org.openstreetmap.josm.gui.mappaint.mapcss Drawing system based on MapCSS map styles.org.openstreetmap.josm.gui.preferences.imagery Provides classes for handling imagery preferences.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.io.nmea Provides the classes for reading NMEA-0183 files.org.openstreetmap.josm.io.remotecontrol.handler Provides the classes for remote control handlers (features exposed to the browser).org.openstreetmap.josm.io.session Provides the classes for user sessions import/export.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.actions Class Description EastNorth Northing, Easting of the projected coordinates.LatLon LatLon are unprojected latitude / longitude coordinates.PolarCoor Polar coordinate. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.actions.mapmode Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.command Class Description EastNorth Northing, Easting of the projected coordinates.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.coor Class Description Coordinate Base class of points of both coordinate systems.EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.coor.conversion Class Description ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.gpx Class Description CachedLatLon LatLon class that maintains a cache of projected EastNorth coordinates.EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.imagery Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.imagery.street_level Class Description ILatLon This interface represents a coordinate in LatLon space. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.notes Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.osm Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.osm.history Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.osm.visitor Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.osm.visitor.paint Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.projection Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.projection.datum Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.projection.proj Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.validation.tests Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.validation.util Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.data.vector Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.bbox Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.conflict.pair.properties Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.datatransfer Class Description EastNorth Northing, Easting of the projected coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.datatransfer.data Class Description EastNorth Northing, Easting of the projected coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.datatransfer.importers Class Description EastNorth Northing, Easting of the projected coordinates.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.dialogs Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.download Class Description ILatLon This interface represents a coordinate in LatLon space. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.draw Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.history Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.layer Class Description EastNorth Northing, Easting of the projected coordinates.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.layer.geoimage Class Description ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.layer.gpx Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.layer.imagery Class Description EastNorth Northing, Easting of the projected coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.layer.markerlayer Class Description CachedLatLon LatLon class that maintains a cache of projected EastNorth coordinates.EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.layer.validation Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.mappaint Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.mappaint.mapcss Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.gui.preferences.imagery Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.io Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.io.nmea Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.io.remotecontrol.handler Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.io.session Class Description LatLon LatLon are unprojected latitude / longitude coordinates. -
Classes in org.openstreetmap.josm.data.coor used by org.openstreetmap.josm.tools Class Description EastNorth Northing, Easting of the projected coordinates.ILatLon This interface represents a coordinate in LatLon space.LatLon LatLon are unprojected latitude / longitude coordinates.