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 GpxDataDownloadGpsTask.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 GpxDataGpxData.GpxDataChangeEvent. sourceMethods in org.openstreetmap.josm.data.gpx that return GpxData Modifier and Type Method Description GpxDataGpxDataContainer. getGpxData()Returns the GPX data.GpxDataGpxData.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 doubleGpxDistance. getLowestDistance(OsmPrimitive p, GpxData gpxData)Find the distance between a point and a dataset of surveyed pointsstatic intGpxImageCorrelation. matchGpxTrack(java.util.List<? extends GpxImageEntry> images, GpxData selectedGpx, GpxImageCorrelationSettings settings)Match a list of photos to a gpx track with given settings.voidGpxData. mergeFrom(GpxData other)Merges data from another object.voidGpxData. 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 java.lang.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 GpxDataGpxExporter. getGpxData(Layer layer, java.io.File file)Methods in org.openstreetmap.josm.gui.io.importexport with parameters of type GpxData Modifier and Type Method Description private static voidGpxExporter. 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 voidGpxExporter. 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.GpxImporterDataGpxImporter. loadLayers(GpxData data, boolean parsedProperly, java.lang.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 GpxDataGpxLayer. dataGPX dataMethods in org.openstreetmap.josm.gui.layer that return GpxData Modifier and Type Method Description GpxDataGpxLayer. getGpxData()GpxDataOsmDataLayer. toGpxData()Converts OSM data behind this layer to GPX data.static GpxDataOsmDataLayer. toGpxData(DataSet data, java.io.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 java.util.List<GpxData>MainLayerManager. getAllGpxData()Returns allGpxDatawe can get from current layers.Methods in org.openstreetmap.josm.gui.layer with parameters of type GpxData Modifier and Type Method Description protected static voidOsmDataLayer. fillGpxData(GpxData gpxData, DataSet data, java.io.File file, java.lang.String gpxPrefix)private static voidOsmDataLayer. nodesToGpxData(java.util.Collection<Node> nodes, GpxData gpxData, java.util.Set<Node> doneNodes, java.lang.String gpxPrefix)private static voidOsmDataLayer. waysToGpxData(java.util.Collection<Way> ways, GpxData gpxData, java.util.Set<Node> doneNodes, java.lang.String gpxPrefix)Constructors in org.openstreetmap.josm.gui.layer with parameters of type GpxData Constructor Description GpxLayer(GpxData d)Constructs a newGpxLayerwithout name.GpxLayer(GpxData d, java.lang.String name)Constructs a newGpxLayerwith a given name.GpxLayer(GpxData d, java.lang.String name, boolean isLocal)Constructs a newGpxLayerwith 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 GpxDataCorrelateGpxWithImages.GpxDataWrapper. dataprivate GpxDataCorrelationSupportLayer. gpxData(package private) GpxDataGeoImageLayer. gpxData(package private) GpxDataGeoImageLayer. gpxFauxDataMethods in org.openstreetmap.josm.gui.layer.geoimage that return GpxData Modifier and Type Method Description GpxDataGeoImageLayer. getFauxGpxData()Returns a faux GPX data built from the images or the associated GPX layer data.GpxDataCorrelationSupportLayer. getGpxData()GpxDataGeoImageLayer. getGpxData()Returns the associated GPX data if any.GpxDataCorrelationSupportLayer. 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(java.util.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 newCorrelationSupportLayerwith a default nameCorrelationSupportLayer(GpxData fauxGpxData, java.lang.String name)Constructs a newCorrelationSupportLayerwith a given nameGeoImageLayer(java.util.List<ImageEntry> data, GpxData gpxData, java.lang.String name, boolean useThumbs)Constructs a newGeoImageLayer.GpxDataWrapper(java.lang.String name, GpxData data, java.io.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 GpxDataDownloadWmsAlongTrackAction. dataprivate GpxDataGpxDrawHelper. dataFields in org.openstreetmap.josm.gui.layer.gpx with type parameters of type GpxData Modifier and Type Field Description private java.util.Collection<GpxData>DownloadAlongTrackAction. dataMethods in org.openstreetmap.josm.gui.layer.gpx that return GpxData Modifier and Type Method Description static GpxDataGpxDataHelper. loadGpxData(java.io.File file)LoadsGpxDatafrom 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 DataSetConvertFromGpxLayerAction. convert(GpxData data, java.lang.String convertTags, java.lang.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(java.util.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, java.lang.String name, java.io.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 GpxDataGpxParser. dataprivate GpxDataGpxWriter. dataprivate GpxDataGpxReader. gpxDataThe resulting gpx dataMethods in org.openstreetmap.josm.io that return GpxData Modifier and Type Method Description private GpxDataBoundingBoxDownloader. downloadRawGps(Bounds b, ProgressMonitor progressMonitor)(package private) GpxDataGpxParser. getData()Get the parsedGpxDataGpxDataGpxReader. getGpxData()GpxDataIGpxReader. getGpxData()Replies the GPX data.GpxDataOsmServerLocationReader.GpxParser. parse()GpxDataBoundingBoxDownloader. parseRawGps(ProgressMonitor progressMonitor)GpxDataOsmServerLocationReader. parseRawGps(ProgressMonitor progressMonitor)GpxDataOsmServerLocationReader. parseRawGps(ProgressMonitor progressMonitor, Compression compression)GpxDataOsmServerReader. parseRawGps(ProgressMonitor progressMonitor)Retrieve raw gps waypoints from the server API.GpxDataOsmServerReader. 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 voidGpxWriter. write(GpxData data)Writes the given GPX data.voidGpxWriter. 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) GpxDataNmeaReader. dataMethods in org.openstreetmap.josm.io.nmea that return GpxData Modifier and Type Method Description GpxDataNmeaReader. 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 GpxDataOziWptReader. dataMethods in org.openstreetmap.josm.io.ozi that return GpxData Modifier and Type Method Description GpxDataOziWptReader. 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 GpxDataRtkLibPosReader. dataMethods in org.openstreetmap.josm.io.rtklib that return GpxData Modifier and Type Method Description GpxDataRtkLibPosReader. getGpxData()
-