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 |
Provides the classes for JOSM imagery sources, coupled with
JMapViewer classes. |
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 |
---|---|
java.awt.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,
java.lang.String name,
Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle . |
MapMarkerCircle(Layer layer,
java.lang.String name,
Coordinate coord,
double radius,
MapMarker.STYLE markerStyle,
Style style)
Constructs a new
MapMarkerCircle . |
MapMarkerCircle(java.lang.String name,
Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle . |
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 | Field and Description |
---|---|
private Coordinate |
BingAerialTileSource.Attribution.max |
private Coordinate |
BingAerialTileSource.Attribution.min |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Coordinate> |
Shape.coords |
Modifier and Type | Method and Description |
---|---|
Coordinate |
WMTSTileSource.xyToLatLon(int x,
int y,
int zoom) |
Coordinate |
WMTSTileSource.xyToLatLon(java.awt.Point point,
int zoom) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Coordinate> |
Shape.getPoints() |