Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.gui.jmapviewer.interfaces | |
org.openstreetmap.gui.jmapviewer.tilesources | |
org.openstreetmap.josm.data.imagery | |
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(java.awt.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 |
---|---|
java.awt.Point |
JMapViewer.getMapPosition(Coordinate coord)
Calculates the position on the map of a given coordinate
|
void |
AttributionSupport.paintAttribution(java.awt.Graphics g,
int width,
int height,
Coordinate topLeft,
Coordinate bottomRight,
int zoom,
java.awt.image.ImageObserver observer) |
void |
JMapViewer.setDisplayPosition(Coordinate to,
int zoom)
Changes the map pane so that it is centered on the specified coordinate
at the given zoom level.
|
void |
JMapViewer.setDisplayPosition(java.awt.Point mapPoint,
Coordinate to,
int zoom)
Changes the map pane so that the specified coordinate at the given zoom
level is displayed on the map at the screen coordinate
mapPoint . |
Constructor and Description |
---|
MapMarkerCircle(Coordinate coord,
double radius) |
MapMarkerCircle(Layer layer,
Coordinate coord,
double radius) |
MapMarkerCircle(Layer layer,
java.lang.String name,
Coordinate coord,
double radius) |
MapMarkerCircle(Layer layer,
java.lang.String name,
Coordinate coord,
double radius,
MapMarker.STYLE markerStyle,
Style style) |
MapMarkerCircle(java.lang.String name,
Coordinate coord,
double radius) |
MapMarkerDot(Coordinate coord) |
MapMarkerDot(Layer layer,
Coordinate coord) |
MapMarkerDot(Layer layer,
java.lang.String name,
Coordinate coord) |
MapMarkerDot(Layer layer,
java.lang.String name,
Coordinate coord,
Style style) |
MapMarkerDot(java.lang.String name,
Coordinate coord) |
MapRectangleImpl(Coordinate topLeft,
Coordinate bottomRight) |
MapRectangleImpl(Layer layer,
Coordinate topLeft,
Coordinate bottomRight) |
MapRectangleImpl(Layer layer,
java.lang.String name,
Coordinate topLeft,
Coordinate bottomRight) |
MapRectangleImpl(Layer layer,
java.lang.String name,
Coordinate topLeft,
Coordinate bottomRight,
Style style) |
MapRectangleImpl(java.lang.String name,
Coordinate topLeft,
Coordinate bottomRight) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
MapRectangle.getBottomRight() |
Coordinate |
MapMarker.getCoordinate() |
Coordinate |
MapRectangle.getTopLeft() |
Modifier and Type | Method and Description |
---|---|
java.lang.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 |
---|---|
java.lang.String |
MapQuestOsmTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
java.lang.String |
AbstractTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
java.lang.String |
MapQuestOpenAerialTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
java.lang.String |
BingAerialTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
java.lang.String |
AbstractOsmTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Coordinate> |
Shape.coords |
Modifier and Type | Method and Description |
---|---|
java.util.List<Coordinate> |
Shape.getPoints() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ImageryInfo.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight) |
Modifier and Type | Method and Description |
---|---|
private Coordinate |
TMSLayer.getShiftedCoord(EastNorth en) |