Package | Description |
---|---|
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 geographic
coordinates
(east/north and lat/lon systems). |
org.openstreetmap.josm.data.coor.conversion |
Provides the classes for geographic
coordinates
conversion. |
org.openstreetmap.josm.data.gpx |
Provides the classes for JOSM
GPX data (points, tracks, routes). |
org.openstreetmap.josm.data.imagery |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
org.openstreetmap.josm.data.notes |
Provides the classes for OSM
notes . |
org.openstreetmap.josm.data.osm |
Provides the classes for OSM data:
Primitives :
Node ,
Way ,
Relation
Users
Tags
Changesets
Utilities classes
|
org.openstreetmap.josm.data.osm.history |
Provides the classes for OSM primitives
history (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 datums 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.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 else
|
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 geottaged 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.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.
|
Modifier and Type | Field and Description |
---|---|
private LatLon |
Command.OldNodeState.latLon |
Modifier and Type | Method and Description |
---|---|
LatLon |
Command.OldNodeState.getLatLon()
Returns old lat/lon.
|
Constructor and Description |
---|
MoveCommand(Node node,
LatLon position)
Constructs a new
MoveCommand to move a node. |
Modifier and Type | Method and Description |
---|---|
LatLon |
Bounds.getCenter() |
LatLon |
Bounds.getMax()
Gets the point that has both the maximum lat and lon coordinate
|
LatLon |
Bounds.getMin()
Gets the point that has both the minimal lat and lon coordinate
|
Modifier and Type | Method and Description |
---|---|
boolean |
Bounds.contains(LatLon ll)
Determines if the given point
ll is within these bounds. |
void |
Bounds.extend(LatLon ll)
Extend the bounds if necessary to include the given point.
|
Constructor and Description |
---|
Bounds(LatLon b)
Constructs bounds out a single point.
|
Bounds(LatLon b,
boolean roundToOsmPrecision)
Single point Bounds defined by lat/lon
b . |
Bounds(LatLon center,
double latExtent,
double lonExtent)
Creates new bounds around a coordinate pair
center . |
Bounds(LatLon min,
LatLon max)
Construct bounds out of two points.
|
Bounds(LatLon min,
LatLon max,
boolean roundToOsmPrecision)
Constructs bounds out of two points.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedLatLon
LatLon class that maintains a cache of projected EastNorth coordinates.
|
Modifier and Type | Field and Description |
---|---|
static LatLon |
LatLon.NORTH_POLE
North pole.
|
static LatLon |
LatLon.SOUTH_POLE
South pole.
|
static LatLon |
LatLon.ZERO
The (0,0) coordinates.
|
Modifier and Type | Method and Description |
---|---|
LatLon |
LatLon.getCenter(LatLon ll2)
Get the center between two lat/lon points
|
LatLon |
LatLon.getRoundedToOsmPrecision()
Replies a clone of this lat LatLon, rounded to OSM precisions, i.e.
|
LatLon |
LatLon.interpolate(LatLon ll2,
double proportion)
Interpolate between this and a other latlon
|
static LatLon |
QuadTiling.tile2LatLon(long quad)
Converts a tile index to a lat/lon position
|
Modifier and Type | Method and Description |
---|---|
double |
LatLon.bearing(LatLon other)
Returns bearing from this point to another.
|
double |
LatLon.distance(LatLon ll)
Returns the euclidean distance from this
LatLon to a specified LatLon . |
double |
LatLon.distanceSq(LatLon ll)
Returns the square of the euclidean distance from this
LatLon to a specified LatLon . |
boolean |
LatLon.equalsEpsilon(LatLon other) |
LatLon |
LatLon.getCenter(LatLon ll2)
Get the center between two lat/lon points
|
double |
LatLon.greatCircleDistance(LatLon other)
Computes the distance between this lat/lon and another point on the earth.
|
LatLon |
LatLon.interpolate(LatLon ll2,
double proportion)
Interpolate between this and a other latlon
|
Constructor and Description |
---|
CachedLatLon(LatLon coor)
Constructs a new
CachedLatLon . |
Modifier and Type | Method and Description |
---|---|
static LatLon |
LatLonParser.parse(java.lang.String coord)
Parses the given string as lat/lon.
|
Modifier and Type | Method and Description |
---|---|
LatLon |
WayPoint.getCoor()
Returns the waypoint coordinates.
|
Constructor and Description |
---|
WayPoint(LatLon ll)
Constructs a new
WayPoint from lat/lon coordinates. |
Modifier and Type | Method and Description |
---|---|
static LatLon |
CoordinateConversion.coorToLL(ICoordinate c)
Converts an
ICoordinate to a LatLon instance. |
LatLon |
OffsetBookmark.getCenter()
Get center/reference point of the bookmark.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Shape.contains(LatLon latlon) |
static ICoordinate |
CoordinateConversion.llToCoor(LatLon ll)
Converts a
LatLon to an ICoordinate instance. |
Modifier and Type | Field and Description |
---|---|
private LatLon |
Note.latLon |
Modifier and Type | Method and Description |
---|---|
LatLon |
Note.getLatLon()
Returns the geographic location of the note.
|
Constructor and Description |
---|
Note(LatLon latLon)
Create a note with a given location
|
Modifier and Type | Field and Description |
---|---|
private LatLon |
UserInfo.home
the home location
|
private LatLon |
Changeset.max
the max.
|
private LatLon |
Changeset.min
the min.
|
Modifier and Type | Method and Description |
---|---|
LatLon |
BBox.getBottomRight()
Returns the bottom-right point.
|
LatLon |
BBox.getCenter()
Gets the center of this BBox.
|
LatLon |
Node.getCoor()
Returns lat/lon coordinates of this node, or
null unless ILatLon.isLatLonKnown() |
LatLon |
INode.getCoor()
Returns lat/lon coordinates of this node.
|
LatLon |
NodeData.getCoor() |
LatLon |
UserInfo.getHome()
Returns the user home coordinates, if set.
|
LatLon |
Changeset.getMax()
Returns the max lat/lon of the changeset bounding box.
|
LatLon |
Changeset.getMin()
Returns the min lat/lon of the changeset bounding box.
|
LatLon |
BBox.getTopLeft()
Returns the top-left point.
|
Modifier and Type | Method and Description |
---|---|
void |
BBox.add(LatLon c)
Add a point to an existing BBox.
|
boolean |
BBox.bounds(LatLon c)
Tests, whether the Point
c lies within the bbox. |
void |
NoteData.createNote(LatLon location,
java.lang.String text)
Create a new note
|
(package private) void |
DataSet.fireNodeMoved(Node node,
LatLon newCoor,
EastNorth eastNorth) |
void |
Node.setCoor(LatLon coor) |
void |
INode.setCoor(LatLon coor)
Sets lat/lon coordinates of this node.
|
void |
NodeData.setCoor(LatLon coor) |
(package private) void |
Node.setCoorInternal(LatLon coor,
EastNorth eastNorth)
To be used only by Dataset.reindexNode
|
void |
UserInfo.setHome(LatLon home)
Sets the user home coordinates.
|
void |
Changeset.setMax(LatLon max)
Sets the max lat/lon of the changeset bounding box.
|
void |
Changeset.setMin(LatLon min)
Sets the min lat/lon of the changeset bounding box.
|
private void |
Node.updateCoor(LatLon coor,
EastNorth eastNorth) |
Constructor and Description |
---|
BBox(LatLon a,
LatLon b)
Constructs a new
BBox defined by points a and b . |
Node(LatLon latlon)
Constructs a new
Node with the given lat/lon with id 0. |
Modifier and Type | Field and Description |
---|---|
private LatLon |
HistoryNode.coords
the coordinates.
|
Modifier and Type | Method and Description |
---|---|
LatLon |
HistoryNode.getCoords()
Replies the coordinates.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryNode.setCoords(LatLon coords)
Sets the coordinates.
|
Constructor and Description |
---|
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
LatLon coords)
Constructs a new
HistoryNode . |
HistoryNode(long id,
long version,
boolean visible,
User user,
long changesetId,
java.util.Date timestamp,
LatLon coords,
boolean checkHistoricParams)
Constructs a new
HistoryNode with a configurable checking of historic parameters. |
Modifier and Type | Method and Description |
---|---|
void |
BoundingXYVisitor.visit(LatLon latlon)
Visiting call for lat/lon.
|
Modifier and Type | Field and Description |
---|---|
private LatLon |
CustomProjection.Polarity.latlon |
Modifier and Type | Method and Description |
---|---|
LatLon |
Ellipsoid.cart2LatLon(double... xyz)
convert cartesian coordinates to ellipsoidal coordinates
|
LatLon |
Ellipsoid.cart2LatLon(double[] xyz,
double epsilon) |
LatLon |
AbstractProjection.eastNorth2latlon(EastNorth en) |
LatLon |
Projection.eastNorth2latlon(EastNorth en)
Convert from easting/norting to lat/lon.
|
private LatLon |
AbstractProjection.eastNorth2latlon(EastNorth en,
java.util.function.DoubleUnaryOperator normalizeLon) |
LatLon |
ShiftedProjecting.eastNorth2latlonClamped(EastNorth en) |
LatLon |
AbstractProjection.eastNorth2latlonClamped(EastNorth en) |
LatLon |
Projecting.eastNorth2latlonClamped(EastNorth en)
Convert a east/north coordinate to the
LatLon coordinate. |
(package private) LatLon |
CustomProjection.Polarity.getLatLon() |
Modifier and Type | Method and Description |
---|---|
double[] |
Ellipsoid.latLon2Cart(LatLon coord)
convert ellipsoidal coordinates to cartesian coordinates
|
default EastNorth |
Projecting.latlon2eastNorth(LatLon ll)
Convert from lat/lon to easting/northing.
|
Constructor and Description |
---|
Polarity(LatLon latlon) |
Modifier and Type | Method and Description |
---|---|
LatLon |
Datum.fromWGS84(LatLon ll)
Convert lat/lon from
Ellipsoid.WGS84 to this datum. |
LatLon |
CentricDatum.fromWGS84(LatLon ll) |
LatLon |
SevenParameterDatum.fromWGS84(LatLon ll) |
LatLon |
NullDatum.fromWGS84(LatLon ll) |
LatLon |
NTV2Datum.fromWGS84(LatLon ll) |
LatLon |
ThreeParameterDatum.fromWGS84(LatLon ll) |
LatLon |
Datum.toWGS84(LatLon ll)
Convert lat/lon from this datum to
Ellipsoid.WGS84 datum. |
LatLon |
CentricDatum.toWGS84(LatLon ll) |
LatLon |
SevenParameterDatum.toWGS84(LatLon ll) |
LatLon |
NullDatum.toWGS84(LatLon ll) |
LatLon |
NTV2Datum.toWGS84(LatLon ll) |
LatLon |
ThreeParameterDatum.toWGS84(LatLon ll) |
Modifier and Type | Method and Description |
---|---|
LatLon |
Datum.fromWGS84(LatLon ll)
Convert lat/lon from
Ellipsoid.WGS84 to this datum. |
LatLon |
CentricDatum.fromWGS84(LatLon ll) |
LatLon |
SevenParameterDatum.fromWGS84(LatLon ll) |
LatLon |
NullDatum.fromWGS84(LatLon ll) |
LatLon |
NTV2Datum.fromWGS84(LatLon ll) |
LatLon |
ThreeParameterDatum.fromWGS84(LatLon ll) |
LatLon |
Datum.toWGS84(LatLon ll)
Convert lat/lon from this datum to
Ellipsoid.WGS84 datum. |
LatLon |
CentricDatum.toWGS84(LatLon ll) |
LatLon |
SevenParameterDatum.toWGS84(LatLon ll) |
LatLon |
NullDatum.toWGS84(LatLon ll) |
LatLon |
NTV2Datum.toWGS84(LatLon ll) |
LatLon |
ThreeParameterDatum.toWGS84(LatLon ll) |
Constructor and Description |
---|
NTV2GridShift(LatLon p)
Constructs a new
NTV2GridShift from a LatLon . |
Modifier and Type | Field and Description |
---|---|
private LatLon |
ObliqueMercator.referencePoint
A reference point, which is known to be on the central line.
|
Modifier and Type | Method and Description |
---|---|
static Pair<java.lang.Integer,TransverseMercator.Hemisphere> |
TransverseMercator.locateUtmZone(LatLon ll)
Determines the UTM zone of a given lat/lon.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<LatLon> |
DuplicateRelation.RelMember.coor
Coordinates of the relation member
|
private java.util.List<LatLon> |
DuplicateWay.WayPair.coor |
private java.util.List<LatLon> |
DuplicateWay.WayPairNoTags.coor |
Modifier and Type | Method and Description |
---|---|
private LatLon |
DuplicateNode.NodeHash.getLatLon(java.lang.Object o) |
private LatLon |
DuplicateNode.NodeHash.roundCoord(LatLon coor) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LatLon> |
UnconnectedWays.MyWaySegment.getBounds(double fudge) |
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.
|
Modifier and Type | Method and Description |
---|---|
private LatLon |
DuplicateNode.NodeHash.roundCoord(LatLon coor) |
Constructor and Description |
---|
WayPair(java.util.List<LatLon> coor,
java.util.Map<java.lang.String,java.lang.String> keys) |
WayPairNoTags(java.util.List<LatLon> coor) |
Modifier and Type | Method and Description |
---|---|
LatLon |
MapViewState.MapViewPoint.getLatLon()
Gets the current position in LatLon coordinates according to the current projection.
|
LatLon |
NavigatableComponent.getLatLon(double x,
double y)
Returns unprojected geographic coordinates for a specific pixel position on the screen.
|
LatLon |
NavigatableComponent.getLatLon(int x,
int y)
Returns unprojected geographic coordinates for a specific pixel position on the screen.
|
LatLon |
MapViewState.MapViewPoint.getLatLonClamped()
Gets the latlon coordinate clamped to the current world area.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
NavigatableComponent.getPoint(LatLon latlon)
looses precision, may overflow (depends on p and current scale)
|
java.awt.geom.Point2D |
NavigatableComponent.getPoint2D(LatLon latlon)
Return the point on the screen where this Coordinate would be.
|
MapViewState.MapViewPoint |
MapViewState.getPointFor(LatLon latlon)
Gets the
MapViewState.MapViewPoint for the given LatLon coordinate. |
void |
NavigatableComponent.zoomTo(LatLon newCenter)
Zoom to given lat/lon.
|
Modifier and Type | Method and Description |
---|---|
protected LatLon |
TileSelectionBBoxChooser.getNorthWestLatLonOfTile(java.awt.Point tile,
int zoom)
Replies lat/lon of the north/west-corner of a tile at a specific zoom level
|
Modifier and Type | Field and Description |
---|---|
private LatLon |
PropertiesMergeModel.myCoords |
private LatLon |
PropertiesMergeModel.theirCoords |
Modifier and Type | Method and Description |
---|---|
LatLon |
PropertiesMergeModel.getMergedCoords()
replies the coordinates of the merged
OsmPrimitive . |
LatLon |
PropertiesMergeModel.getMyCoords()
replies the coordinates of my
OsmPrimitive . |
LatLon |
PropertiesMergeModel.getTheirCoords()
replies the coordinates of their
OsmPrimitive . |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
PropertiesMerger.coordToString(LatLon coord) |
Modifier and Type | Method and Description |
---|---|
(package private) static LatLon |
OsmLinkPaster.parseLatLon(java.lang.String transferData) |
Modifier and Type | Field and Description |
---|---|
private LatLon |
LatLonDialog.latLonCoordinates |
Modifier and Type | Method and Description |
---|---|
LatLon |
LatLonDialog.getCoordinates()
Gets the coordinates that are entered by the user.
|
LatLon |
LatLonDialog.getLatLonCoordinates()
Gets the coordinates that are entered in the lat/lon field
|
Modifier and Type | Method and Description |
---|---|
void |
LatLonDialog.setCoordinates(LatLon ll)
Sets the coordinate fields to the given coordinates
|
Modifier and Type | Method and Description |
---|---|
protected Pair<LatLon,LatLon> |
CoordinateInfoViewer.Updater.getCoordinates() |
protected Pair<LatLon,LatLon> |
CoordinateInfoViewer.Updater.getCoordinates() |
Modifier and Type | Method and Description |
---|---|
private LatLon |
AbstractTileSourceLayer.getShiftedLatLon(EastNorth en) |
Modifier and Type | Method and Description |
---|---|
boolean |
OsmDataLayer.containsPoint(LatLon coor)
Determines if this layer contains data at the given coordinate.
|
Modifier and Type | Method and Description |
---|---|
AbstractTileSourceLayer.PrecacheTask |
AbstractTileSourceLayer.downloadAreaToCache(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.
|
Modifier and Type | Field and Description |
---|---|
private LatLon |
ImageEntry.exifCoor |
Modifier and Type | Method and Description |
---|---|
LatLon |
ImageEntry.getExifCoor() |
Modifier and Type | Method and Description |
---|---|
void |
ImageEntry.setExifCoor(LatLon exifCoor) |
void |
ImageEntry.setPos(LatLon pos)
Sets the position.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<LatLon> |
DownloadWmsAlongTrackAction.PrecacheWmsTask.points |
Constructor and Description |
---|
PrecacheWmsTask(AbstractTileSourceLayer<? extends AbstractTMSTileSource> layer,
java.util.List<LatLon> points) |
Modifier and Type | Field and Description |
---|---|
private LatLon |
PlayHeadMarker.oldCoor |
Modifier and Type | Method and Description |
---|---|
LatLon |
Marker.getCoor()
Returns the marker's coordinates.
|
Modifier and Type | Method and Description |
---|---|
AudioMarker |
MarkerLayer.addAudioMarker(double time,
LatLon coor) |
void |
Marker.setCoor(LatLon coor)
Sets the marker's coordinates.
|
Constructor and 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 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) |
WebMarker(LatLon ll,
java.net.URL webUrl,
MarkerLayer parentLayer,
double time,
double offset) |
Modifier and Type | Field and Description |
---|---|
protected LatLon |
PaintVisitor.PaintedPoint.p1 |
private LatLon |
PaintVisitor.PaintedSegment.p2 |
Constructor and Description |
---|
PaintedPoint(LatLon p1,
java.awt.Color color) |
PaintedSegment(LatLon p1,
LatLon p2,
java.awt.Color color) |
Modifier and Type | Field and Description |
---|---|
private LatLon |
RenderingCLI.argAnchor |
Modifier and Type | Method and Description |
---|---|
static LatLon |
ExpressionFactory.Functions.center(Environment env)
Returns the center of the environment OSM primitive.
|
Modifier and Type | Method and Description |
---|---|
private LatLon |
GpxReader.Parser.parseLatLon(org.xml.sax.Attributes atts) |
Modifier and Type | Method and Description |
---|---|
Note |
OsmApi.createNote(LatLon latlon,
java.lang.String text,
ProgressMonitor monitor)
Create a new note on the server.
|
private javax.json.JsonArrayBuilder |
GeoJSONWriter.getCoorArray(javax.json.JsonArrayBuilder builder,
LatLon c) |
ChangesetQuery |
ChangesetQuery.inBbox(LatLon min,
LatLon max)
Replies a query which is restricted to a bounding box.
|
(package private) void |
OsmWriter.writeLatLon(LatLon ll) |
Modifier and Type | Method and Description |
---|---|
private static LatLon |
NmeaReader.parseLatLon(java.lang.String ns,
java.lang.String ew,
java.lang.String dlat,
java.lang.String dlon) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<LatLon,Node> |
AddWayHandler.addedNodes
The place to remeber already added nodes (they are reused if needed @since 5845
|
private java.util.List<LatLon> |
AddWayHandler.allCoordinates |
Modifier and Type | Method and Description |
---|---|
(package private) Node |
AddWayHandler.findOrCreateNode(LatLon ll,
java.util.List<Command> commands)
Find the node with almost the same coords in dataset or in already added nodes
|
Modifier and Type | Field and Description |
---|---|
private LatLon |
SessionReader.SessionViewportData.center |
Modifier and Type | Method and Description |
---|---|
LatLon |
SessionReader.SessionViewportData.getCenter()
Get the lat/lon coordinates of the screen center.
|
Constructor and Description |
---|
SessionViewportData(LatLon center,
double meterPerPixel)
Construct a new SessionViewportData.
|
Modifier and Type | Method and Description |
---|---|
static LatLon |
ExifReader.readLatLon(java.io.File filename)
Returns the geolocation of the given JPEG file.
|
static LatLon |
ExifReader.readLatLon(com.drew.metadata.exif.GpsDirectory dirGps)
Returns the geolocation of the given EXIF GPS directory.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
DefaultGeoProperty.get(LatLon ll) |
T |
GeoProperty.get(LatLon ll)
Look up the property for a point.
|
T |
GeoPropertyIndex.get(LatLon ll)
Look up the property for a certain point.
|
T |
GeoPropertyIndex.GPLevel.get(LatLon ll) |
private T |
GeoPropertyIndex.GPLevel.getBounded(LatLon ll) |
static java.lang.String |
OsmUrlToBounds.getURL(LatLon pos,
int zoom)
Return OSM URL for given position and zoom.
|
static int |
GeoPropertyIndex.index(LatLon ll,
int level)
Gets the index of the given coordinate.
|
(package private) boolean |
GeoPropertyIndex.GPLevel.isInside(LatLon ll)
Checks, if a point is inside this tile.
|
static boolean |
Territories.isIso3166Code(java.lang.String code,
LatLon ll)
Determine, if a point is inside a territory with the given the ISO3166-1
or ISO3166-2 code.
|
static boolean |
RightAndLefthandTraffic.isRightHandTraffic(LatLon ll)
Check if there is right-hand traffic at a certain location.
|