|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LatLon in org.openstreetmap.josm.command |
---|
Fields in org.openstreetmap.josm.command declared as LatLon | |
---|---|
(package private) LatLon |
TransformNodesCommand.OldState.latlon
|
(package private) LatLon |
MoveCommand.OldState.latlon
|
Constructors in org.openstreetmap.josm.command with parameters of type LatLon | |
---|---|
MoveCommand(Node node,
LatLon position)
|
Uses of LatLon in org.openstreetmap.josm.data |
---|
Methods in org.openstreetmap.josm.data that return LatLon | |
---|---|
LatLon |
Bounds.getCenter()
|
LatLon |
Bounds.getMax()
|
LatLon |
Bounds.getMin()
|
Methods in org.openstreetmap.josm.data with parameters of type LatLon | |
---|---|
boolean |
Bounds.contains(LatLon ll)
Is the given point within this bounds? |
void |
Bounds.extend(LatLon ll)
Extend the bounds if necessary to include the given point. |
Constructors in org.openstreetmap.josm.data with parameters of type LatLon | |
---|---|
Bounds(LatLon b)
|
|
Bounds(LatLon b,
boolean roundToOsmPrecision)
|
|
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)
|
Uses of LatLon in org.openstreetmap.josm.data.coor |
---|
Subclasses of LatLon in org.openstreetmap.josm.data.coor | |
---|---|
class |
CachedLatLon
LatLon class that maintains a cache of projected EastNorth coordinates. |
Methods in org.openstreetmap.josm.data.coor that return LatLon | |
---|---|
LatLon |
LatLon.getCenter(LatLon ll2)
|
LatLon |
LatLon.getRoundedToOsmPrecision()
Replies a clone of this lat LatLon, rounded to OSM precisions, i.e. |
LatLon |
LatLon.getRoundedToOsmPrecisionStrict()
Replies a clone of this lat LatLon, rounded to OSM precisions, i.e. |
LatLon |
LatLon.interpolate(LatLon ll2,
double proportion)
|
static LatLon |
QuadTiling.tile2LatLon(long quad)
|
Methods in org.openstreetmap.josm.data.coor with parameters of type LatLon | |
---|---|
(package private) static long |
QuadTiling.coorToTile(LatLon coor)
|
boolean |
LatLon.equalsEpsilon(LatLon other)
|
LatLon |
LatLon.getCenter(LatLon ll2)
|
double |
LatLon.greatCircleDistance(LatLon other)
Computes the distance between this lat/lon and another point on the earth. |
double |
LatLon.heading(LatLon other)
Returns the heading, in radians, that you have to use to get from this lat/lon to another. |
static int |
QuadTiling.index(LatLon coor,
int level)
|
LatLon |
LatLon.interpolate(LatLon ll2,
double proportion)
|
static long |
QuadTiling.quadTile(LatLon coor)
|
void |
CachedLatLon.setCoor(LatLon coor)
|
Constructors in org.openstreetmap.josm.data.coor with parameters of type LatLon | |
---|---|
CachedLatLon(LatLon coor)
|
|
LatLon(LatLon coor)
|
Uses of LatLon in org.openstreetmap.josm.data.gpx |
---|
Methods in org.openstreetmap.josm.data.gpx that return LatLon | |
---|---|
LatLon |
WayPoint.getCoor()
|
Constructors in org.openstreetmap.josm.data.gpx with parameters of type LatLon | |
---|---|
WayPoint(LatLon ll)
|
Uses of LatLon in org.openstreetmap.josm.data.imagery |
---|
Methods in org.openstreetmap.josm.data.imagery with parameters of type LatLon | |
---|---|
boolean |
Shape.contains(LatLon latlon)
|
Uses of LatLon in org.openstreetmap.josm.data.osm |
---|
Fields in org.openstreetmap.josm.data.osm declared as LatLon | |
---|---|
private LatLon |
UserInfo.home
the home location |
private LatLon |
Changeset.max
the max. |
private LatLon |
Changeset.min
the min. |
Methods in org.openstreetmap.josm.data.osm that return LatLon | |
---|---|
(package private) LatLon |
QuadBuckets.QBLevel.coor()
|
LatLon |
BBox.getBottomRight()
|
LatLon |
BBox.getCenter()
|
LatLon |
INode.getCoor()
|
LatLon |
NodeData.getCoor()
|
LatLon |
Node.getCoor()
|
LatLon |
UserInfo.getHome()
|
LatLon |
Changeset.getMax()
|
LatLon |
Changeset.getMin()
|
LatLon |
BBox.getTopLeft()
|
Methods in org.openstreetmap.josm.data.osm that return types with arguments of type LatLon | |
---|---|
java.util.List<LatLon> |
BBox.points()
Returns a list of all 4 corners of the bbox rectangle. |
Methods in org.openstreetmap.josm.data.osm with parameters of type LatLon | |
---|---|
void |
BBox.add(LatLon c)
|
boolean |
BBox.bounds(LatLon c)
Tests, weather the Point c lies within the bbox. |
(package private) void |
DataSet.fireNodeMoved(Node node,
LatLon newCoor,
EastNorth eastNorth)
|
private void |
DataSet.reindexNode(Node node,
LatLon newCoor,
EastNorth eastNorth)
|
void |
INode.setCoor(LatLon coor)
|
void |
NodeData.setCoor(LatLon coor)
|
void |
Node.setCoor(LatLon coor)
|
protected void |
Node.setCoorInternal(LatLon coor,
EastNorth eastNorth)
To be used only by Dataset.reindexNode |
void |
UserInfo.setHome(LatLon home)
|
void |
Changeset.setMax(LatLon max)
|
void |
Changeset.setMin(LatLon min)
|
private void |
Node.updateCoor(LatLon coor,
EastNorth eastNorth)
|
Constructors in org.openstreetmap.josm.data.osm with parameters of type LatLon | |
---|---|
BBox(LatLon a,
LatLon b)
|
|
Node(LatLon latlon)
Constructs a new Node with 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 | |
---|---|
private LatLon |
HistoryNode.coords
the coordinates. |
Methods in org.openstreetmap.josm.data.osm.history that return LatLon | |
---|---|
LatLon |
HistoryNode.getCoords()
Replies the coordinates. |
Methods in org.openstreetmap.josm.data.osm.history with parameters of type LatLon | |
---|---|
void |
HistoryNode.setCoords(LatLon coords)
Sets the coordinates. |
Constructors in org.openstreetmap.josm.data.osm.history with parameters of type LatLon | |
---|---|
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. |
Uses of LatLon in org.openstreetmap.josm.data.osm.visitor |
---|
Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type LatLon | |
---|---|
void |
BoundingXYVisitor.visit(LatLon latlon)
|
Uses of LatLon in org.openstreetmap.josm.data.projection |
---|
Methods in org.openstreetmap.josm.data.projection that return LatLon | |
---|---|
LatLon |
Ellipsoid.cart2LatLon(double[] XYZ)
convert cartesian coordinates to ellipsoidal coordinates |
LatLon |
Ellipsoid.cart2LatLon(double[] XYZ,
double epsilon)
|
LatLon |
Epsg4326.eastNorth2latlon(EastNorth p)
|
LatLon |
AbstractProjection.eastNorth2latlon(EastNorth en)
|
LatLon |
Projection.eastNorth2latlon(EastNorth p)
Convert from norting/easting to lat/lon. |
static LatLon |
Projections.inverseProject(EastNorth en)
|
Methods in org.openstreetmap.josm.data.projection with parameters of type LatLon | |
---|---|
double[] |
Ellipsoid.latLon2Cart(LatLon coord)
convert ellipsoidal coordinates to cartesian coordinates |
EastNorth |
Epsg4326.latlon2eastNorth(LatLon p)
|
EastNorth |
AbstractProjection.latlon2eastNorth(LatLon ll)
|
EastNorth |
Projection.latlon2eastNorth(LatLon p)
Convert from lat/lon to northing/easting. |
static EastNorth |
Projections.project(LatLon ll)
|
Uses of LatLon in org.openstreetmap.josm.data.projection.datum |
---|
Methods in org.openstreetmap.josm.data.projection.datum that return LatLon | |
---|---|
LatLon |
NullDatum.fromWGS84(LatLon ll)
|
LatLon |
Datum.fromWGS84(LatLon ll)
Convert lat/lon from WGS84 to this datum. |
LatLon |
ThreeParameterDatum.fromWGS84(LatLon ll)
|
LatLon |
NTV2Datum.fromWGS84(LatLon ll)
|
LatLon |
CentricDatum.fromWGS84(LatLon ll)
|
LatLon |
SevenParameterDatum.fromWGS84(LatLon ll)
|
LatLon |
NullDatum.toWGS84(LatLon ll)
|
LatLon |
Datum.toWGS84(LatLon ll)
Convert lat/lon from this datum to WGS84 datum. |
LatLon |
ThreeParameterDatum.toWGS84(LatLon ll)
|
LatLon |
NTV2Datum.toWGS84(LatLon ll)
|
LatLon |
CentricDatum.toWGS84(LatLon ll)
|
LatLon |
SevenParameterDatum.toWGS84(LatLon ll)
|
Methods in org.openstreetmap.josm.data.projection.datum with parameters of type LatLon | |
---|---|
LatLon |
NullDatum.fromWGS84(LatLon ll)
|
LatLon |
Datum.fromWGS84(LatLon ll)
Convert lat/lon from WGS84 to this datum. |
LatLon |
ThreeParameterDatum.fromWGS84(LatLon ll)
|
LatLon |
NTV2Datum.fromWGS84(LatLon ll)
|
LatLon |
CentricDatum.fromWGS84(LatLon ll)
|
LatLon |
SevenParameterDatum.fromWGS84(LatLon ll)
|
LatLon |
NullDatum.toWGS84(LatLon ll)
|
LatLon |
Datum.toWGS84(LatLon ll)
Convert lat/lon from this datum to WGS84 datum. |
LatLon |
ThreeParameterDatum.toWGS84(LatLon ll)
|
LatLon |
NTV2Datum.toWGS84(LatLon ll)
|
LatLon |
CentricDatum.toWGS84(LatLon ll)
|
LatLon |
SevenParameterDatum.toWGS84(LatLon ll)
|
Constructors in org.openstreetmap.josm.data.projection.datum with parameters of type LatLon | |
---|---|
NTV2GridShift(LatLon p)
|
Uses of LatLon in org.openstreetmap.josm.data.validation.tests |
---|
Fields in org.openstreetmap.josm.data.validation.tests with type parameters of type LatLon | |
---|---|
java.util.List<LatLon> |
DuplicateWay.WayPair.coor
|
java.util.List<LatLon> |
DuplicateWay.WayPairNoTags.coor
|
private java.util.List<LatLon> |
DuplicateRelation.RelMember.coor
|
Methods in org.openstreetmap.josm.data.validation.tests that return LatLon | |
---|---|
private LatLon |
DuplicateNode.NodeHash.getLatLon(java.lang.Object o)
|
private LatLon |
DuplicateNode.NodeHash.roundCoord(LatLon coor)
|
Methods in org.openstreetmap.josm.data.validation.tests that return types with arguments of type LatLon | |
---|---|
java.util.List<LatLon> |
UnconnectedWays.MyWaySegment.getBounds(double fudge)
|
Methods in org.openstreetmap.josm.data.validation.tests with parameters of type LatLon | |
---|---|
private LatLon |
DuplicateNode.NodeHash.roundCoord(LatLon coor)
|
Constructor parameters in org.openstreetmap.josm.data.validation.tests with type arguments of type LatLon | |
---|---|
DuplicateWay.WayPair(java.util.List<LatLon> _coor,
java.util.Map<java.lang.String,java.lang.String> _keys)
|
|
DuplicateWay.WayPairNoTags(java.util.List<LatLon> _coor)
|
Uses of LatLon in org.openstreetmap.josm.gui |
---|
Fields in org.openstreetmap.josm.gui declared as LatLon | |
---|---|
(package private) LatLon |
NavigatableComponent.ZoomData.center
|
Methods in org.openstreetmap.josm.gui that return LatLon | |
---|---|
LatLon |
NavigatableComponent.getLatLon(double x,
double y)
|
LatLon |
NavigatableComponent.getLatLon(int x,
int y)
|
Methods in org.openstreetmap.josm.gui with parameters of type LatLon | |
---|---|
java.awt.Point |
NavigatableComponent.getPoint(LatLon latlon)
|
java.awt.geom.Point2D |
NavigatableComponent.getPoint2D(LatLon latlon)
|
void |
NavigatableComponent.smoothScrollTo(LatLon newCenter)
|
void |
NavigatableComponent.zoomTo(LatLon newCenter)
|
Uses of LatLon in org.openstreetmap.josm.gui.bbox |
---|
Methods in org.openstreetmap.josm.gui.bbox that return LatLon | |
---|---|
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 |
Uses of LatLon in org.openstreetmap.josm.gui.conflict.pair.properties |
---|
Fields in org.openstreetmap.josm.gui.conflict.pair.properties declared as LatLon | |
---|---|
private LatLon |
PropertiesMergeModel.myCoords
|
private LatLon |
PropertiesMergeModel.theirCoords
|
Methods in org.openstreetmap.josm.gui.conflict.pair.properties that return LatLon | |
---|---|
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 . |
Methods in org.openstreetmap.josm.gui.conflict.pair.properties with parameters of type LatLon | |
---|---|
java.lang.String |
PropertiesMerger.coordToString(LatLon coord)
|
Uses of LatLon in org.openstreetmap.josm.gui.dialogs |
---|
Fields in org.openstreetmap.josm.gui.dialogs declared as LatLon | |
---|---|
private LatLon |
LatLonDialog.latLonCoordinates
|
Methods in org.openstreetmap.josm.gui.dialogs that return LatLon | |
---|---|
LatLon |
LatLonDialog.getCoordinates()
|
LatLon |
LatLonDialog.getLatLonCoordinates()
|
private static LatLon |
LatLonDialog.parseLatLon(java.lang.String coord)
|
Methods in org.openstreetmap.josm.gui.dialogs with parameters of type LatLon | |
---|---|
void |
LatLonDialog.setCoordinates(LatLon ll)
|
Uses of LatLon in org.openstreetmap.josm.gui.layer |
---|
Methods in org.openstreetmap.josm.gui.layer that return LatLon | |
---|---|
private LatLon |
TMSLayer.getShiftedLatLon(EastNorth en)
|
(package private) LatLon |
TMSLayer.tileLatLon(Tile t)
|
Methods in org.openstreetmap.josm.gui.layer with parameters of type LatLon | |
---|---|
boolean |
OsmDataLayer.containsPoint(LatLon coor)
|
private java.awt.Point |
TMSLayer.pixelPos(LatLon ll)
|
Method parameters in org.openstreetmap.josm.gui.layer with type arguments of type LatLon | |
---|---|
void |
WMSLayer.downloadAreaToCache(WMSLayer.PrecacheTask precacheTask,
java.util.List<LatLon> points,
double bufferX,
double bufferY)
|
Constructors in org.openstreetmap.josm.gui.layer with parameters of type LatLon | |
---|---|
TMSLayer.TileSet(LatLon topLeft,
LatLon botRight,
int zoom)
Create a TileSet by known LatLon bbox without layer shift correction |
Uses of LatLon in org.openstreetmap.josm.gui.layer.geoimage |
---|
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as LatLon | |
---|---|
private LatLon |
ImageEntry.exifCoor
|
Methods in org.openstreetmap.josm.gui.layer.geoimage that return LatLon | |
---|---|
(package private) LatLon |
ImageEntry.getExifCoor()
|
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type LatLon | |
---|---|
(package private) void |
ImageEntry.setExifCoor(LatLon exifCoor)
|
void |
ImageEntry.setPos(LatLon pos)
|
Uses of LatLon in org.openstreetmap.josm.gui.layer.markerlayer |
---|
Fields in org.openstreetmap.josm.gui.layer.markerlayer declared as LatLon | |
---|---|
private LatLon |
PlayHeadMarker.oldCoor
|
Methods in org.openstreetmap.josm.gui.layer.markerlayer that return LatLon | |
---|---|
LatLon |
Marker.getCoor()
|
Methods in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type LatLon | |
---|---|
AudioMarker |
MarkerLayer.addAudioMarker(double time,
LatLon coor)
|
void |
Marker.setCoor(LatLon coor)
|
Constructors in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type LatLon | |
---|---|
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)
|
|
WebMarker(LatLon ll,
java.net.URL webUrl,
MarkerLayer parentLayer,
double time,
double offset)
|
Uses of LatLon in org.openstreetmap.josm.io |
---|
Methods in org.openstreetmap.josm.io that return LatLon | |
---|---|
private LatLon |
GpxReader.Parser.parseLatLon(org.xml.sax.Attributes atts)
|
private LatLon |
NmeaReader.parseLatLon(java.lang.String ns,
java.lang.String ew,
java.lang.String dlat,
java.lang.String dlon)
|
Methods in org.openstreetmap.josm.io with parameters of type LatLon | |
---|---|
protected void |
GeoJSONWriter.appendCoord(LatLon c)
|
ChangesetQuery |
ChangesetQuery.inBbox(LatLon min,
LatLon max)
Replies a query which is restricted to a bounding box. |
Uses of LatLon in org.openstreetmap.josm.tools |
---|
Methods in org.openstreetmap.josm.tools that return LatLon | |
---|---|
static LatLon |
OsmUrlToBounds.getLatLonOfTile(double x,
double y,
double zoom)
|
Methods in org.openstreetmap.josm.tools with parameters of type LatLon | |
---|---|
static java.lang.String |
OsmUrlToBounds.getURL(LatLon pos,
int zoom)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |