|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coordinate | |
|---|---|
| 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.bbox | |
| org.openstreetmap.josm.gui.layer | |
| Uses of Coordinate in org.openstreetmap.gui.jmapviewer |
|---|
| Fields in org.openstreetmap.gui.jmapviewer declared as Coordinate | |
|---|---|
private Coordinate |
MapRectangleImpl.bottomRight
|
private Coordinate |
MapRectangleImpl.topLeft
|
| Fields in org.openstreetmap.gui.jmapviewer with type parameters of type Coordinate | |
|---|---|
private java.util.List<Coordinate> |
MapPolygonImpl.points
|
| Methods in org.openstreetmap.gui.jmapviewer that return Coordinate | |
|---|---|
Coordinate |
MapRectangleImpl.getBottomRight()
|
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()
|
| Methods in org.openstreetmap.gui.jmapviewer that return types with arguments of type Coordinate | |
|---|---|
java.util.List<Coordinate> |
MapPolygonImpl.getPoints()
|
| Methods in org.openstreetmap.gui.jmapviewer with parameters of type Coordinate | |
|---|---|
java.awt.Point |
JMapViewer.getMapPosition(Coordinate coord)
Calculates the position on the map of a given coordinate |
java.awt.Point |
JMapViewer.getMapPosition(Coordinate coord,
boolean checkOutside)
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)
|
| Constructors in org.openstreetmap.gui.jmapviewer with parameters of type Coordinate | |
|---|---|
MapRectangleImpl(Coordinate topLeft,
Coordinate bottomRight)
|
|
MapRectangleImpl(Coordinate topLeft,
Coordinate bottomRight,
java.awt.Color color,
java.awt.Stroke stroke)
|
|
| Constructor parameters in org.openstreetmap.gui.jmapviewer with type arguments of type Coordinate | |
|---|---|
MapPolygonImpl(java.util.List<Coordinate> points)
|
|
MapPolygonImpl(java.util.List<Coordinate> points,
java.awt.Color color,
java.awt.Stroke stroke)
|
|
| Uses of Coordinate in org.openstreetmap.gui.jmapviewer.interfaces |
|---|
| Methods in org.openstreetmap.gui.jmapviewer.interfaces that return Coordinate | |
|---|---|
Coordinate |
MapRectangle.getBottomRight()
|
Coordinate |
MapRectangle.getTopLeft()
|
| Methods in org.openstreetmap.gui.jmapviewer.interfaces that return types with arguments of type Coordinate | |
|---|---|
java.util.List<Coordinate> |
MapPolygon.getPoints()
|
| Methods in org.openstreetmap.gui.jmapviewer.interfaces with parameters of type Coordinate | |
|---|---|
java.lang.String |
Attributed.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
| Uses of Coordinate in org.openstreetmap.gui.jmapviewer.tilesources |
|---|
| Fields in org.openstreetmap.gui.jmapviewer.tilesources declared as Coordinate | |
|---|---|
(package private) Coordinate |
BingAerialTileSource.Attribution.max
|
(package private) Coordinate |
BingAerialTileSource.Attribution.min
|
| Methods in org.openstreetmap.gui.jmapviewer.tilesources with parameters of type Coordinate | |
|---|---|
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 |
MapQuestOsmTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
java.lang.String |
AbstractOsmTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
java.lang.String |
BingAerialTileSource.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
| Uses of Coordinate in org.openstreetmap.josm.data.imagery |
|---|
| Fields in org.openstreetmap.josm.data.imagery with type parameters of type Coordinate | |
|---|---|
private java.util.List<Coordinate> |
Shape.coords
|
| Methods in org.openstreetmap.josm.data.imagery that return types with arguments of type Coordinate | |
|---|---|
java.util.List<Coordinate> |
Shape.getPoints()
|
| Methods in org.openstreetmap.josm.data.imagery with parameters of type Coordinate | |
|---|---|
java.lang.String |
ImageryInfo.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
| Uses of Coordinate in org.openstreetmap.josm.gui.bbox |
|---|
| Methods in org.openstreetmap.josm.gui.bbox with parameters of type Coordinate | |
|---|---|
java.lang.String |
SlippyMapBBoxChooser.RenamedSourceDecorator.getAttributionText(int zoom,
Coordinate topLeft,
Coordinate botRight)
|
| Uses of Coordinate in org.openstreetmap.josm.gui.layer |
|---|
| Methods in org.openstreetmap.josm.gui.layer that return Coordinate | |
|---|---|
private Coordinate |
TMSLayer.getShiftedCoord(EastNorth en)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||