Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks | |
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
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 |
Provides the classes for JOSM input/output support.
|
org.openstreetmap.josm.io.session |
Modifier and Type | Method and Description |
---|---|
private GpxLayer |
DownloadGpsTask.DownloadTask.findGpxMergeLayer() |
Modifier and Type | Method and Description |
---|---|
private MarkerLayer |
DownloadGpsTask.DownloadTask.findMarkerMergeLayer(GpxLayer fromLayer) |
Modifier and Type | Field and Description |
---|---|
(package private) GpxLayer |
GeoImageLayer.gpxLayer |
private GpxLayer |
GeoImageLayer.Loader.gpxLayer |
Modifier and Type | Method and Description |
---|---|
GpxLayer |
GeoImageLayer.getGpxLayer()
Returns the associated GPX layer.
|
Modifier and Type | Method and Description |
---|---|
static void |
GeoImageLayer.create(java.util.Collection<java.io.File> files,
GpxLayer gpxLayer) |
Constructor and Description |
---|
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer)
Constructs a new
GeoImageLayer . |
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer,
boolean useThumbs)
Constructs a new
GeoImageLayer . |
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer,
java.lang.String name)
Constructs a new
GeoImageLayer . |
GeoImageLayer(java.util.List<ImageEntry> data,
GpxLayer gpxLayer,
java.lang.String name,
boolean useThumbs)
Constructs a new
GeoImageLayer . |
Loader(java.util.Collection<java.io.File> selection,
GpxLayer gpxLayer) |
Modifier and Type | Field and Description |
---|---|
private GpxLayer |
DateFilterPanel.layer |
private GpxLayer |
ImportAudioAction.layer |
private GpxLayer |
ChooseTrackVisibilityAction.layer |
private GpxLayer |
MarkersFromNamedPointsAction.layer |
private GpxLayer |
ImportImagesAction.layer |
Modifier and Type | Method and Description |
---|---|
private static void |
ImportAudioAction.warnCantImportIntoServerLayer(GpxLayer layer) |
private static void |
ImportImagesAction.warnCantImportIntoServerLayer(GpxLayer layer) |
Constructor and Description |
---|
ChooseTrackVisibilityAction(GpxLayer layer)
Constructs a new
ChooseTrackVisibilityAction . |
DateFilterPanel(GpxLayer layer,
java.lang.String preferencePrefix,
boolean enabled)
Create the panel to filter tracks on GPX layer @param layer by date
Preferences will be stored in @param preferencePrefix
If @param enabled = true, then the panel is created as active and filtering occurs immediately.
|
FromGpxLayer(GpxLayer layer)
Creates a new
FromGpxLayer . |
ImportAudioAction(GpxLayer layer)
Constructs a new
ImportAudioAction . |
ImportImagesAction(GpxLayer layer) |
MarkersFromNamedPointsAction(GpxLayer layer) |
Modifier and Type | Field and Description |
---|---|
GpxLayer |
MarkerLayer.fromLayer |
Constructor and Description |
---|
MarkerLayer(GpxData indata,
java.lang.String name,
java.io.File associatedFile,
GpxLayer fromLayer)
Constructs a new
MarkerLayer . |
Modifier and Type | Field and Description |
---|---|
private GpxLayer |
JpgImporter.gpx |
private GpxLayer |
GpxImporter.GpxImporterData.gpxLayer
The imported GPX layer.
|
Modifier and Type | Method and Description |
---|---|
GpxLayer |
GpxImporter.GpxImporterData.getGpxLayer()
Returns the imported GPX layer.
|
Constructor and Description |
---|
GpxImporterData(GpxLayer gpxLayer,
MarkerLayer markerLayer,
java.lang.Runnable postLayerTask)
Constructs a new
GpxImporterData . |
JpgImporter(GpxLayer gpx)
Constructs a new
JpgImporter for the given GPX layer. |
Constructor and Description |
---|
GpxTracksSessionExporter(GpxLayer layer)
Constructs a new
GpxTracksSessionExporter . |