Uses of Class
org.openstreetmap.josm.data.coor.LatLon
-
Packages that use LatLon Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.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 geographiccoordinatesconversion.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 withJMapViewerclasses.org.openstreetmap.josm.data.notes Provides the classes for OSMnotes.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities 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.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.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.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.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.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. -
-
Uses of LatLon in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return types with arguments of type LatLon Modifier and Type Method Description protected static java.util.Collection<LatLon>DownloadAlongAction. calcBetweenPoints(LatLon p1, LatLon p2, double bufferDist)Calculate list of points between two given points so that the distance between two consecutive points is below a limit.Methods in org.openstreetmap.josm.actions with parameters of type LatLon Modifier and Type Method Description protected static java.util.Collection<LatLon>DownloadAlongAction. calcBetweenPoints(LatLon p1, LatLon p2, double bufferDist)Calculate list of points between two given points so that the distance between two consecutive points is below a limit. -
Uses of LatLon in org.openstreetmap.josm.command
Fields in org.openstreetmap.josm.command declared as LatLon Modifier and Type Field Description private LatLonCommand.OldNodeState. latLonMethods in org.openstreetmap.josm.command that return LatLon Modifier and Type Method Description LatLonCommand.OldNodeState. getLatLon()Returns old lat/lon.Constructors in org.openstreetmap.josm.command with parameters of type LatLon Constructor Description MoveCommand(Node node, LatLon position)Constructs a newMoveCommandto move a node. -
Uses of LatLon in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return LatLon Modifier and Type Method Description LatLonBounds. getCenter()Returns center of the bounding box.LatLonBounds. getMax()Gets the point that has both the maximum lat and lon coordinateLatLonBounds. getMin()Gets the point that has both the minimal lat and lon coordinateMethods in org.openstreetmap.josm.data with parameters of type LatLon Modifier and Type Method Description booleanBounds. contains(LatLon ll)Determines if the given pointllis within these bounds.voidBounds. extend(LatLon ll)Extend the bounds if necessary to include the given point.voidImageData. updateImagePosition(ImageEntry img, LatLon newPos)Update the position of the image and trigger updateConstructors in org.openstreetmap.josm.data with parameters of type LatLon Constructor Description Bounds(LatLon b)Constructs bounds out a single point.Bounds(LatLon b, boolean roundToOsmPrecision)Single point Bounds defined by lat/lonb.Bounds(LatLon center, double latExtent, double lonExtent)Creates new bounds around a coordinate paircenter.Bounds(LatLon min, LatLon max)Construct bounds out of two points.Bounds(LatLon min, LatLon max, boolean roundToOsmPrecision)Constructs bounds out of two points. -
Uses of LatLon in org.openstreetmap.josm.data.coor
Subclasses of LatLon in org.openstreetmap.josm.data.coor Modifier and Type Class Description classCachedLatLonLatLon class that maintains a cache of projected EastNorth coordinates.Fields in org.openstreetmap.josm.data.coor declared as LatLon Modifier and Type Field Description static LatLonLatLon. NORTH_POLENorth pole.static LatLonLatLon. SOUTH_POLESouth pole.static LatLonLatLon. ZEROThe (0,0) coordinates.Methods in org.openstreetmap.josm.data.coor that return LatLon Modifier and Type Method Description LatLonLatLon. getCenter(LatLon ll2)Get the center between two lat/lon pointsLatLonLatLon. getRoundedToOsmPrecision()Replies a clone of this lat LatLon, rounded to OSM precisions, i.e.LatLonLatLon. interpolate(LatLon ll2, double proportion)Interpolate between this and a other latlon.static LatLonQuadTiling. tile2LatLon(long quad)Converts a tile index to a lat/lon positionMethods in org.openstreetmap.josm.data.coor with parameters of type LatLon Modifier and Type Method Description doubleLatLon. distance(LatLon ll)Returns the euclidean distance from thisLatLonto a specifiedLatLon.doubleLatLon. distanceSq(LatLon ll)Returns the square of the euclidean distance from thisLatLonto a specifiedLatLon.LatLonLatLon. getCenter(LatLon ll2)Get the center between two lat/lon pointsLatLonLatLon. interpolate(LatLon ll2, double proportion)Interpolate between this and a other latlon.Constructors in org.openstreetmap.josm.data.coor with parameters of type LatLon Constructor Description CachedLatLon(LatLon coor)Constructs a newCachedLatLon. -
Uses of LatLon in org.openstreetmap.josm.data.coor.conversion
Methods in org.openstreetmap.josm.data.coor.conversion that return LatLon Modifier and Type Method Description static LatLonLatLonParser. parse(java.lang.String coord)Parses the given string as lat/lon. -
Uses of LatLon in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as LatLon Modifier and Type Field Description private LatLonGpxImageEntry. exifCoorMethods in org.openstreetmap.josm.data.gpx that return LatLon Modifier and Type Method Description LatLonWayPoint. getCoor()Returns the waypoint coordinates.LatLonGpxImageEntry. getExifCoor()Methods in org.openstreetmap.josm.data.gpx with parameters of type LatLon Modifier and Type Method Description voidGpxImageEntry. setExifCoor(LatLon exifCoor)Sets the EXIF coordinate.voidGpxImageEntry. setPos(LatLon pos)Sets the position.Constructors in org.openstreetmap.josm.data.gpx with parameters of type LatLon Constructor Description WayPoint(LatLon ll)Constructs a newWayPointfrom lat/lon coordinates. -
Uses of LatLon in org.openstreetmap.josm.data.imagery
Methods in org.openstreetmap.josm.data.imagery that return LatLon Modifier and Type Method Description static LatLonCoordinateConversion. coorToLL(org.openstreetmap.gui.jmapviewer.interfaces.ICoordinate c)Converts anICoordinateto aLatLoninstance.LatLonOffsetBookmark. getCenter()Get center/reference point of the bookmark.private static LatLonWMTSTileSource. parseLatLon(java.lang.String coor, boolean switchXY)Methods in org.openstreetmap.josm.data.imagery with parameters of type LatLon Modifier and Type Method Description booleanShape. contains(LatLon latlon)Check if the coordinates are inside this shape.static org.openstreetmap.gui.jmapviewer.interfaces.ICoordinateCoordinateConversion. llToCoor(LatLon ll)Converts aLatLonto anICoordinateinstance. -
Uses of LatLon in org.openstreetmap.josm.data.notes
Fields in org.openstreetmap.josm.data.notes declared as LatLon Modifier and Type Field Description private LatLonNote. latLonMethods in org.openstreetmap.josm.data.notes that return LatLon Modifier and Type Method Description LatLonNote. getLatLon()Returns the geographic location of the note.Constructors in org.openstreetmap.josm.data.notes with parameters of type LatLon Constructor Description Note(LatLon latLon)Create a note with a given location -
Uses of LatLon in org.openstreetmap.josm.data.osm
Fields in org.openstreetmap.josm.data.osm declared as LatLon Modifier and Type Field Description private LatLonUserInfo. homethe home locationprivate LatLonChangeset. maxthe max.private LatLonChangeset. minthe min.Methods in org.openstreetmap.josm.data.osm that return LatLon Modifier and Type Method Description LatLonBBox. getBottomRight()Returns the bottom-right point.LatLonBBox. getCenter()Gets the center of this BBox.LatLonINode. getCoor()Returns lat/lon coordinates of this node.LatLonNode. getCoor()Returns lat/lon coordinates of this node, ornullunlessILatLon.isLatLonKnown()LatLonNodeData. getCoor()LatLonUserInfo. getHome()Returns the user home coordinates, if set.LatLonChangeset. getMax()Returns the max lat/lon of the changeset bounding box.LatLonChangeset. getMin()Returns the min lat/lon of the changeset bounding box.LatLonBBox. getTopLeft()Returns the top-left point.Methods in org.openstreetmap.josm.data.osm with parameters of type LatLon Modifier and Type Method Description voidBBox. add(LatLon c)Add a point to an existing BBox.voidBBox. addLatLon(LatLon latLon, double extraSpace)Extends this bbox to include the bbox of the primitive extended by extraSpace.booleanBBox. bounds(LatLon c)Tests, whether the Pointclies within the bbox.voidNoteData. createNote(LatLon location, java.lang.String text)Create a new notestatic OsmPrimitiveOsmUtils. createPrimitive(java.lang.String assertion, LatLon around, boolean enforceLocation)Creates a new OSM primitive according to the given assertion.(package private) voidDataSet. fireNodeMoved(Node node, LatLon newCoor, EastNorth eastNorth)private static NodeOsmUtils. newNode(LatLon around)private static RelationOsmUtils. newRelation(LatLon around, boolean enforceLocation)private static WayOsmUtils. newWay(LatLon around, boolean enforceLocation)voidINode. setCoor(LatLon coor)Sets lat/lon coordinates of this node.voidNode. setCoor(LatLon coor)voidNodeData. setCoor(LatLon coor)(package private) voidNode. setCoorInternal(LatLon coor, EastNorth eastNorth)To be used only by Dataset.reindexNodevoidUserInfo. setHome(LatLon home)Sets the user home coordinates.voidChangeset. setMax(LatLon max)Sets the max lat/lon of the changeset bounding box.voidChangeset. setMin(LatLon min)Sets the min lat/lon of the changeset bounding box.private voidNode. updateCoor(LatLon coor, EastNorth eastNorth)Constructors in org.openstreetmap.josm.data.osm with parameters of type LatLon Constructor Description BBox(LatLon a, LatLon b)Constructs a newBBoxdefined by pointsaandb.Node(LatLon latlon)Constructs a newNodewith the given lat/lon with id 0. -
Uses of LatLon in org.openstreetmap.josm.data.osm.history
Fields in org.openstreetmap.josm.data.osm.history declared as LatLon Modifier and Type Field Description private LatLonHistoryNode. coordsthe coordinates.Methods in org.openstreetmap.josm.data.osm.history that return LatLon Modifier and Type Method Description LatLonHistoryNode. getCoords()Replies the coordinates.Methods in org.openstreetmap.josm.data.osm.history with parameters of type LatLon Modifier and Type Method Description voidHistoryNode. setCoords(LatLon coords)Sets the coordinates.Constructors in org.openstreetmap.josm.data.osm.history with parameters of type LatLon Constructor Description HistoryNode(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, LatLon coords)Constructs a newHistoryNode.HistoryNode(long id, long version, boolean visible, User user, long changesetId, java.time.Instant timestamp, LatLon coords, boolean checkHistoricParams)Constructs a newHistoryNodewith a configurable checking of historic parameters. -
Uses of LatLon in org.openstreetmap.josm.data.osm.visitor
Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type LatLon Modifier and Type Method Description voidBoundingXYVisitor. visit(LatLon latlon)Visiting call for lat/lon. -
Uses of LatLon in org.openstreetmap.josm.data.projection
Fields in org.openstreetmap.josm.data.projection declared as LatLon Modifier and Type Field Description private LatLonCustomProjection.Polarity. latlonMethods in org.openstreetmap.josm.data.projection that return LatLon Modifier and Type Method Description LatLonEllipsoid. cart2LatLon(double... xyz)convert cartesian coordinates to ellipsoidal coordinatesLatLonEllipsoid. cart2LatLon(double[] xyz, double epsilon)LatLonAbstractProjection. eastNorth2latlon(EastNorth en)private LatLonAbstractProjection. eastNorth2latlon(EastNorth en, java.util.function.DoubleUnaryOperator normalizeLon)LatLonProjection. eastNorth2latlon(EastNorth en)Convert from easting/norting to lat/lon.LatLonAbstractProjection. eastNorth2latlonClamped(EastNorth en)LatLonProjecting. eastNorth2latlonClamped(EastNorth en)Convert a east/north coordinate to theLatLoncoordinate.LatLonShiftedProjecting. eastNorth2latlonClamped(EastNorth en)(package private) LatLonCustomProjection.Polarity. getLatLon()Methods in org.openstreetmap.josm.data.projection with parameters of type LatLon Modifier and Type Method Description double[]Ellipsoid. latLon2Cart(LatLon coord)convert ellipsoidal coordinates to cartesian coordinatesdefault EastNorthProjecting. latlon2eastNorth(LatLon ll)Convert from lat/lon to easting/northing.Constructors in org.openstreetmap.josm.data.projection with parameters of type LatLon Constructor Description Polarity(LatLon latlon) -
Uses of LatLon in org.openstreetmap.josm.data.projection.datum
Methods in org.openstreetmap.josm.data.projection.datum that return LatLon Modifier and Type Method Description LatLonCentricDatum. fromWGS84(LatLon ll)LatLonDatum. fromWGS84(LatLon ll)Convert lat/lon fromEllipsoid.WGS84to this datum.LatLonNTV2Datum. fromWGS84(LatLon ll)LatLonNullDatum. fromWGS84(LatLon ll)LatLonSevenParameterDatum. fromWGS84(LatLon ll)LatLonThreeParameterDatum. fromWGS84(LatLon ll)LatLonCentricDatum. toWGS84(LatLon ll)LatLonDatum. toWGS84(LatLon ll)Convert lat/lon from this datum toEllipsoid.WGS84datum.LatLonNTV2Datum. toWGS84(LatLon ll)LatLonNullDatum. toWGS84(LatLon ll)LatLonSevenParameterDatum. toWGS84(LatLon ll)LatLonThreeParameterDatum. toWGS84(LatLon ll)Methods in org.openstreetmap.josm.data.projection.datum with parameters of type LatLon Modifier and Type Method Description LatLonCentricDatum. fromWGS84(LatLon ll)LatLonDatum. fromWGS84(LatLon ll)Convert lat/lon fromEllipsoid.WGS84to this datum.LatLonNTV2Datum. fromWGS84(LatLon ll)LatLonNullDatum. fromWGS84(LatLon ll)LatLonSevenParameterDatum. fromWGS84(LatLon ll)LatLonThreeParameterDatum. fromWGS84(LatLon ll)LatLonCentricDatum. toWGS84(LatLon ll)LatLonDatum. toWGS84(LatLon ll)Convert lat/lon from this datum toEllipsoid.WGS84datum.LatLonNTV2Datum. toWGS84(LatLon ll)LatLonNullDatum. toWGS84(LatLon ll)LatLonSevenParameterDatum. toWGS84(LatLon ll)LatLonThreeParameterDatum. toWGS84(LatLon ll)Constructors in org.openstreetmap.josm.data.projection.datum with parameters of type LatLon Constructor Description NTV2GridShift(LatLon p)Constructs a newNTV2GridShiftfrom aLatLon. -
Uses of LatLon in org.openstreetmap.josm.data.projection.proj
Fields in org.openstreetmap.josm.data.projection.proj declared as LatLon Modifier and Type Field Description private LatLonObliqueMercator. referencePointA reference point, which is known to be on the central line.Methods in org.openstreetmap.josm.data.projection.proj with parameters of type LatLon Modifier and Type Method Description static Pair<java.lang.Integer,TransverseMercator.Hemisphere>TransverseMercator. locateUtmZone(LatLon ll)Determines the UTM zone of a given lat/lon. -
Uses of LatLon in org.openstreetmap.josm.data.validation.tests
Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type LatLon Modifier and Type Field Description private java.util.List<LatLon>DuplicateRelation.RelMember. coorCoordinates of the relation memberprivate java.util.List<LatLon>DuplicateWay.WayPair. coorprivate java.util.List<LatLon>DuplicateWay.WayPairNoTags. coorMethods in org.openstreetmap.josm.data.validation.tests that return LatLon Modifier and Type Method Description protected LatLonDuplicateNode.NodeHash. getLatLon(java.lang.Object o)private static LatLonMapCSSTagCheckerAsserts. getLocation(MapCSSTagCheckerRule check)private LatLonDuplicateNode.NodeHash. roundCoord(LatLon coor)Returns the rounded coordinated according toDuplicateNode.NodeHash.precisionMethods in org.openstreetmap.josm.data.validation.tests that return types with arguments of type LatLon Modifier and Type Method Description static java.util.List<LatLon>DuplicateWay. getOrderedNodes(Way w)Replies the ordered list of nodes of way w such as it is easier to find duplicated ways.Methods in org.openstreetmap.josm.data.validation.tests with parameters of type LatLon Modifier and Type Method Description private LatLonDuplicateNode.NodeHash. roundCoord(LatLon coor)Returns the rounded coordinated according toDuplicateNode.NodeHash.precisionprivate voidTagChecker. tagCheck(TaggingPreset preset, OsmPrimitive p, LatLon center, java.util.List<? extends TaggingPresetItem> tagInformation)Perform the checks against a given preset valueprivate voidTagChecker. tagCheckReal(TaggingPreset preset, OsmPrimitive p, LatLon center, java.util.List<? extends RegionSpecific> data)Perform the checks against a given preset valueprivate voidTagChecker. tagCheckReal(TaggingPreset preset, OsmPrimitive p, LatLon center, RegionSpecific data)Perform the checks against a given preset valueConstructor parameters in org.openstreetmap.josm.data.validation.tests with type arguments of type LatLon Constructor Description WayPair(java.util.List<LatLon> coor, java.util.Map<java.lang.String,java.lang.String> keys)WayPairNoTags(java.util.List<LatLon> coor) -
Uses of LatLon in org.openstreetmap.josm.data.vector
Methods in org.openstreetmap.josm.data.vector that return LatLon Modifier and Type Method Description LatLonVectorNode. getCoor()Methods in org.openstreetmap.josm.data.vector with parameters of type LatLon Modifier and Type Method Description voidVectorNode. setCoor(LatLon coordinates) -
Uses of LatLon in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui that return LatLon Modifier and Type Method Description LatLonMapViewState.MapViewPoint. getLatLon()Gets the current position in LatLon coordinates according to the current projection.LatLonNavigatableComponent. getLatLon(double x, double y)Returns unprojected geographic coordinates for a specific pixel position on the screen.LatLonNavigatableComponent. getLatLon(int x, int y)Returns unprojected geographic coordinates for a specific pixel position on the screen.LatLonMapViewState.MapViewPoint. getLatLonClamped()Gets the latlon coordinate clamped to the current world area.Methods in org.openstreetmap.josm.gui with parameters of type LatLon Modifier and Type Method Description java.awt.PointNavigatableComponent. getPoint(LatLon latlon)looses precision, may overflow (depends on p and current scale)java.awt.geom.Point2DNavigatableComponent. getPoint2D(LatLon latlon)Return the point on the screen where this Coordinate would be.MapViewState.MapViewPointMapViewState. getPointFor(LatLon latlon)Gets theMapViewState.MapViewPointfor the givenLatLoncoordinate.private static booleanImageryMenu. isPosInOneShapeIfAny(ImageryInfo info, LatLon pos)For layers containing complex shapes, check that center is in one of its shapes (fix #7910)voidNavigatableComponent. zoomTo(LatLon newCenter)Zoom to given lat/lon. -
Uses of LatLon in org.openstreetmap.josm.gui.bbox
Methods in org.openstreetmap.josm.gui.bbox that return LatLon Modifier and Type Method Description protected LatLonTileSelectionBBoxChooser. getNorthWestLatLonOfTile(java.awt.Point tile, int zoom)Replies lat/lon of the north/west-corner of a tile at a specific zoom level -
Uses of LatLon in org.openstreetmap.josm.gui.conflict.pair.properties
Fields in org.openstreetmap.josm.gui.conflict.pair.properties declared as LatLon Modifier and Type Field Description private LatLonPropertiesMergeModel. myCoordsprivate LatLonPropertiesMergeModel. theirCoordsMethods in org.openstreetmap.josm.gui.conflict.pair.properties that return LatLon Modifier and Type Method Description LatLonPropertiesMergeModel. getMergedCoords()replies the coordinates of the mergedOsmPrimitive.LatLonPropertiesMergeModel. getMyCoords()replies the coordinates of myOsmPrimitive.LatLonPropertiesMergeModel. getTheirCoords()replies the coordinates of theirOsmPrimitive.Methods in org.openstreetmap.josm.gui.conflict.pair.properties with parameters of type LatLon Modifier and Type Method Description protected static java.lang.StringPropertiesMerger. coordToString(LatLon coord) -
Uses of LatLon in org.openstreetmap.josm.gui.datatransfer.importers
Methods in org.openstreetmap.josm.gui.datatransfer.importers that return LatLon Modifier and Type Method Description (package private) static LatLonOsmLinkPaster. parseLatLon(java.lang.String transferData) -
Uses of LatLon in org.openstreetmap.josm.gui.dialogs
Fields in org.openstreetmap.josm.gui.dialogs declared as LatLon Modifier and Type Field Description private LatLonLatLonDialog. latLonCoordinatesMethods in org.openstreetmap.josm.gui.dialogs that return LatLon Modifier and Type Method Description LatLonLatLonDialog. getCoordinates()Gets the coordinates that are entered by the user.LatLonLatLonDialog. getLatLonCoordinates()Gets the coordinates that are entered in the lat/lon fieldMethods in org.openstreetmap.josm.gui.dialogs with parameters of type LatLon Modifier and Type Method Description voidLatLonDialog. setCoordinates(LatLon ll)Sets the coordinate fields to the given coordinates -
Uses of LatLon in org.openstreetmap.josm.gui.history
Methods in org.openstreetmap.josm.gui.history that return types with arguments of type LatLon Modifier and Type Method Description protected Pair<LatLon,LatLon>CoordinateInfoViewer.Updater. getCoordinates()protected Pair<LatLon,LatLon>CoordinateInfoViewer.Updater. getCoordinates() -
Uses of LatLon in org.openstreetmap.josm.gui.layer
Methods in org.openstreetmap.josm.gui.layer that return LatLon Modifier and Type Method Description private LatLonAbstractTileSourceLayer. getShiftedLatLon(EastNorth en)Methods in org.openstreetmap.josm.gui.layer with parameters of type LatLon Modifier and Type Method Description booleanOsmDataLayer. containsPoint(LatLon coor)Determines if this layer contains data at the given coordinate.Method parameters in org.openstreetmap.josm.gui.layer with type arguments of type LatLon Modifier and Type Method Description AbstractTileSourceLayer.PrecacheTaskAbstractTileSourceLayer. getDownloadAreaToCacheTask(ProgressMonitor progressMonitor, java.util.List<LatLon> points, double bufferX, double bufferY)Calculates tiles, that needs to be downloaded to cache, gets a current tile loader and creates a task to download all of the tiles.Constructor parameters in org.openstreetmap.josm.gui.layer with type arguments of type LatLon Constructor Description PrecacheTask(ProgressMonitor progressMonitor, java.util.List<LatLon> points, double bufferX, double bufferY)Constructs a newPrecacheTask. -
Uses of LatLon in org.openstreetmap.josm.gui.layer.geoimage
Constructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type LatLon Constructor Description WikimediaCommonsEntry(java.lang.String title, LatLon latLon) -
Uses of LatLon in org.openstreetmap.josm.gui.layer.gpx
Fields in org.openstreetmap.josm.gui.layer.gpx with type parameters of type LatLon Modifier and Type Field Description private java.util.List<LatLon>DownloadWmsAlongTrackAction.PrecacheWmsTask. pointsConstructor parameters in org.openstreetmap.josm.gui.layer.gpx with type arguments of type LatLon Constructor Description PrecacheWmsTask(AbstractTileSourceLayer<? extends org.openstreetmap.gui.jmapviewer.tilesources.AbstractTMSTileSource> layer, java.util.List<LatLon> points) -
Uses of LatLon in org.openstreetmap.josm.gui.layer.markerlayer
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as LatLon Modifier and Type Field Description private LatLonPlayHeadMarker. oldCoorMethods in org.openstreetmap.josm.gui.layer.markerlayer that return LatLon Modifier and Type Method Description LatLonMarker. getCoor()Returns the marker's coordinates.Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type LatLon Modifier and Type Method Description AudioMarkerMarkerLayer. addAudioMarker(double time, LatLon coor)voidMarker. setCoor(LatLon coor)Sets the marker's coordinates.Constructors in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type LatLon Constructor Description AudioMarker(LatLon ll, TemplateEngineDataProvider dataProvider, java.net.URL audioUrl, MarkerLayer parentLayer, double time, double offset)ButtonMarker(LatLon ll, java.lang.String buttonImage, MarkerLayer parentLayer, double time, double offset)ButtonMarker(LatLon ll, TemplateEngineDataProvider dataProvider, java.lang.String buttonImage, MarkerLayer parentLayer, double time, double offset)ImageMarker(LatLon ll, java.net.URL imageUrl, MarkerLayer parentLayer, double time, double offset)Marker(LatLon ll, java.lang.String text, java.lang.String iconName, MarkerLayer parentLayer, double time, double offset)Marker(LatLon ll, TemplateEngineDataProvider dataProvider, java.lang.String text, java.lang.String iconName, MarkerLayer parentLayer, double time, double offset)Marker(LatLon ll, TemplateEngineDataProvider dataProvider, java.lang.String iconName, MarkerLayer parentLayer, double time, double offset)WebMarker(LatLon ll, java.net.URL webUrl, MarkerLayer parentLayer, double time, double offset) -
Uses of LatLon in org.openstreetmap.josm.gui.layer.validation
Fields in org.openstreetmap.josm.gui.layer.validation declared as LatLon Modifier and Type Field Description protected LatLonPaintVisitor.PaintedPoint. p1private LatLonPaintVisitor.PaintedSegment. p2Constructors in org.openstreetmap.josm.gui.layer.validation with parameters of type LatLon Constructor Description PaintedPoint(LatLon p1, java.awt.Color color)PaintedSegment(LatLon p1, LatLon p2, java.awt.Color color) -
Uses of LatLon in org.openstreetmap.josm.gui.mappaint
Fields in org.openstreetmap.josm.gui.mappaint declared as LatLon Modifier and Type Field Description private LatLonRenderingCLI. argAnchor -
Uses of LatLon in org.openstreetmap.josm.gui.mappaint.mapcss
Methods in org.openstreetmap.josm.gui.mappaint.mapcss that return LatLon Modifier and Type Method Description static LatLonFunctions. center(Environment env)Returns the center of the environment OSM primitive. -
Uses of LatLon in org.openstreetmap.josm.gui.preferences.imagery
Fields in org.openstreetmap.josm.gui.preferences.imagery declared as LatLon Modifier and Type Field Description private LatLonWMSLayerTree. checkBoundsMethods in org.openstreetmap.josm.gui.preferences.imagery with parameters of type LatLon Modifier and Type Method Description voidWMSLayerTree. setCheckBounds(LatLon checkBounds)Set coordinate to check layer bounds when updating the tree. -
Uses of LatLon in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return LatLon Modifier and Type Method Description private static LatLonOsmPbfReader. calculateLatLon(OsmPbfReader.PrimitiveBlockRecord primitiveBlockRecord, long lat, long lon)Calculate the actual lat lonprivate LatLonGeoJSONReader. getLatLon(jakarta.json.JsonArray coordinates)private static LatLonGpxParser. parseLatLon(org.xml.sax.Attributes attributes)Convert coordinates in attributes to aLatLonobject(package private) static LatLonNoteReader. parseLatLon(java.util.function.UnaryOperator<java.lang.String> attrs)Methods in org.openstreetmap.josm.io with parameters of type LatLon Modifier and Type Method Description private NodeGeoJSONReader. createNode(LatLon latlon)NoteOsmApi. createNote(LatLon latlon, java.lang.String text, ProgressMonitor monitor)Create a new note on the server.ChangesetQueryChangesetQuery. inBbox(LatLon min, LatLon max)Replies a query which is restricted to a bounding box.(package private) voidOsmWriter. writeLatLon(LatLon ll) -
Uses of LatLon in org.openstreetmap.josm.io.nmea
Methods in org.openstreetmap.josm.io.nmea that return LatLon Modifier and Type Method Description private static LatLonNmeaParser. parseLatLon(java.lang.String ns, java.lang.String ew, java.lang.String dlat, java.lang.String dlon) -
Uses of LatLon in org.openstreetmap.josm.io.remotecontrol.handler
Fields in org.openstreetmap.josm.io.remotecontrol.handler with type parameters of type LatLon Modifier and Type Field Description private java.util.Map<LatLon,Node>AddWayHandler. addedNodesThe place to remember already added nodes (they are reused if needed @since 5845private java.util.List<LatLon>AddWayHandler. allCoordinatesMethods in org.openstreetmap.josm.io.remotecontrol.handler with parameters of type LatLon Modifier and Type Method Description (package private) NodeAddWayHandler. findOrCreateNode(LatLon ll, java.util.List<Command> commands)Find the node with almost the same coords in dataset or in already added nodes -
Uses of LatLon in org.openstreetmap.josm.io.session
Fields in org.openstreetmap.josm.io.session declared as LatLon Modifier and Type Field Description private LatLonSessionReader.SessionViewportData. centerMethods in org.openstreetmap.josm.io.session that return LatLon Modifier and Type Method Description LatLonSessionReader.SessionViewportData. getCenter()Get the lat/lon coordinates of the screen center.Constructors in org.openstreetmap.josm.io.session with parameters of type LatLon Constructor Description SessionViewportData(LatLon center, double meterPerPixel)Construct a new SessionViewportData. -
Uses of LatLon in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as LatLon Modifier and Type Field Description private LatLonDefaultGeoProperty. randomMethods in org.openstreetmap.josm.tools that return LatLon Modifier and Type Method Description LatLonDefaultGeoProperty. getRandomLatLon()Returns a random lat/lon in the area.static LatLonExifReader. readLatLon(com.drew.metadata.exif.GpsDirectory dirGps)Returns the geolocation of the given EXIF GPS directory.static LatLonExifReader. readLatLon(java.io.File filename)Returns the geolocation of the given JPEG file.Methods in org.openstreetmap.josm.tools with parameters of type LatLon Modifier and Type Method Description java.lang.BooleanDefaultGeoProperty. get(LatLon ll)TGeoProperty. get(LatLon ll)Look up the property for a point.TGeoPropertyIndex. get(LatLon ll)Look up the property for a certain point.TGeoPropertyIndex.GPLevel. get(LatLon ll)private TGeoPropertyIndex.GPLevel. getBounded(LatLon ll)static java.util.List<TaginfoRegionalInstance>Territories. getRegionalTaginfoUrls(LatLon ll)Returns regional taginfo instances for the given location.static java.lang.StringOsmUrlToBounds. getURL(LatLon pos, int zoom)Return OSM URL for given position and zoom.static booleanTerritories. isIso3166Code(java.lang.String code, LatLon ll)Determine, if a point is inside a territory with the given ISO3166-1 or ISO3166-2 code.static booleanRightAndLefthandTraffic. isRightHandTraffic(LatLon ll)Check if there is right-hand traffic at a certain location.Method parameters in org.openstreetmap.josm.tools with type arguments of type LatLon Modifier and Type Method Description voidMediawiki. searchGeoImages(Bounds bounds, java.util.function.BiConsumer<java.lang.String,LatLon> imageConsumer)Searches geocoded images from Wikimedia Commons for the given bounding box.
-