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 |
Modifier and Type | Field and Description |
---|---|
private Coordinate |
MapRectangleImpl.bottomRight |
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 |
MapRectangleImpl.getTopLeft() |
Modifier and Type | Method and Description |
---|---|
Point |
JMapViewer.getMapPosition(Coordinate coord)
Calculates the position on the map of a given coordinate
|
Constructor and Description |
---|
MapMarkerCircle(Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle . |
MapMarkerCircle(Layer layer,
Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle . |
MapMarkerCircle(Layer layer,
String name,
Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle . |
MapMarkerCircle(Layer layer,
String name,
Coordinate coord,
double radius,
MapMarker.STYLE markerStyle,
Style style)
Constructs a new
MapMarkerCircle . |
MapMarkerCircle(String name,
Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle . |
MapMarkerDot(Coordinate coord) |
MapMarkerDot(Layer layer,
Coordinate coord) |
MapMarkerDot(Layer layer,
String name,
Coordinate coord) |
MapMarkerDot(Layer layer,
String name,
Coordinate coord,
Style style) |
MapMarkerDot(String name,
Coordinate coord) |
MapRectangleImpl(Coordinate topLeft,
Coordinate bottomRight) |
MapRectangleImpl(Layer layer,
Coordinate topLeft,
Coordinate bottomRight) |
MapRectangleImpl(Layer layer,
String name,
Coordinate topLeft,
Coordinate bottomRight) |
MapRectangleImpl(Layer layer,
String name,
Coordinate topLeft,
Coordinate bottomRight,
Style style) |
MapRectangleImpl(String name,
Coordinate topLeft,
Coordinate bottomRight) |
Modifier and Type | Method and Description |
---|---|
Coordinate |
MapRectangle.getBottomRight() |
Coordinate |
MapMarker.getCoordinate() |
Coordinate |
MapRectangle.getTopLeft() |
Modifier and Type | Field and Description |
---|---|
private Coordinate |
BingAerialTileSource.Attribution.max |
private Coordinate |
BingAerialTileSource.Attribution.min |
Modifier and Type | Field and Description |
---|---|
private List<Coordinate> |
Shape.coords |
Modifier and Type | Method and Description |
---|---|
Coordinate |
WMTSTileSource.xyToLatLon(int x,
int y,
int zoom) |
Coordinate |
WMTSTileSource.xyToLatLon(Point point,
int zoom) |
Modifier and Type | Method and Description |
---|---|
List<Coordinate> |
Shape.getPoints() |