| Package | Description |
|---|---|
| org.openstreetmap.gui.jmapviewer |
This package and all sub-packages are belonging to the Java
component JMapViewer
|
| org.openstreetmap.gui.jmapviewer.checkBoxTree | |
| org.openstreetmap.gui.jmapviewer.interfaces |
| Modifier and Type | Field and Description |
|---|---|
private Layer |
MapObjectImpl.layer |
| Modifier and Type | Method and Description |
|---|---|
Layer |
Layer.add(MapObject element) |
Layer |
JMapViewerTree.addLayer(java.lang.String name) |
Layer |
LayerGroup.addLayer(java.lang.String name) |
Layer |
MapObjectImpl.getLayer() |
Layer |
JMapViewerTree.removeFromLayer(MapObject element) |
| Modifier and Type | Method and Description |
|---|---|
JMapViewerTree |
JMapViewerTree.addLayer(Layer layer) |
void |
MapObjectImpl.setLayer(Layer layer) |
| Constructor and Description |
|---|
MapMarkerCircle(Layer layer,
Coordinate coord,
double radius)
Constructs a new
MapMarkerCircle. |
MapMarkerCircle(Layer layer,
double lat,
double lon,
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. |
MapMarkerDot(Layer layer,
Coordinate coord) |
MapMarkerDot(Layer layer,
double lat,
double lon) |
MapMarkerDot(Layer layer,
java.lang.String name,
Coordinate coord) |
MapMarkerDot(Layer layer,
java.lang.String name,
Coordinate coord,
Style style) |
MapMarkerDot(Layer layer,
java.lang.String name,
double lat,
double lon) |
MapObjectImpl(Layer layer) |
MapObjectImpl(Layer layer,
java.lang.String name,
Style style) |
MapPolygonImpl(Layer layer,
java.util.List<? extends ICoordinate> points) |
MapPolygonImpl(Layer layer,
java.lang.String name,
ICoordinate... points) |
MapPolygonImpl(Layer layer,
java.lang.String name,
java.util.List<? extends ICoordinate> points) |
MapPolygonImpl(Layer layer,
java.lang.String name,
java.util.List<? extends ICoordinate> points,
Style style) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
CheckBoxTree.addLayer(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
Layer |
MapObject.getLayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapObject.setLayer(Layer layer) |