Package | Description |
---|---|
org.openstreetmap.josm.actions.downloadtasks |
Provides the classes for JOSM
download tasks . |
org.openstreetmap.josm.gui.dialogs.layer |
Toggle dialog allowing to display the list of layers.
|
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.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.session |
Provides the classes for user sessions import/export.
|
Modifier and Type | Field and Description |
---|---|
private GpxLayer |
DownloadGpsTask.gpxLayer |
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 |
---|---|
private java.util.List<GpxLayer> |
MergeGpxLayerDialog.GpxLayersTableModel.layers |
Modifier and Type | Method and Description |
---|---|
java.util.List<GpxLayer> |
MergeGpxLayerDialog.getSortedLayers()
The
List<GpxLayer> as sorted by the user |
(package private) java.util.List<GpxLayer> |
MergeGpxLayerDialog.GpxLayersTableModel.getSortedLayers() |
Constructor and Description |
---|
GpxLayersTableModel(java.util.List<GpxLayer> l) |
MergeGpxLayerDialog(java.awt.Component parent,
java.util.List<GpxLayer> layers)
Constructs a new
MergeGpxLayerDialog |
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. |
Modifier and Type | Field and Description |
---|---|
private GpxLayer |
GpxLayer.CombineTracksToSegmentedTrackAction.layer |
private GpxLayer |
GpxLayer.SplitTrackSegementsToTracksAction.layer |
private GpxLayer |
GpxLayer.SplitTracksToLayersAction.layer |
Modifier and Type | Method and Description |
---|---|
void |
GpxLayer.mergeFrom(GpxLayer from,
boolean cutOverlapping,
boolean connect)
Merges the given GpxLayer into this layer and can remove timewise overlapping parts of the given track
|
Constructor and Description |
---|
CombineTracksToSegmentedTrackAction(GpxLayer layer)
Create a new CombineTracksToSegmentedTrackAction
|
SplitTrackSegementsToTracksAction(GpxLayer layer)
Create a new SplitTrackSegementsToTracksAction
|
SplitTracksToLayersAction(GpxLayer layer)
Create a new SplitTrackSegementsToTracksAction
|
Modifier and Type | Field and Description |
---|---|
(package private) GpxLayer |
GeoImageLayer.gpxFauxLayer |
(package private) GpxLayer |
GeoImageLayer.gpxLayer |
private GpxLayer |
GeoImageLayer.Loader.gpxLayer |
Modifier and Type | Method and Description |
---|---|
GpxLayer |
GeoImageLayer.getFauxGpxLayer()
Returns a faux GPX layer built from the images or the associated GPX layer.
|
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)
Create a GeoImageLayer asynchronously
|
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 |
ImportImagesAction.layer |
private GpxLayer |
MarkersFromNamedPointsAction.layer |
private GpxLayer |
ChooseTrackVisibilityAction.layer |
private GpxLayer |
GpxDrawHelper.layer |
private GpxLayer |
ImportAudioAction.layer |
private GpxLayer |
DateFilterPanel.layer |
Modifier and Type | Method and Description |
---|---|
private static void |
ImportImagesAction.warnCantImportIntoServerLayer(GpxLayer layer) |
private static void |
ImportAudioAction.warnCantImportIntoServerLayer(GpxLayer layer) |
Constructor and Description |
---|
ChooseTrackVisibilityAction(GpxLayer layer)
Constructs a new
ChooseTrackVisibilityAction . |
ConvertFromGpxLayerAction(GpxLayer layer)
Creates a new
FromGpxLayer . |
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.
|
GpxDrawHelper(GpxLayer gpxLayer)
Constructs a new
GpxDrawHelper . |
ImportAudioAction(GpxLayer layer)
Constructs a new
ImportAudioAction . |
ImportImagesAction(GpxLayer layer)
Create a new
ImportImagesAction |
MarkersFromNamedPointsAction(GpxLayer layer)
Construct a new
MarkersFromNamedPointsAction |
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 . |
Constructor and Description |
---|
GpxTracksSessionExporter(GpxLayer layer)
Constructs a new
GpxTracksSessionExporter . |