Modifier and Type | Field and Description |
---|---|
private List<Changeset> |
CloseChangesetAction.DownloadOpenChangesetsTask.changesets |
Modifier and Type | Method and Description |
---|---|
void |
UploadSelectionAction.UploadHullBuilder.visit(Changeset cs) |
Modifier and Type | Field and Description |
---|---|
private Set<Changeset> |
DefaultChangesetCacheEvent.added |
private Map<Integer,Changeset> |
ChangesetCache.cache
the cached changesets
|
private Set<Changeset> |
DefaultChangesetCacheEvent.modified |
private Set<Changeset> |
DefaultChangesetCacheEvent.removed |
Modifier and Type | Method and Description |
---|---|
Changeset |
ChangesetCache.get(int id) |
Modifier and Type | Method and Description |
---|---|
Collection<Changeset> |
DefaultChangesetCacheEvent.getAddedChangesets() |
Collection<Changeset> |
ChangesetCacheEvent.getAddedChangesets() |
Set<Changeset> |
ChangesetCache.getChangesets() |
List<Changeset> |
ChangesetCache.getOpenChangesets() |
Collection<Changeset> |
DefaultChangesetCacheEvent.getRemovedChangesets() |
Collection<Changeset> |
ChangesetCacheEvent.getRemovedChangesets() |
Collection<Changeset> |
DefaultChangesetCacheEvent.getUpdatedChangesets() |
Collection<Changeset> |
ChangesetCacheEvent.getUpdatedChangesets() |
Modifier and Type | Method and Description |
---|---|
int |
Changeset.compareTo(Changeset other) |
boolean |
ChangesetCache.contains(Changeset cs) |
String |
NameFormatter.format(Changeset changeset) |
boolean |
Changeset.hasEqualSemanticAttributes(Changeset other) |
void |
Changeset.mergeFrom(Changeset other) |
void |
DefaultChangesetCacheEvent.rememberAddedChangeset(Changeset cs) |
void |
DefaultChangesetCacheEvent.rememberRemovedChangeset(Changeset cs) |
void |
DefaultChangesetCacheEvent.rememberUpdatedChangeset(Changeset cs) |
void |
ChangesetCache.remove(Changeset cs) |
void |
ChangesetCache.update(Changeset cs) |
protected void |
ChangesetCache.update(Changeset cs,
DefaultChangesetCacheEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ChangesetCache.remove(Collection<Changeset> changesets)
Removes the changesets in
changesets from the cache. |
void |
ChangesetCache.update(Collection<Changeset> changesets) |
Constructor and Description |
---|
Changeset(Changeset other)
Creates a clone of
other |
Modifier and Type | Field and Description |
---|---|
private Changeset |
HistoryOsmPrimitive.changeset |
Modifier and Type | Field and Description |
---|---|
private Map<Long,Changeset> |
HistoryDataSet.changesets |
Modifier and Type | Method and Description |
---|---|
Changeset |
HistoryOsmPrimitive.getChangeset() |
Modifier and Type | Method and Description |
---|---|
void |
HistoryDataSet.putChangeset(Changeset changeset)
Adds a changeset to the data set
|
void |
HistoryOsmPrimitive.setChangeset(Changeset changeset) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVisitor.visit(Changeset cs) |
void |
Visitor.visit(Changeset cs)
Visiting call for changesets.
|
Modifier and Type | Method and Description |
---|---|
void |
WireframeMapRenderer.visit(Changeset cs)
Visitor for changesets not used in this class
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultNameFormatter.format(Changeset changeset)
Formats a name for a changeset
|
Modifier and Type | Field and Description |
---|---|
private Changeset |
ChangesetCacheManagerModel.changesetInDetailView |
private Changeset |
ChangesetContentPanel.HeaderPanel.current |
private Changeset |
ChangesetDetailPanel.current |
private Changeset |
ChangesetContentPanel.currentChangeset |
Modifier and Type | Field and Description |
---|---|
private List<Changeset> |
ChangesetListModel.data |
private List<Changeset> |
ChangesetCacheManagerModel.data |
private Set<Changeset> |
ChangesetContentDownloadTask.downloadedChangesets
the set of downloaded changesets
|
private Set<Changeset> |
ChangesetHeaderDownloadTask.downloadedChangesets |
private Storage<Changeset> |
ChangesetListModel.shownChangesets |
Modifier and Type | Method and Description |
---|---|
Set<Changeset> |
ChangesetContentDownloadTask.getDownloadedChangesets() |
Set<Changeset> |
ChangesetHeaderDownloadTask.getDownloadedChangesets() |
Set<Changeset> |
ChangesetDownloadTask.getDownloadedChangesets() |
Set<Changeset> |
ChangesetListModel.getSelectedChangesets() |
List<Changeset> |
ChangesetCacheManagerModel.getSelectedChangesets()
Replies the list of selected changesets
|
List<Changeset> |
ChangesetListModel.getSelectedOpenChangesets()
Replies the selected open changesets
|
Modifier and Type | Method and Description |
---|---|
protected void |
ChangesetTagsPanel.init(Changeset cs) |
void |
ChangesetContentPanel.DonwloadChangesetContentAction.initProperties(Changeset cs) |
void |
ChangesetDetailPanel.RemoveFromCacheAction.initProperties(Changeset cs) |
void |
ChangesetDetailPanel.DonwloadChangesetContentAction.initProperties(Changeset cs) |
void |
ChangesetDetailPanel.UpdateChangesetAction.initProperties(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderId(Changeset cs) |
protected void |
ChangesetListCellRenderer.renderLabel(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderOpen(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderUploadComment(Changeset cs) |
protected void |
ChangesetCacheTableCellRenderer.renderUser(Changeset cs) |
void |
ChangesetContentPanel.HeaderPanel.setChangeset(Changeset cs) |
void |
ChangesetCacheManagerModel.setChangesetInDetailView(Changeset cs)
Sets the changeset currently displayed in the detail view.
|
protected void |
ChangesetContentPanel.setCurrentChangeset(Changeset cs) |
protected void |
ChangesetDetailPanel.setCurrentChangeset(Changeset cs) |
protected void |
ChangesetDetailPanel.updateView(Changeset cs) |
Modifier and Type | Method and Description |
---|---|
static ChangesetHeaderDownloadTask |
ChangesetHeaderDownloadTask.buildTaskForChangesets(Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
|
static ChangesetHeaderDownloadTask |
ChangesetHeaderDownloadTask.buildTaskForChangesets(Component parent,
Collection<Changeset> changesets)
Builds a download task from for a collection of changesets.
|
protected void |
ChangesetListModel.setChangesets(Collection<Changeset> changesets) |
void |
ChangesetListModel.setSelectedChangesets(Collection<Changeset> changesets) |
void |
ChangesetCacheManagerModel.setSelectedChangesets(Collection<Changeset> selected)
Selects the changesets in
selected . |
void |
ChangesetCacheManager.setSelectedChangesets(Collection<Changeset> changesets)
Selects the changesets in
changests , provided the
respective changesets are already present in the local changeset cache. |
Modifier and Type | Field and Description |
---|---|
private Set<Changeset> |
ChangesetQueryTask.downloadedChangesets
the set of downloaded changesets
|
Modifier and Type | Method and Description |
---|---|
Set<Changeset> |
ChangesetQueryTask.getDownloadedChangesets() |
Modifier and Type | Field and Description |
---|---|
private Changeset |
UploadPrimitivesTask.changeset |
private Changeset |
UploadLayerTask.changeset |
private Changeset |
OpenChangesetComboBoxModel.selectedChangeset |
private Changeset |
UploadParameterSummaryPanel.selectedChangeset |
Modifier and Type | Field and Description |
---|---|
private List<Changeset> |
OpenChangesetComboBoxModel.changesets |
private List<Changeset> |
DownloadOpenChangesetsTask.changesets |
private Collection<Changeset> |
CloseChangesetTask.changesets |
private List<Changeset> |
CloseChangesetTask.closedChangesets |
Modifier and Type | Method and Description |
---|---|
Changeset |
UploadDialog.getChangeset()
Replies the current changeset
|
protected Changeset |
OpenChangesetComboBoxModel.getChangesetById(long id) |
Changeset |
ChangesetManagementPanel.getSelectedChangeset()
Replies the currently selected changeset. null, if no changeset is
selected or if the user has chosen to use a new changeset.
|
Modifier and Type | Method and Description |
---|---|
Collection<Changeset> |
CloseChangesetDialog.getSelectedChangesets()
Replies a collection with the changesets the user selected.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ChangesetCellRenderer.buildToolTipText(Changeset cs) |
void |
TagSettingsPanel.initFromChangeset(Changeset cs) |
void |
UploadDialog.setSelectedChangesetForNextUpload(Changeset cs) |
void |
ChangesetManagementPanel.setSelectedChangesetForNextUpload(Changeset cs)
Sets the changeset to be used in the next upload
|
Modifier and Type | Method and Description |
---|---|
void |
CloseChangesetDialog.setChangesets(Collection<Changeset> changesets)
Sets the collection of changesets to be displayed
|
Constructor and Description |
---|
UploadLayerTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
ProgressMonitor monitor,
Changeset changeset)
Creates the upload task
|
UploadPrimitivesTask(UploadStrategySpecification strategy,
OsmDataLayer layer,
APIDataSet toUpload,
Changeset changeset)
Creates the task
|
Constructor and Description |
---|
CloseChangesetTask(Collection<Changeset> changesets)
Closes all changesets in
changesets if they are not null, if they
are still open and if they have an id > 0. |
Modifier and Type | Field and Description |
---|---|
private Changeset |
OsmApi.changeset
Object describing current changeset
|
private Changeset |
OsmWriter.changeset |
private Changeset |
OsmChangesetParser.Parser.current
The current changeset
|
protected Changeset |
AbstractReader.uploadChangeset |
Modifier and Type | Field and Description |
---|---|
private List<Changeset> |
OsmChangesetParser.changesets |
Modifier and Type | Method and Description |
---|---|
Changeset |
OsmApi.getChangeset()
Replies the changeset data uploads are currently directed to
|
Changeset |
OsmServerChangesetReader.readChangeset(long id,
ProgressMonitor monitor)
Reads the changeset with id
id from the server |
Modifier and Type | Method and Description |
---|---|
List<Changeset> |
OsmChangesetParser.getChangesets() |
static List<Changeset> |
OsmChangesetParser.parse(InputStream source,
ProgressMonitor progressMonitor)
Parse the given input source and return the list of changesets
|
List<Changeset> |
OsmServerChangesetReader.queryChangesets(ChangesetQuery query,
ProgressMonitor monitor)
Queries a list
|
List<Changeset> |
OsmServerChangesetReader.readChangesets(Collection<Integer> ids,
ProgressMonitor monitor)
Reads the changeset with id
id from the server |
Modifier and Type | Method and Description |
---|---|
void |
OsmApi.closeChangeset(Changeset changeset,
ProgressMonitor monitor)
Closes a changeset on the server.
|
void |
OsmApi.openChangeset(Changeset changeset,
ProgressMonitor progressMonitor)
Creates a new changeset based on the keys in
changeset . |
protected void |
OsmChangesetParser.Parser.parseChangesetAttributes(Changeset cs,
Attributes atts) |
protected Set<IPrimitive> |
DiffResultProcessor.postProcess(Changeset cs,
ProgressMonitor monitor)
Postprocesses the diff result read and parsed from the server.
|
void |
OsmApi.setChangeset(Changeset changeset)
Sets the changesets to which further data uploads are directed.
|
void |
OsmWriter.setChangeset(Changeset cs) |
private String |
OsmApi.toXml(Changeset s)
Makes an XML string from an OSM primitive.
|
void |
OsmApi.updateChangeset(Changeset changeset,
ProgressMonitor monitor)
Updates a changeset with the keys in
changesetUpdate . |
void |
OsmServerWriter.uploadOsm(UploadStrategySpecification strategy,
Collection<? extends IPrimitive> primitives,
Changeset changeset,
ProgressMonitor monitor)
Send the dataset to the server.
|
void |
GeoJSONWriter.visit(Changeset cs) |
void |
OsmWriter.visit(Changeset cs) |
Constructor and Description |
---|
OsmChangeBuilder(Changeset changeset) |
OsmChangeBuilder(Changeset changeset,
String apiVersion) |