Uses of Class
org.openstreetmap.josm.data.gpx.GpxData
-
Packages that use GpxData Package Description org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks
.org.openstreetmap.josm.data.gpx Provides the classes for JOSMGPX data
(points, tracks, routes).org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.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 geotagged 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.nmea Provides the classes for reading NMEA-0183 files.org.openstreetmap.josm.io.ozi org.openstreetmap.josm.io.rtklib Provides the classes for reading RTKLib Positioning Solution files. -
-
Uses of GpxData in org.openstreetmap.josm.actions.downloadtasks
Fields in org.openstreetmap.josm.actions.downloadtasks declared as GpxData Modifier and Type Field Description private GpxData
DownloadGpsTask.DownloadTask. rawData
-
Uses of GpxData in org.openstreetmap.josm.data.gpx
Fields in org.openstreetmap.josm.data.gpx declared as GpxData Modifier and Type Field Description private GpxData
GpxData.GpxDataChangeEvent. source
Methods in org.openstreetmap.josm.data.gpx that return GpxData Modifier and Type Method Description GpxData
GpxDataContainer. getGpxData()
Returns the GPX data.GpxData
GpxData.GpxDataChangeEvent. getSource()
Get the data that was changed.Methods in org.openstreetmap.josm.data.gpx with parameters of type GpxData Modifier and Type Method Description static double
GpxDistance. getLowestDistance(OsmPrimitive p, GpxData gpxData)
Find the distance between a point and a dataset of surveyed pointsstatic int
GpxImageCorrelation. matchGpxTrack(List<? extends GpxImageEntry> images, GpxData selectedGpx, GpxImageCorrelationSettings settings)
Match a list of photos to a gpx track with given settings.void
GpxData. mergeFrom(GpxData other)
Merges data from another object.void
GpxData. mergeFrom(GpxData other, boolean cutOverlapping, boolean connect)
Merges data from another object.Constructors in org.openstreetmap.josm.data.gpx with parameters of type GpxData Constructor Description GpxDataChangeEvent(GpxData source)
LinesIterator(GpxData data, boolean... trackVisibility)
Constructs a newLinesIterator
. -
Uses of GpxData in org.openstreetmap.josm.gui.download
Methods in org.openstreetmap.josm.gui.download that return types with arguments of type GpxData Modifier and Type Method Description Class<? extends AbstractDownloadTask<GpxData>>
OSMDownloadSource.GpsDataDownloadType. getDownloadClass()
-
Uses of GpxData in org.openstreetmap.josm.gui.io.importexport
Methods in org.openstreetmap.josm.gui.io.importexport that return GpxData Modifier and Type Method Description private static GpxData
GpxExporter. getGpxData(Layer layer, File file)
Methods in org.openstreetmap.josm.gui.io.importexport with parameters of type GpxData Modifier and Type Method Description private static void
GpxExporter. addDependencies(GpxData data, JCheckBox author, JosmTextField authorName, JosmTextField email, JosmTextField copyright, JButton predefined, JosmTextField copyrightYear, JLabel nameLabel, JLabel emailLabel, JLabel copyrightLabel, JLabel copyrightYearLabel, JLabel warning)
Add all those listeners to handle the enable state of the fields.private static void
GpxExporter. enableCopyright(GpxData data, JosmTextField copyright, JButton predefined, JosmTextField copyrightYear, JLabel copyrightLabel, JLabel copyrightYearLabel, JLabel warning, boolean enable)
static GpxImporter.GpxImporterData
GpxImporter. loadLayers(GpxData data, boolean parsedProperly, String gpxLayerName)
Replies the new GPX and marker layers corresponding to the specified GPX data. -
Uses of GpxData in org.openstreetmap.josm.gui.layer
Fields in org.openstreetmap.josm.gui.layer declared as GpxData Modifier and Type Field Description GpxData
GpxLayer. data
GPX dataMethods in org.openstreetmap.josm.gui.layer that return GpxData Modifier and Type Method Description GpxData
GpxLayer. getGpxData()
GpxData
OsmDataLayer. toGpxData()
Converts OSM data behind this layer to GPX data.static GpxData
OsmDataLayer. toGpxData(DataSet data, File file)
Converts given OSM dataset to GPX data.Methods in org.openstreetmap.josm.gui.layer that return types with arguments of type GpxData Modifier and Type Method Description List<GpxData>
MainLayerManager. getAllGpxData()
Returns allGpxData
we can get from current layers.Methods in org.openstreetmap.josm.gui.layer with parameters of type GpxData Modifier and Type Method Description protected static void
OsmDataLayer. fillGpxData(GpxData gpxData, DataSet data, File file, String gpxPrefix)
private static void
OsmDataLayer. nodesToGpxData(Collection<Node> nodes, GpxData gpxData, Set<Node> doneNodes, String gpxPrefix)
private static void
OsmDataLayer. waysToGpxData(Collection<Way> ways, GpxData gpxData, Set<Node> doneNodes, String gpxPrefix)
Constructors in org.openstreetmap.josm.gui.layer with parameters of type GpxData Constructor Description GpxLayer(GpxData d)
Constructs a newGpxLayer
without name.GpxLayer(GpxData d, String name)
Constructs a newGpxLayer
with a given name.GpxLayer(GpxData d, String name, boolean isLocal)
Constructs a newGpxLayer
with a given name, that can be attached to a local file. -
Uses of GpxData in org.openstreetmap.josm.gui.layer.geoimage
Fields in org.openstreetmap.josm.gui.layer.geoimage declared as GpxData Modifier and Type Field Description private GpxData
CorrelateGpxWithImages.GpxDataWrapper. data
private GpxData
CorrelationSupportLayer. gpxData
(package private) GpxData
GeoImageLayer. gpxData
(package private) GpxData
GeoImageLayer. gpxFauxData
Methods in org.openstreetmap.josm.gui.layer.geoimage that return GpxData Modifier and Type Method Description GpxData
GeoImageLayer. getFauxGpxData()
Returns a faux GPX data built from the images or the associated GPX layer data.GpxData
CorrelationSupportLayer. getGpxData()
GpxData
GeoImageLayer. getGpxData()
Returns the associated GPX data if any.GpxData
CorrelationSupportLayer. toGpxData()
Methods in org.openstreetmap.josm.gui.layer.geoimage with parameters of type GpxData Modifier and Type Method Description (package private) static Pair<GpxTimezone,GpxTimeOffset>
CorrelateGpxWithImages. autoGuess(List<ImageEntry> imgs, GpxData gpx)
Tries to auto-guess the timezone and offset.Constructors in org.openstreetmap.josm.gui.layer.geoimage with parameters of type GpxData Constructor Description CorrelationSupportLayer(GpxData fauxGpxData)
Constructs a newCorrelationSupportLayer
with a default nameCorrelationSupportLayer(GpxData fauxGpxData, String name)
Constructs a newCorrelationSupportLayer
with a given nameGeoImageLayer(List<ImageEntry> data, GpxData gpxData, String name, boolean useThumbs)
Constructs a newGeoImageLayer
.GpxDataWrapper(String name, GpxData data, File file)
-
Uses of GpxData in org.openstreetmap.josm.gui.layer.gpx
Fields in org.openstreetmap.josm.gui.layer.gpx declared as GpxData Modifier and Type Field Description private GpxData
DownloadWmsAlongTrackAction. data
private GpxData
GpxDrawHelper. data
Fields in org.openstreetmap.josm.gui.layer.gpx with type parameters of type GpxData Modifier and Type Field Description private Collection<GpxData>
DownloadAlongTrackAction. data
Methods in org.openstreetmap.josm.gui.layer.gpx that return GpxData Modifier and Type Method Description static GpxData
GpxDataHelper. loadGpxData(File file)
LoadsGpxData
from the given file and returns it.Methods in org.openstreetmap.josm.gui.layer.gpx with parameters of type GpxData Modifier and Type Method Description static DataSet
ConvertFromGpxLayerAction. convert(GpxData data, String convertTags, String gpxPrefix)
Constructors in org.openstreetmap.josm.gui.layer.gpx with parameters of type GpxData Constructor Description DownloadWmsAlongTrackAction(GpxData data)
Constructor parameters in org.openstreetmap.josm.gui.layer.gpx with type arguments of type GpxData Constructor Description DownloadAlongTrackAction(Collection<GpxData> data)
Constructs a newDownloadAlongTrackAction
-
Uses of GpxData in org.openstreetmap.josm.gui.layer.markerlayer
Constructors in org.openstreetmap.josm.gui.layer.markerlayer with parameters of type GpxData Constructor Description MarkerLayer(GpxData indata, String name, File associatedFile, GpxLayer fromLayer)
Constructs a newMarkerLayer
. -
Uses of GpxData in org.openstreetmap.josm.io
Fields in org.openstreetmap.josm.io declared as GpxData Modifier and Type Field Description private GpxData
GpxReader.Parser. data
private GpxData
GpxWriter. data
private GpxData
GpxReader. gpxData
The resulting gpx dataMethods in org.openstreetmap.josm.io that return GpxData Modifier and Type Method Description private GpxData
BoundingBoxDownloader. downloadRawGps(Bounds b, ProgressMonitor progressMonitor)
GpxData
GpxReader. getGpxData()
GpxData
IGpxReader. getGpxData()
Replies the GPX data.GpxData
OsmServerLocationReader.GpxParser. parse()
GpxData
BoundingBoxDownloader. parseRawGps(ProgressMonitor progressMonitor)
GpxData
OsmServerLocationReader. parseRawGps(ProgressMonitor progressMonitor)
GpxData
OsmServerLocationReader. parseRawGps(ProgressMonitor progressMonitor, Compression compression)
GpxData
OsmServerReader. parseRawGps(ProgressMonitor progressMonitor)
Retrieve raw gps waypoints from the server API.GpxData
OsmServerReader. parseRawGps(ProgressMonitor progressMonitor, Compression compression)
Retrieve compressed GPX files from somewhere.Methods in org.openstreetmap.josm.io with parameters of type GpxData Modifier and Type Method Description void
GpxWriter. write(GpxData data)
Writes the given GPX data.void
GpxWriter. write(GpxData data, GpxConstants.ColorFormat colorFormat, boolean savePrefs)
Writes the given GPX data. -
Uses of GpxData in org.openstreetmap.josm.io.nmea
Fields in org.openstreetmap.josm.io.nmea declared as GpxData Modifier and Type Field Description (package private) GpxData
NmeaReader. data
Methods in org.openstreetmap.josm.io.nmea that return GpxData Modifier and Type Method Description GpxData
NmeaReader. getGpxData()
-
Uses of GpxData in org.openstreetmap.josm.io.ozi
Fields in org.openstreetmap.josm.io.ozi declared as GpxData Modifier and Type Field Description private GpxData
OziWptReader. data
Methods in org.openstreetmap.josm.io.ozi that return GpxData Modifier and Type Method Description GpxData
OziWptReader. getGpxData()
-
Uses of GpxData in org.openstreetmap.josm.io.rtklib
Fields in org.openstreetmap.josm.io.rtklib declared as GpxData Modifier and Type Field Description private GpxData
RtkLibPosReader. data
Methods in org.openstreetmap.josm.io.rtklib that return GpxData Modifier and Type Method Description GpxData
RtkLibPosReader. getGpxData()
-