| 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 | Method and Description |
|---|---|
protected void |
MapView.addGpxLayer(GpxLayer layer)
Adds a GPX layer.
|
| 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 |
ConvertToDataLayerAction.layer |
private GpxLayer |
ChooseTrackVisibilityAction.layer |
(package private) GpxLayer |
DateFilterPanel.layer |
private GpxLayer |
ImportAudioAction.layer |
private GpxLayer |
MarkersFromNamedPointsAction.layer |
private GpxLayer |
ImportImagesAction.layer |
| Modifier and Type | Method and Description |
|---|---|
private void |
ImportAudioAction.warnCantImportIntoServerLayer(GpxLayer layer) |
private void |
ImportImagesAction.warnCantImportIntoServerLayer(GpxLayer layer) |
| Constructor and Description |
|---|
ChooseTrackVisibilityAction(GpxLayer layer)
Constructs a new
ChooseTrackVisibilityAction. |
ConvertToDataLayerAction(GpxLayer layer) |
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, the the panel is created as active and filtering occurs immediately.
|
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() |
| Constructor and Description |
|---|
GpxImporterData(GpxLayer gpxLayer,
MarkerLayer markerLayer,
java.lang.Runnable postLayerTask) |
JpgImporter(GpxLayer gpx)
Constructs a new
JpgImporter for the given GPX layer. |
| Modifier and Type | Field and Description |
|---|---|
private GpxLayer |
GpxTracksSessionExporter.layer |
| Constructor and Description |
|---|
GpxTracksSessionExporter(GpxLayer layer) |