Uses of Class
org.openstreetmap.josm.io.OsmTransferException
-
Packages that use OsmTransferException Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.actions.downloadtasks Provides the classes for JOSMdownload tasks.org.openstreetmap.josm.actions.upload Provides the classes for JOSMupload action.org.openstreetmap.josm.command Provides the classes for JOSM commands allowing to modify an OSM data set.org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives:Node,Way,RelationUsersTagsChangesetsUtilities classesorg.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface.org.openstreetmap.josm.gui.dialogs Provides three kinds of dialogs: Toggle dialogs on the right side of the GUI, that can be turned on, off, attached or detached from the GUI Changeset dialog based on a standalone implementation, dedicated to OSM changesets management Extended dialogs for everything elseorg.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.download Provides GUI classes for the download dialog.org.openstreetmap.josm.gui.history Provides GUI classes for handling history of OSM objects.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).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.oauth Provides GUI classes for handling OAuth authentication to OSM API.org.openstreetmap.josm.gui.preferences Provides generic classes for handling JOSM preferences.org.openstreetmap.josm.gui.preferences.server Provides classes for handling connection preferences, including server authentication and proxy settings.org.openstreetmap.josm.io Provides the classes for JOSM input/output support.org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of OsmTransferException in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that throw OsmTransferException Modifier and Type Method Description private UserInfoCloseChangesetAction.DownloadOpenChangesetsTask. fetchUserInfo()Fetch the user info from the server.protected voidCloseChangesetAction.DownloadOpenChangesetsTask. realRun()protected voidOpenFileAction.OpenFileTask. realRun()protected voidUploadSelectionAction.DeletedParentsChecker. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.actions.downloadtasks
Methods in org.openstreetmap.josm.actions.downloadtasks that throw OsmTransferException Modifier and Type Method Description protected voidChangesetContentDownloadTask.DownloadTask. downloadChangeset(int changesetId)Downloads the changeset with idchangesetId(only "header" information, no content)protected voidDownloadReferrersTask. downloadParents(long id, OsmPrimitiveType type, ProgressMonitor progressMonitor)protected voidChangesetQueryTask.DownloadTask. fullyIdentifyCurrentUser()Tries to fully identify the current JOSM userprivate voidDownloadOsmChangeTask.DownloadTask. loadLastVersions(java.util.Map<OsmPrimitive,java.time.Instant> toLoad, java.util.Map<OsmPrimitive,java.time.Instant> toLoadNext)This gets the last versions of references primitives.protected DataSetDownloadOsmChangeTask.DownloadTask. parseDataSet()protected DataSetDownloadOsmTask.DownloadTask. parseDataSet()protected voidChangesetContentDownloadTask.DownloadTask. realRun()protected voidChangesetHeaderDownloadTask.DownloadTask. realRun()protected voidChangesetQueryTask.DownloadTask. realRun()voidDownloadGpsTask.DownloadTask. realRun()voidDownloadNotesTask.DownloadBoundingBoxTask. realRun()voidDownloadNotesTask.DownloadCompressedRawUrlTask. realRun()voidDownloadNotesTask.DownloadRawUrlTask. realRun()abstract voidDownloadNotesTask.DownloadTask. realRun()voidDownloadOsmChangeTask.DownloadTask. realRun()voidDownloadOsmTask.DownloadTask. realRun()protected voidDownloadReferrersTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.actions.upload
Methods in org.openstreetmap.josm.actions.upload that throw OsmTransferException Modifier and Type Method Description protected voidUploadNotesTask.UploadTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.command
Methods in org.openstreetmap.josm.command that throw OsmTransferException Modifier and Type Method Description (package private) static voidSplitWayCommand. downloadMissingMembers(java.util.Set<OsmPrimitive> incompleteMembers) -
Uses of OsmTransferException in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that throw OsmTransferException Modifier and Type Method Description voidChangesetCache. refreshChangesetsFromServer()Refreshes the changesets from the server. -
Uses of OsmTransferException in org.openstreetmap.josm.gui
Methods in org.openstreetmap.josm.gui with parameters of type OsmTransferException Modifier and Type Method Description static voidExceptionDialogUtil. explainInternalServerError(OsmTransferException e)Explains aOsmApiExceptionwhich was thrown because of an internal server error in the OSM API server.static voidExceptionDialogUtil. explainNestedIllegalDataException(OsmTransferException e)Explains aIllegalDataExceptionwhich has caused anOsmTransferException.static voidExceptionDialogUtil. explainNestedIOException(OsmTransferException e)Explains aIOExceptionwhich has caused anOsmTransferException.static voidExceptionDialogUtil. explainNestedOfflineAccessException(OsmTransferException e)Explains aOfflineAccessExceptionwhich has caused anOsmTransferException.static voidExceptionDialogUtil. explainNestedSocketException(OsmTransferException e)Explains aSocketExceptionwhich has caused anOsmTransferException.static voidExceptionDialogUtil. explainNestedUnknownHostException(OsmTransferException e)Explains aUnknownHostExceptionwhich has caused anOsmTransferException.static voidExceptionDialogUtil. explainOsmTransferException(OsmTransferException e)Explains anOsmTransferExceptionto the user.static voidExceptionDialogUtil. explainSecurityException(OsmTransferException e)Explains aSecurityExceptionwhich has caused anOsmTransferException.Methods in org.openstreetmap.josm.gui that throw OsmTransferException Modifier and Type Method Description protected abstract voidPleaseWaitRunnable. realRun()Called in the worker thread to do the actual work. -
Uses of OsmTransferException in org.openstreetmap.josm.gui.dialogs
Methods in org.openstreetmap.josm.gui.dialogs that throw OsmTransferException Modifier and Type Method Description protected voidValidatorDialog.FixTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.dialogs.relation
Methods in org.openstreetmap.josm.gui.dialogs.relation that throw OsmTransferException Modifier and Type Method Description protected voidChildRelationBrowser.DownloadAllChildrenTask. realRun()protected voidChildRelationBrowser.DownloadRelationSetTask. realRun()protected voidDownloadRelationMemberTask. realRun()protected voidDownloadRelationTask. realRun()protected voidRelationTree.RelationLoader. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.download
Methods in org.openstreetmap.josm.gui.download that throw OsmTransferException Modifier and Type Method Description protected voidPlaceSelection.NameQueryTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.history
Methods in org.openstreetmap.josm.gui.history that throw OsmTransferException Modifier and Type Method Description private voidHistoryLoadTask. loadHistory(PrimitiveId pid)protected static HistoryDataSetHistoryLoadTask. loadHistory(OsmServerHistoryReader reader, ProgressMonitor progressMonitor)protected voidHistoryLoadTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.io
Methods in org.openstreetmap.josm.gui.io that throw OsmTransferException Modifier and Type Method Description private voidUploadPrimitivesTask. closeChangeset()Closes the changeset on the server and locally.private voidUploadPrimitivesTask. closeChangesetIfRequired()protected booleanUploadPrimitivesTask. handleChangesetFullResponse()Handles a server changeset full response.protected voidAbstractPrimitiveTask. loadIncompleteNodes()protected voidAbstractPrimitiveTask. realRun()protected voidCloseChangesetTask. realRun()protected voidDownloadFromOverpassTask. realRun()protected voidDownloadOpenChangesetsTask. realRun()protected voidDownloadPrimitivesWithReferrersTask. realRun()protected voidUploadLayerTask. recoverFromGoneOnServer(OsmApiPrimitiveGoneException e)Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server.protected voidUploadPrimitivesTask. recoverFromGoneOnServer(OsmApiPrimitiveGoneException e, ProgressMonitor monitor)Retries to recover the upload operation from an exception which was thrown because an uploaded primitive was already deleted on the server. -
Uses of OsmTransferException in org.openstreetmap.josm.gui.layer.geoimage
Methods in org.openstreetmap.josm.gui.layer.geoimage that throw OsmTransferException Modifier and Type Method Description protected voidWikimediaCommonsLoader. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.layer.gpx
Methods in org.openstreetmap.josm.gui.layer.gpx that throw OsmTransferException Modifier and Type Method Description protected voidDownloadWmsAlongTrackAction.PrecacheWmsTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.oauth
Methods in org.openstreetmap.josm.gui.oauth that throw OsmTransferException Modifier and Type Method Description protected UserInfoTestAccessTokenTask. getUserDetails()protected voidFullyAutomaticAuthorizationUI.FullyAutomaticAuthorisationTask. realRun()protected voidTestAccessTokenTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.preferences
Methods in org.openstreetmap.josm.gui.preferences that throw OsmTransferException Modifier and Type Method Description java.util.Collection<ExtendedSourceEntry>SourceEditor. loadAndGetAvailableSources()Synchronously loads available sources and returns the parsed list.protected voidSourceEditor.SourceLoader. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.gui.preferences.server
Methods in org.openstreetmap.josm.gui.preferences.server that throw OsmTransferException Modifier and Type Method Description protected voidApiUrlTestTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.io
Subclasses of OsmTransferException in org.openstreetmap.josm.io Modifier and Type Class Description classChangesetClosedExceptionA ChangesetClosedException is thrown if the server replies with a HTTP return code 409 (Conflict) with the error headerChangesetClosedException.ERROR_HEADER_PATTERN.classMissingOAuthAccessTokenExceptionException thrown when a valid OAuth access token was expected, but not found.classOsmApiExceptionException thrown when a communication error occurs when accessing the OSM API.classOsmApiInitializationExceptionException thrown when a communication error occurred with the OSM server during API initialization.classOsmApiPrimitiveGoneExceptionRepresents an exception thrown by the OSM API if JOSM tries to update or delete a primitive which is already deleted on the server.classOsmTransferCanceledExceptionException thrown when a communication with the OSM server has been cancelled by the user.Methods in org.openstreetmap.josm.io that throw OsmTransferException Modifier and Type Method Description protected voidOsmConnection. addAuth(HttpClient connection)protected voidOsmConnection. addBasicAuthorizationHeader(HttpClient con)Adds an authentication header for basic authenticationvoidOsmApi. addCommentToChangeset(Changeset changeset, java.lang.String comment, ProgressMonitor monitor)Adds a comment to the discussion of a closed changeset.NoteOsmApi. addCommentToNote(Note note, java.lang.String comment, ProgressMonitor monitor)Add a comment to an existing note.protected voidOsmConnection. addOAuth20AuthorizationHeader(HttpClient connection)Signs the connection with an OAuth authentication headerprivate voidMultiFetchServerObjectReader. checkMissing(DataSet ds, ProgressMonitor progressMonitor)Workaround for difference in Overpass API.voidOsmApi. closeChangeset(Changeset changeset, ProgressMonitor monitor)Closes a changeset on the server.NoteOsmApi. closeNote(Note note, java.lang.String closeMessage, ProgressMonitor monitor)Close a note.NoteOsmApi. createNote(LatLon latlon, java.lang.String text, ProgressMonitor monitor)Create a new note on the server.voidOsmApi. createPrimitive(IPrimitive osm, ProgressMonitor monitor)Creates an OSM primitive on the server.voidOsmApi. deletePrimitive(OsmPrimitive osm, ProgressMonitor monitor)Deletes an OSM primitive on the server.protected <T> TOsmServerLocationReader. doParse(OsmServerLocationReader.Parser<T> parser, ProgressMonitor progressMonitor)ChangesetDataSetOsmServerChangesetReader. downloadChangeset(int id, ProgressMonitor monitor)Downloads the content of a changesetprivate GpxDataBoundingBoxDownloader. downloadRawGps(Bounds b, ProgressMonitor progressMonitor)private voidMultiFetchServerObjectReader. downloadRelations(ProgressMonitor progressMonitor)Finds best way to download a set of relations.protected voidOsmApi. ensureValidChangeset()Ensures that the current changeset can be used for uploading dataprotected MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. fetch(ProgressMonitor progressMonitor)fetches the requested primitives and updates the specified progress monitor.<T> TOsmServerReader. fetchData(java.lang.String api, java.lang.String subtask, OsmServerReader.DomParser<T> parser, ProgressMonitor monitor, java.lang.String reason)Fetches generic data from the DOM document resulting an API call.protected voidMultiFetchServerObjectReader. fetchPrimitives(java.util.Set<java.lang.Long> ids, OsmPrimitiveType type, ProgressMonitor progressMonitor)fetches a set of ids of a givenOsmPrimitiveTypefrom the serverUserInfoOsmServerUserInfoReader. fetchUserInfo(ProgressMonitor monitor)Fetches user info, without explicit reason.UserInfoOsmServerUserInfoReader. fetchUserInfo(ProgressMonitor monitor, java.lang.String reason)Fetches user info, with an explicit reason.java.util.Map<java.lang.String,java.lang.String>OsmServerUserPreferencesReader. fetchUserPreferences(ProgressMonitor monitor)Fetches user preferences, without explicit reason.java.util.Map<java.lang.String,java.lang.String>OsmServerUserPreferencesReader. fetchUserPreferences(ProgressMonitor monitor, java.lang.String reason)Fetches user info, with an explicit reason.protected java.io.InputStreamOsmServerChangesetReader. getChangesetInputStream(long id, boolean includeDiscussion, ProgressMonitor monitor)protected java.io.InputStreamOsmServerReader. getInputStream(java.lang.String urlStr, ProgressMonitor progressMonitor)Open a connection to the given url and return a reader on the input stream from that connection.protected java.io.InputStreamOsmServerReader. getInputStream(java.lang.String urlStr, ProgressMonitor progressMonitor, java.lang.String reason)Open a connection to the given url and return a reader on the input stream from that connection.protected java.io.InputStreamOsmServerReader. getInputStreamRaw(java.lang.String urlStr, ProgressMonitor progressMonitor)Open a connection to the given url and return a reader on the input stream from that connection.protected java.io.InputStreamOsmServerReader. getInputStreamRaw(java.lang.String urlStr, ProgressMonitor progressMonitor, java.lang.String reason)Open a connection to the given url and return a reader on the input stream from that connection.protected java.io.InputStreamOsmServerReader. getInputStreamRaw(java.lang.String urlStr, ProgressMonitor progressMonitor, java.lang.String reason, boolean uncompressAccordingToContentDisposition)Open a connection to the given url (if HTTP, trough a GET request) and return a reader on the input stream from that connection.protected java.io.InputStreamOsmServerReader. getInputStreamRaw(java.lang.String urlStr, ProgressMonitor progressMonitor, java.lang.String reason, boolean uncompressAccordingToContentDisposition, java.lang.String httpMethod, byte[] requestBody)Open a connection to the given url (if HTTP, with the specified method) and return a reader on the input stream from that connection.protected java.io.InputStreamOverpassDownloadReader. getInputStreamRaw(java.lang.String urlStr, ProgressMonitor progressMonitor, java.lang.String reason, boolean uncompressAccordingToContentDisposition)private DataSetOsmServerBackreferenceReader. getReferringPrimitives(ProgressMonitor progressMonitor, java.lang.String type, java.lang.String message)protected DataSetOsmServerBackreferenceReader. getReferringRelations(ProgressMonitor progressMonitor)Reads referring relations from the API server and replies them in aDataSetprotected DataSetOsmServerBackreferenceReader. getReferringWays(ProgressMonitor progressMonitor)Reads referring ways from the API server and replies them in aDataSetprivate voidOsmApi. individualPrimitiveModification(java.lang.String method, java.lang.String verb, IPrimitive osm, ProgressMonitor monitor, java.util.function.Consumer<java.lang.String> consumer, java.util.function.UnaryOperator<java.lang.String> errHandler)(package private) voidOsmServerWriter. makeApiRequest(OsmPrimitive osm, ProgressMonitor progressMonitor)voidOsmApi. modifyPrimitive(IPrimitive osm, ProgressMonitor monitor)Modifies an OSM primitive on the server.protected MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. multiGetIdPackage(OsmPrimitiveType type, java.util.Set<java.lang.Long> pkg, ProgressMonitor progressMonitor)invokes a Multi Get for a set of ids and a givenOsmPrimitiveType.voidOsmApi. openChangeset(Changeset changeset, ProgressMonitor progressMonitor)Creates a new changeset based on the keys inchangeset.DataSetGeoJSONServerReader.GeoJsonParser. parse()GpxDataOsmServerLocationReader.GpxParser. parse()java.util.List<Note>OsmServerLocationReader.NoteParser. parse()DataSetOsmServerLocationReader.OsmChangeParser. parse()DataSetOsmServerLocationReader.OsmParser. parse()abstract TOsmServerLocationReader.Parser. parse()HistoryDataSetOsmServerHistoryReader. parseHistory(ProgressMonitor progressMonitor)Fetches the history from the OSM API and parses itjava.util.List<Note>BoundingBoxDownloader. parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor)java.util.List<Note>OsmServerReader. parseNotes(int noteLimit, int daysClosed, ProgressMonitor progressMonitor)Downloads notes from the API, given API limit parametersDataSetBoundingBoxDownloader. parseOsm(ProgressMonitor progressMonitor)DataSetGeoJSONServerReader. parseOsm(ProgressMonitor progressMonitor)DataSetGeoJSONServerReader. parseOsm(ProgressMonitor progressMonitor, Compression compression)DataSetMultiFetchServerObjectReader.Fetcher. parseOsm(ProgressMonitor progressMonitor)DataSetMultiFetchServerObjectReader. parseOsm(ProgressMonitor progressMonitor)invokes one or more Multi Gets to fetch theOsmPrimitives and replies the dataset of retrieved primitives.DataSetOsmServerBackreferenceReader. parseOsm(ProgressMonitor progressMonitor)Reads the referring primitives from the OSM server, parses them and replies them asDataSetDataSetOsmServerChangesetReader. parseOsm(ProgressMonitor progressMonitor)don't use - not implemented!DataSetOsmServerHistoryReader. parseOsm(ProgressMonitor progressMonitor)don't use - not implemented!DataSetOsmServerLocationReader. parseOsm(ProgressMonitor progressMonitor)DataSetOsmServerLocationReader. parseOsm(ProgressMonitor progressMonitor, Compression compression)DataSetOsmServerObjectReader. parseOsm(ProgressMonitor progressMonitor)Downloads and parses the data.abstract DataSetOsmServerReader. parseOsm(ProgressMonitor progressMonitor)Download OSM files from somewhereDataSetOsmServerReader. parseOsm(ProgressMonitor progressMonitor, Compression compression)Download compressed OSM files from somewhereDataSetOsmServerUserInfoReader. parseOsm(ProgressMonitor progressMonitor)DataSetOsmServerUserPreferencesReader. parseOsm(ProgressMonitor progressMonitor)DataSetOverpassDownloadReader. parseOsm(ProgressMonitor progressMonitor)DataSetOsmServerLocationReader. parseOsmChange(ProgressMonitor progressMonitor)DataSetOsmServerLocationReader. parseOsmChange(ProgressMonitor progressMonitor, Compression compression)DataSetOsmServerReader. parseOsmChange(ProgressMonitor progressMonitor)Download OSM Change uncompressed files from somewhereDataSetOsmServerReader. parseOsmChange(ProgressMonitor progressMonitor, Compression compression)Download OSM Change compressed files from somewhereGpxDataBoundingBoxDownloader. 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.java.util.List<Note>OsmServerLocationReader. parseRawNotes(ProgressMonitor progressMonitor)java.util.List<Note>OsmServerLocationReader. parseRawNotes(ProgressMonitor progressMonitor, Compression compression)java.util.List<Note>OsmServerReader. parseRawNotes(ProgressMonitor progressMonitor)Downloads notes from a given raw URL.java.util.List<Note>OsmServerReader. parseRawNotes(ProgressMonitor progressMonitor, Compression compression)Download notes from a URL that contains a compressed notes dump fileprivate static NoteOsmApi. parseSingleNote(java.lang.String xml)Method for parsing API responses for operations on individual notesjava.util.List<Changeset>OsmServerChangesetReader. queryChangesets(ChangesetQuery query, ProgressMonitor monitor)Queries a listChangesetOsmServerChangesetReader. readChangeset(long id, boolean includeDiscussion, ProgressMonitor monitor)Reads the changeset with ididfrom the server.java.util.List<Changeset>OsmServerChangesetReader. readChangesets(java.util.Collection<java.lang.Integer> ids, boolean includeDiscussion, ProgressMonitor monitor)Reads the changesets with ididsfrom the server.protected DataSetOsmServerBackreferenceReader. readIncompletePrimitives(DataSet ds, ProgressMonitor progressMonitor)Scans a dataset for incomplete primitives.NoteOsmApi. reopenNote(Note note, java.lang.String reactivateMessage, ProgressMonitor monitor)Reopen a closed noteprotected java.lang.StringOsmConnection. retrieveBasicAuthorizationLogin(HttpClient con)Retrieves login from basic authentication header, if set.protected java.lang.StringOsmApi. sendPostRequest(java.lang.String urlSuffix, java.lang.String requestBody, ProgressMonitor monitor)protected java.lang.StringOsmApi. sendPutRequest(java.lang.String urlSuffix, java.lang.String requestBody, ProgressMonitor monitor)protected java.lang.StringOsmApi. sendRequest(java.lang.String requestMethod, java.lang.String urlSuffix, java.lang.String requestBody, ProgressMonitor monitor)protected java.lang.StringOsmApi. sendRequest(java.lang.String requestMethod, java.lang.String urlSuffix, java.lang.String requestBody, ProgressMonitor monitor, boolean doAuthenticate, boolean fastFail)protected java.lang.StringOsmApi. sendRequest(java.lang.String requestMethod, java.lang.String urlSuffix, java.lang.String requestBody, ProgressMonitor monitor, java.lang.String contentType, boolean doAuthenticate, boolean fastFail)Generic method for sending requests to the OSM API.protected DataSetMultiFetchServerObjectReader.Fetcher. singleGetId(OsmPrimitiveType type, long id, ProgressMonitor progressMonitor)invokes a Multi Get for a single id and a givenOsmPrimitiveType.protected MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. singleGetIdPackage(OsmPrimitiveType type, java.util.Set<java.lang.Long> pkg, ProgressMonitor progressMonitor)invokes a sequence of Multi Gets for individual ids in a set of ids and a givenOsmPrimitiveType.voidOsmApi. updateChangeset(Changeset changeset, ProgressMonitor monitor)Updates a changeset with the keys inchangesetUpdate.protected byte[]OsmApi.CapabilitiesCache. updateData()protected voidOsmServerWriter. uploadChangesAsDiffUpload(java.util.Collection<? extends OsmPrimitive> primitives, ProgressMonitor progressMonitor)Upload all changes in one diff uploadprotected voidOsmServerWriter. uploadChangesInChunks(java.util.Collection<? extends OsmPrimitive> primitives, ProgressMonitor progressMonitor, int chunkSize)Upload all changes in one diff uploadprotected voidOsmServerWriter. uploadChangesIndividually(java.util.Collection<? extends OsmPrimitive> primitives, ProgressMonitor progressMonitor)Uploads the changes individually.java.util.Collection<OsmPrimitive>OsmApi. uploadDiff(java.util.Collection<? extends OsmPrimitive> list, ProgressMonitor monitor)Uploads a list of changes in "diff" form to the server.voidOsmServerWriter. uploadOsm(UploadStrategySpecification strategy, java.util.Collection<? extends OsmPrimitive> primitives, Changeset changeset, ProgressMonitor monitor)Send the dataset to the server. -
Uses of OsmTransferException in org.openstreetmap.josm.plugins
Methods in org.openstreetmap.josm.plugins that throw OsmTransferException Modifier and Type Method Description protected voidReadLocalPluginInformationTask. realRun()protected voidReadRemotePluginInformationTask. realRun() -
Uses of OsmTransferException in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type OsmTransferException Modifier and Type Method Description static java.lang.StringExceptionUtil. explainInternalServerError(OsmTransferException e)Explains aOsmApiExceptionwhich was thrown because of an internal server error in the OSM API server.static java.lang.StringExceptionUtil. explainNestedIllegalDataException(OsmTransferException e)Explains aIllegalDataExceptionwhich has caused anOsmTransferException.static java.lang.StringExceptionUtil. explainNestedIOException(OsmTransferException e)Explains aIOExceptionwhich has caused anOsmTransferException.static java.lang.StringExceptionUtil. explainNestedSocketException(OsmTransferException e)Explains aSocketExceptionwhich has caused anOsmTransferException.static java.lang.StringExceptionUtil. explainNestedUnknownHostException(OsmTransferException e)Explains aUnknownHostExceptionwhich has caused anOsmTransferException.static java.lang.StringExceptionUtil. explainOfflineAccessException(OsmTransferException e)Explains aOfflineAccessExceptionwhich has caused anOsmTransferException.static java.lang.StringExceptionUtil. explainOsmTransferException(OsmTransferException e)Explains anOsmTransferExceptionto the user.static java.lang.StringExceptionUtil. explainSecurityException(OsmTransferException e)Explains aSecurityExceptionwhich has caused anOsmTransferException.
-