Package | Description |
---|---|
org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
JMapViewer is designed to run as stand-alone component without
any further requirements.
|
org.openstreetmap.gui.jmapviewer.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
MapMarkerCircle
A simple implementation of the
MapMarker interface. |
class |
MapMarkerDot
A simple implementation of the
MapMarker interface. |
class |
MapPolygonImpl |
class |
MapRectangleImpl |
Modifier and Type | Field and Description |
---|---|
private List<MapObject> |
Layer.elements |
Modifier and Type | Method and Description |
---|---|
List<MapObject> |
Layer.getElements() |
Modifier and Type | Method and Description |
---|---|
Layer |
Layer.add(MapObject element) |
JMapViewerTree |
JMapViewerTree.addLayer(MapObject element) |
void |
JMapViewerTree.addMapObject(MapObject o) |
Layer |
JMapViewerTree.removeFromLayer(MapObject element) |
Modifier and Type | Method and Description |
---|---|
void |
Layer.setElements(List<MapObject> elements) |
Modifier and Type | Interface and Description |
---|---|
interface |
MapMarker
Interface to be implemented by all one dimensional elements that can be displayed on the map.
|
interface |
MapPolygon
Interface to be implemented by polygons that can be displayed on the map.
|
interface |
MapRectangle
Interface to be implemented by rectangles that can be displayed on the map.
|