Modifier and Type | Field and Description |
---|---|
private GpxData |
DownloadGpsTask.DownloadTask.rawData |
Modifier and Type | Method and Description |
---|---|
void |
GpxData.mergeFrom(GpxData other) |
Constructor and Description |
---|
LinesIterator(GpxData data,
boolean[] trackVisibility) |
Modifier and Type | Field and Description |
---|---|
GpxData |
GpxLayer.data |
Modifier and Type | Method and Description |
---|---|
GpxData |
OsmDataLayer.toGpxData()
Converts OSM data behind this layer to GPX data.
|
static GpxData |
OsmDataLayer.toGpxData(DataSet data,
java.io.File file)
Converts given OSM dataset to GPX data.
|
Modifier and Type | Method and Description |
---|---|
private static void |
OsmDataLayer.nodesToGpxData(java.util.Collection<Node> nodes,
GpxData gpxData,
java.util.HashSet<Node> doneNodes) |
private static void |
OsmDataLayer.waysToGpxData(java.util.Collection<Way> ways,
GpxData gpxData,
java.util.HashSet<Node> doneNodes) |
Constructor and Description |
---|
GpxLayer(GpxData d) |
GpxLayer(GpxData d,
java.lang.String name) |
GpxLayer(GpxData d,
java.lang.String name,
boolean isLocal) |
Modifier and Type | Field and Description |
---|---|
(package private) GpxData |
CorrelateGpxWithImages.GpxDataWrapper.data |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<GpxData> |
CorrelateGpxWithImages.loadedGpxData |
Modifier and Type | Method and Description |
---|---|
private int |
CorrelateGpxWithImages.matchGpxTrack(java.util.List<ImageEntry> images,
GpxData selectedGpx,
long offset)
Match a list of photos to a gpx track with a given offset.
|
Constructor and Description |
---|
GpxDataWrapper(java.lang.String name,
GpxData data,
java.io.File file) |
Modifier and Type | Field and Description |
---|---|
private GpxData |
DownloadWmsAlongTrackAction.data |
private GpxData |
DownloadAlongTrackAction.data |
private GpxData |
GpxDrawHelper.data |
Constructor and Description |
---|
DownloadAlongTrackAction(GpxData data)
Constructs a new
DownloadAlongTrackAction |
DownloadWmsAlongTrackAction(GpxData data) |
GpxDrawHelper(GpxData gpxData)
Constructs a new
GpxDrawHelper . |
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 GpxData |
GpxWriter.data |
GpxData |
NmeaReader.data |
private GpxData |
GpxReader.Parser.data |
private GpxData |
GpxReader.gpxData
The resulting gpx data
|
Modifier and Type | Method and Description |
---|---|
private GpxData |
BoundingBoxDownloader.downloadRawGps(Bounds b,
ProgressMonitor progressMonitor) |
GpxData |
GpxReader.getGpxData()
Replies the GPX data.
|
GpxData |
OsmServerLocationReader.GpxParser.parse() |
GpxData |
OsmServerReader.parseRawGps(ProgressMonitor progressMonitor)
Retrieve raw gps waypoints from the server API.
|
GpxData |
BoundingBoxDownloader.parseRawGps(ProgressMonitor progressMonitor) |
GpxData |
OsmServerLocationReader.parseRawGps(ProgressMonitor progressMonitor) |
GpxData |
OsmServerReader.parseRawGpsBzip2(ProgressMonitor progressMonitor)
Retrieve BZip2-compressed GPX files from somewhere.
|
GpxData |
OsmServerLocationReader.parseRawGpsBzip2(ProgressMonitor progressMonitor) |
Modifier and Type | Method and Description |
---|---|
private static void |
GpxExporter.addDependencies(GpxData data,
javax.swing.JCheckBox author,
JosmTextField authorName,
JosmTextField email,
JosmTextField copyright,
javax.swing.JButton predefined,
JosmTextField copyrightYear,
javax.swing.JLabel nameLabel,
javax.swing.JLabel emailLabel,
javax.swing.JLabel copyrightLabel,
javax.swing.JLabel copyrightYearLabel,
javax.swing.JLabel warning)
Add all those listeners to handle the enable state of the fields.
|
private static void |
GpxExporter.enableCopyright(GpxData data,
JosmTextField copyright,
javax.swing.JButton predefined,
JosmTextField copyrightYear,
javax.swing.JLabel copyrightLabel,
javax.swing.JLabel copyrightYearLabel,
javax.swing.JLabel warning,
boolean enable) |
static GpxImporter.GpxImporterData |
GpxImporter.loadLayers(GpxData data,
boolean parsedProperly,
java.lang.String gpxLayerName,
java.lang.String markerLayerName)
Replies the new GPX and marker layers corresponding to the specified GPX data.
|
void |
GpxWriter.write(GpxData data)
Writes the given GPX data.
|