Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
org.openstreetmap.gui.jmapviewer.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
Coordinate
This class encapsulates a Point2D.Double and provide access
via lat and lon.
|
class |
MapMarkerCircle
A simple implementation of the
MapMarker interface. |
class |
MapMarkerDot
A simple implementation of the
MapMarker interface. |
Modifier and Type | Field and Description |
---|---|
private List<? extends ICoordinate> |
MapPolygonImpl.points |
Modifier and Type | Method and Description |
---|---|
List<? extends ICoordinate> |
MapPolygonImpl.getPoints() |
Modifier and Type | Method and Description |
---|---|
Point |
JMapViewer.getMapPosition(ICoordinate coord,
boolean checkOutside)
Calculates the position on the map of a given coordinate
|
Constructor and Description |
---|
MapPolygonImpl(ICoordinate... points) |
MapPolygonImpl(Layer layer,
String name,
ICoordinate... points) |
MapPolygonImpl(String name,
ICoordinate... points) |
Constructor and Description |
---|
MapPolygonImpl(Layer layer,
List<? extends ICoordinate> points) |
MapPolygonImpl(Layer layer,
String name,
List<? extends ICoordinate> points) |
MapPolygonImpl(Layer layer,
String name,
List<? extends ICoordinate> points,
Style style) |
MapPolygonImpl(List<? extends ICoordinate> points) |
MapPolygonImpl(String name,
List<? extends ICoordinate> points) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapMarker
Interface to be implemented by all one dimensional elements that can be displayed on the map.
|
Modifier and Type | Method and Description |
---|---|
List<? extends ICoordinate> |
MapPolygon.getPoints() |