Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.gui.io.importexport |
Provides GUI classes for handling file import/export operations.
|
org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
org.openstreetmap.josm.gui.layer.gpx |
Provides classes for handling GPX layers.
|
org.openstreetmap.josm.gui.layer.markerlayer |
Provides classes for handling marker layers.
|
org.openstreetmap.josm.io.session |
Provides the classes for user sessions import/export.
|
Modifier and Type | Method and Description |
---|---|
private MarkerLayer |
DownloadGpsTask.DownloadTask.findMarkerMergeLayer(GpxLayer fromLayer) |
Modifier and Type | Field and Description |
---|---|
private MarkerLayer |
GpxImporter.GpxImporterData.markerLayer
The imported marker layer.
|
Modifier and Type | Method and Description |
---|---|
MarkerLayer |
GpxImporter.GpxImporterData.getMarkerLayer()
Returns the imported marker layer.
|
Constructor and Description |
---|
GpxImporterData(GpxLayer gpxLayer,
MarkerLayer markerLayer,
java.lang.Runnable postLayerTask)
Constructs a new
GpxImporterData . |
Modifier and Type | Field and Description |
---|---|
private MarkerLayer |
GpxLayer.linkedMarkerLayer
The MarkerLayer imported from the same file.
|
Modifier and Type | Method and Description |
---|---|
MarkerLayer |
GpxLayer.getLinkedMarkerLayer() |
Modifier and Type | Method and Description |
---|---|
void |
GpxLayer.setLinkedMarkerLayer(MarkerLayer linkedMarkerLayer) |
Modifier and Type | Method and Description |
---|---|
private void |
ImportAudioAction.importAudio(java.io.File audioFile,
MarkerLayer ml,
double firstStartTime,
ImportAudioAction.Markers markers)
Makes a new marker layer derived from this GpxLayer containing at least one audio marker
which the given audio file is associated with.
|
Constructor and Description |
---|
ConvertFromMarkerLayerAction(MarkerLayer layer)
Converts a
MarkerLayer to a OsmDataLayer . |
Modifier and Type | Field and Description |
---|---|
private MarkerLayer |
MarkerLayer.ShowHideMarkerText.layer |
MarkerLayer |
Marker.parentLayer |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Marker> |
DefaultMarkerProducers.createMarkers(WayPoint wpt,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset) |
static java.util.Collection<Marker> |
Marker.createMarkers(WayPoint wpt,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns an object of class Marker or one of its subclasses
created from the parameters given.
|
java.util.Collection<Marker> |
MarkerProducers.createMarkers(WayPoint wp,
java.io.File relativePath,
MarkerLayer parentLayer,
double time,
double offset)
Returns a collection of Marker objects if this implementation wants to create one for the
given input data, or
null otherwise. |
Constructor and Description |
---|
AudioMarker(LatLon ll,
TemplateEngineDataProvider dataProvider,
java.net.URL audioUrl,
MarkerLayer parentLayer,
double time,
double offset) |
ButtonMarker(LatLon ll,
java.lang.String buttonImage,
MarkerLayer parentLayer,
double time,
double offset) |
ButtonMarker(LatLon ll,
TemplateEngineDataProvider dataProvider,
java.lang.String buttonImage,
MarkerLayer parentLayer,
double time,
double offset) |
ImageMarker(LatLon ll,
java.net.URL imageUrl,
MarkerLayer parentLayer,
double time,
double offset) |
Marker(LatLon ll,
java.lang.String text,
java.lang.String iconName,
MarkerLayer parentLayer,
double time,
double offset) |
Marker(LatLon ll,
TemplateEngineDataProvider dataProvider,
java.lang.String iconName,
MarkerLayer parentLayer,
double time,
double offset) |
Marker(LatLon ll,
TemplateEngineDataProvider dataProvider,
java.lang.String text,
java.lang.String iconName,
MarkerLayer parentLayer,
double time,
double offset) |
ShowHideMarkerText(MarkerLayer layer) |
WebMarker(LatLon ll,
java.net.URL webUrl,
MarkerLayer parentLayer,
double time,
double offset) |
Modifier and Type | Method and Description |
---|---|
void |
MarkerSessionExporter.MarkerWriter.write(MarkerLayer layer)
Writes the given markers data.
|
Constructor and Description |
---|
MarkerSessionExporter(MarkerLayer layer)
Constructs a new
MarkerSessionExporter . |