Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.actions.upload | |
org.openstreetmap.josm.gui.io |
Modifier and Type | Method and Description |
---|---|
static boolean |
UploadAction.checkPreUploadConditions(AbstractModifiableLayer layer,
APIDataSet apiData)
Check whether the preconditions are met to upload data in
apiData . |
void |
UploadAction.uploadData(OsmDataLayer layer,
APIDataSet apiData)
Uploads data to the OSM API.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FixDataHook.checkUpload(APIDataSet apiDataSet)
Checks the upload for deprecated or wrong tags.
|
boolean |
ApiPreconditionCheckerHook.checkUpload(APIDataSet apiData) |
boolean |
ValidateUploadHook.checkUpload(APIDataSet apiDataSet)
Validate the modified data before uploading
|
boolean |
UploadHook.checkUpload(APIDataSet apiDataSet)
Checks the upload.
|
boolean |
RelationUploadOrderHook.checkUpload(APIDataSet apiDataSet) |
boolean |
DiscardTagsHook.checkUpload(APIDataSet apiDataSet) |
Modifier and Type | Field and Description |
---|---|
private APIDataSet |
UploadPrimitivesTask.toUpload |
Modifier and Type | Method and Description |
---|---|
void |
UploadDialog.setUploadedPrimitives(APIDataSet toUpload)
Sets the collection of primitives to upload
|
Constructor and Description |
---|
UploadPrimitivesTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
APIDataSet toUpload,
Changeset changeset)
Creates the task
|