Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
JMapViewer is designed to run as stand-alone component without
any further requirements.
|
org.openstreetmap.gui.jmapviewer.interfaces | |
org.openstreetmap.gui.jmapviewer.tilesources | |
org.openstreetmap.josm.data.imagery | |
org.openstreetmap.josm.gui.bbox | |
org.openstreetmap.josm.gui.layer |
Modifier and Type | Field and Description |
---|---|
private Coordinate |
MapRectangleImpl.bottomRight |
(package private) Coordinate |
MapMarkerCircle.coord |
private Coordinate |
MapRectangleImpl.topLeft |
Modifier and Type | Method and Description |
---|---|
private static Coordinate |
Demo.c(double lat,
double lon) |
Coordinate |
MapRectangleImpl.getBottomRight() |
Coordinate |
MapMarkerCircle.getCoordinate() |
Coordinate |
JMapViewer.getPosition()
Calculates the latitude/longitude coordinate of the center of the
currently displayed map area.
|
Coordinate |
JMapViewer.getPosition(int mapPointX,
int mapPointY)
Converts the relative pixel coordinate (regarding the top left corner of
the displayed map) into a latitude / longitude coordinate
|
Coordinate |
JMapViewer.getPosition(Point mapPoint)
Converts the relative pixel coordinate (regarding the top left corner of
the displayed map) into a latitude / longitude coordinate
|
Coordinate |
MapRectangleImpl.getTopLeft() |
Modifier and Type | Method and Description |
---|---|
Point |
JMapViewer.getMapPosition(Coordinate coord)
Calculates the position on the map of a given coordinate
|
void |
AttributionSupport.paintAttribution(Graphics g,
int width,
int height,
Coordinate topLeft,
Coordinate bottomRight,
int zoom,
ImageObserver observer) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
MapRectangle.getBottomRight() |
Coordinate |
MapMarker.getCoordinate() |
Coordinate |
MapRectangle.getTopLeft() |
Modifier and Type | Method and Description |
---|---|
String |
Attributed.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
Modifier and Type | Field and Description |
---|---|
(package private) Coordinate |
BingAerialTileSource.Attribution.max |
(package private) Coordinate |
BingAerialTileSource.Attribution.min |
Modifier and Type | Method and Description |
---|---|
String |
MapQuestOpenAerialTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
String |
AbstractOsmTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
String |
AbstractTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
String |
BingAerialTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
String |
MapQuestOsmTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
Modifier and Type | Field and Description |
---|---|
private List<Coordinate> |
Shape.coords |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
Shape.getPoints() |
Modifier and Type | Method and Description |
---|---|
String |
ImageryInfo.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
Modifier and Type | Method and Description |
---|---|
String |
SlippyMapBBoxChooser.RenamedSourceDecorator.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
Modifier and Type | Method and Description |
---|---|
private Coordinate |
TMSLayer.getShiftedCoord(EastNorth en) |