Modifier and Type | Method and Description |
---|---|
protected java.util.Map<OsmPrimitiveType,java.lang.Integer> |
PasteTagsAction.TagPaster.getSourceStatistics() |
protected java.util.Map<OsmPrimitiveType,java.lang.Integer> |
PasteTagsAction.TagPaster.getTargetStatistics() |
Modifier and Type | Method and Description |
---|---|
static void |
DownloadReferrersAction.downloadReferrers(OsmDataLayer targetLayer,
long id,
OsmPrimitiveType type)
Downloads the primitives referring to the primitive given by
id and
type . |
protected <T extends PrimitiveData> |
PasteTagsAction.TagPaster.getSourcePrimitivesByType(OsmPrimitiveType type)
Replies all primitives of type
type in the current selection. |
protected <T extends OsmPrimitive> |
PasteTagsAction.TagPaster.getSourceTagsByType(OsmPrimitiveType type)
Replies the collection of tags for all primitives of type
type in the current
selection |
static void |
UpdateSelectionAction.handlePrimitiveGoneException(long id,
OsmPrimitiveType type)
handle an exception thrown because a primitive was deleted on the server
|
protected <T extends OsmPrimitive> |
PasteTagsAction.TagPaster.hasSourceTagsByType(OsmPrimitiveType type)
Replies true if there is at least one tag in the current selection for primitives of
type
type |
Modifier and Type | Method and Description |
---|---|
static void |
DownloadReferrersAction.downloadReferrers(OsmDataLayer targetLayer,
java.util.Map<java.lang.Long,OsmPrimitiveType> children)
Downloads the primitives referring to the primitives in
primitives
into the target layer targetLayer . |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Long,OsmPrimitiveType> |
DownloadReferrersTask.children
the collection of child primitives
|
Modifier and Type | Method and Description |
---|---|
protected void |
DownloadReferrersTask.downloadParents(long id,
OsmPrimitiveType type,
ProgressMonitor progressMonitor) |
Constructor and Description |
---|
DownloadReferrersTask(OsmDataLayer targetLayer,
long id,
OsmPrimitiveType type)
constructor
|
Constructor and Description |
---|
DownloadReferrersTask(OsmDataLayer targetLayer,
java.util.Map<java.lang.Long,OsmPrimitiveType> children)
constructor
|
Modifier and Type | Field and Description |
---|---|
private OsmPrimitiveType |
SearchCompiler.ExactType.type |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<OsmPrimitiveType> |
DeleteCommand.getTypesToDelete() |
Modifier and Type | Field and Description |
---|---|
private OsmPrimitiveType |
RelationMemberData.memberType |
private OsmPrimitiveType |
SimplePrimitiveId.type |
Modifier and Type | Field and Description |
---|---|
private static java.util.Collection<OsmPrimitiveType> |
OsmPrimitiveType.DATA_VALUES |
Modifier and Type | Method and Description |
---|---|
static OsmPrimitiveType |
OsmPrimitiveType.from(IPrimitive obj) |
static OsmPrimitiveType |
OsmPrimitiveType.from(java.lang.String value) |
static OsmPrimitiveType |
OsmPrimitiveType.fromApiTypeName(java.lang.String typeName) |
OsmPrimitiveType |
RelationMember.getDisplayType() |
OsmPrimitiveType |
Way.getDisplayType() |
OsmPrimitiveType |
Relation.getDisplayType() |
OsmPrimitiveType |
AbstractPrimitive.getDisplayType() |
OsmPrimitiveType |
RelationMemberData.getMemberType() |
OsmPrimitiveType |
RelationData.getMemberType(int idx) |
OsmPrimitiveType |
IRelation.getMemberType(int idx) |
OsmPrimitiveType |
Relation.getMemberType(int idx) |
OsmPrimitiveType |
Node.getType() |
OsmPrimitiveType |
WayData.getType() |
OsmPrimitiveType |
RelationMemberData.getType()
PrimitiveId implementation.
|
OsmPrimitiveType |
RelationMember.getType()
PrimitiveId implementation.
|
OsmPrimitiveType |
Way.getType() |
OsmPrimitiveType |
SimplePrimitiveId.getType() |
abstract OsmPrimitiveType |
PrimitiveData.getType() |
OsmPrimitiveType |
RelationData.getType() |
OsmPrimitiveType |
Relation.getType() |
OsmPrimitiveType |
NodeData.getType() |
OsmPrimitiveType |
PrimitiveId.getType()
Gets the type of object represented by this object.
|
static OsmPrimitiveType |
OsmPrimitiveType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OsmPrimitiveType[] |
OsmPrimitiveType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<OsmPrimitiveType> |
OsmPrimitiveType.dataValues() |
Modifier and Type | Method and Description |
---|---|
static <T extends PrimitiveData> |
PrimitiveData.getFilteredList(java.util.Collection<T> list,
OsmPrimitiveType type) |
OsmPrimitive |
DataSet.getPrimitiveById(long id,
OsmPrimitiveType type)
returns a primitive with a given id from the data set.
|
Constructor and Description |
---|
RelationMemberData(java.lang.String role,
OsmPrimitiveType type,
long id) |
SimplePrimitiveId(long id,
OsmPrimitiveType type) |
Modifier and Type | Field and Description |
---|---|
private OsmPrimitiveType |
History.type |
Modifier and Type | Method and Description |
---|---|
OsmPrimitiveType |
HistoryRelation.getType()
replies the type, i.e.
|
OsmPrimitiveType |
HistoryWay.getType()
replies the ways type, i.e.
|
OsmPrimitiveType |
HistoryNode.getType() |
abstract OsmPrimitiveType |
HistoryOsmPrimitive.getType() |
OsmPrimitiveType |
History.getType() |
Modifier and Type | Method and Description |
---|---|
HistoryOsmPrimitive |
HistoryDataSet.get(long id,
OsmPrimitiveType type,
long version)
Replies the history primitive for the primitive with id
id
and version version . |
History |
HistoryDataSet.getHistory(long id,
OsmPrimitiveType type)
Replies the history for a given primitive with id
id
and type type . |
Constructor and Description |
---|
History(long id,
OsmPrimitiveType type,
java.util.List<HistoryOsmPrimitive> versions)
Creates a new history for an OSM primitive
|
Modifier and Type | Field and Description |
---|---|
private OsmPrimitiveType |
DuplicateRelation.RelMember.type
Type of the relation member
|
private OsmPrimitiveType |
TagChecker.CheckerData.type |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<OsmPrimitiveType,java.lang.String> |
PasteTagsConflictResolverDialog.PANE_TITLES |
private java.util.Map<OsmPrimitiveType,TagConflictResolver> |
PasteTagsConflictResolverDialog.resolvers |
java.util.Map<OsmPrimitiveType,java.lang.Integer> |
PasteTagsConflictResolverDialog.StatisticsInfo.sourceInfo |
java.util.Map<OsmPrimitiveType,java.lang.Integer> |
PasteTagsConflictResolverDialog.StatisticsInfo.targetInfo |
Modifier and Type | Method and Description |
---|---|
TagCollection |
PasteTagsConflictResolverDialog.getResolution(OsmPrimitiveType type) |
protected void |
PasteTagsConflictResolverDialog.initResolver(OsmPrimitiveType type,
TagCollection tc,
java.util.Map<OsmPrimitiveType,java.lang.Integer> targetStatistics)
Initializes the conflict resolver for a specific type of primitives
|
Modifier and Type | Method and Description |
---|---|
protected void |
PasteTagsConflictResolverDialog.initResolver(OsmPrimitiveType type,
TagCollection tc,
java.util.Map<OsmPrimitiveType,java.lang.Integer> targetStatistics)
Initializes the conflict resolver for a specific type of primitives
|
void |
PasteTagsConflictResolverDialog.populate(TagCollection tagsForAllPrimitives,
java.util.Map<OsmPrimitiveType,java.lang.Integer> sourceStatistics,
java.util.Map<OsmPrimitiveType,java.lang.Integer> targetStatistics)
Populates the conflict resolver with one tag collection
|
void |
PasteTagsConflictResolverDialog.populate(TagCollection tagsForAllPrimitives,
java.util.Map<OsmPrimitiveType,java.lang.Integer> sourceStatistics,
java.util.Map<OsmPrimitiveType,java.lang.Integer> targetStatistics)
Populates the conflict resolver with one tag collection
|
void |
PasteTagsConflictResolverDialog.populate(TagCollection tagsForNodes,
TagCollection tagsForWays,
TagCollection tagsForRelations,
java.util.Map<OsmPrimitiveType,java.lang.Integer> sourceStatistics,
java.util.Map<OsmPrimitiveType,java.lang.Integer> targetStatistics)
Populate the tag conflict resolver with tags for each type of primitives
|
void |
PasteTagsConflictResolverDialog.populate(TagCollection tagsForNodes,
TagCollection tagsForWays,
TagCollection tagsForRelations,
java.util.Map<OsmPrimitiveType,java.lang.Integer> sourceStatistics,
java.util.Map<OsmPrimitiveType,java.lang.Integer> targetStatistics)
Populate the tag conflict resolver with tags for each type of primitives
|
protected void |
PasteTagsConflictResolverDialog.StatisticsInfoRenderer.renderStatistics(java.util.Map<OsmPrimitiveType,java.lang.Integer> stat) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<OsmPrimitiveType,javax.swing.ImageIcon> |
RelationMemberListTableCellRenderer.icons |
Modifier and Type | Method and Description |
---|---|
HistoryLoadTask |
HistoryLoadTask.add(long id,
OsmPrimitiveType type)
Adds an object whose history is to be loaded.
|
Modifier and Type | Method and Description |
---|---|
protected OsmPrimitive |
UploadLayerTask.getPrimitive(OsmPrimitiveType type,
long id) |
protected void |
AbstractUploadTask.handleUploadConflictForKnownConflict(OsmPrimitiveType primitiveType,
long id,
java.lang.String serverVersion,
java.lang.String myVersion)
Handles the case that a conflict in a specific
OsmPrimitive was detected while
uploading |
protected void |
AbstractUploadTask.synchronizePrimitive(OsmPrimitiveType type,
long id)
Synchronizes the local state of an
OsmPrimitive with its state on the
server. |
Modifier and Type | Method and Description |
---|---|
boolean |
Selector.OptimizedGeneralSelector.matchesBase(OsmPrimitiveType type) |
Modifier and Type | Method and Description |
---|---|
static TaggingPresetType |
TaggingPresetType.forPrimitiveType(OsmPrimitiveType type) |
Modifier and Type | Field and Description |
---|---|
private OsmPrimitiveType |
OsmIdTextField.OsmIdValidator.type |
Modifier and Type | Method and Description |
---|---|
OsmPrimitiveType |
OsmPrimitiveTypesComboBox.getType()
Replies the currently selected
OsmPrimitiveType . |
Modifier and Type | Method and Description |
---|---|
void |
OsmIdTextField.setType(OsmPrimitiveType type)
Sets the type of primitive object
|
Modifier and Type | Field and Description |
---|---|
private OsmPrimitiveType |
OsmServerBackreferenceReader.primitiveType
the type of the primitive
|
private OsmPrimitiveType |
OsmServerHistoryReader.primitiveType |
private OsmPrimitiveType |
OsmApiPrimitiveGoneException.type
the type of the primitive which is gone on the server
|
private OsmPrimitiveType |
MultiFetchServerObjectReader.Fetcher.type |
Modifier and Type | Method and Description |
---|---|
OsmPrimitiveType |
OsmApiPrimitiveGoneException.getPrimitiveType()
Replies the type of the primitive this exception was thrown for.
|
Modifier and Type | Method and Description |
---|---|
MultiFetchServerObjectReader |
MultiFetchServerObjectReader.append(DataSet ds,
long id,
OsmPrimitiveType type)
appends a
OsmPrimitive id to the list of ids which will be fetched from the server. |
protected static java.lang.String |
MultiFetchServerObjectReader.buildRequestString(OsmPrimitiveType type,
long id)
builds the Multi Get request string for a single id and a given
OsmPrimitiveType . |
protected static java.lang.String |
MultiFetchServerObjectReader.buildRequestString(OsmPrimitiveType type,
java.util.Set<java.lang.Long> idPackage)
builds the Multi Get request string for a set of ids and a given
OsmPrimitiveType . |
protected HistoryOsmPrimitive |
AbstractParser.createPrimitive(org.xml.sax.Attributes atts,
OsmPrimitiveType type) |
protected void |
MultiFetchServerObjectReader.fetchPrimitives(java.util.Set<java.lang.Long> ids,
OsmPrimitiveType type,
ProgressMonitor progressMonitor)
fetches a set of ids of a given
OsmPrimitiveType from the server |
protected MultiFetchServerObjectReader.FetchResult |
MultiFetchServerObjectReader.Fetcher.multiGetIdPackage(OsmPrimitiveType type,
java.util.Set<java.lang.Long> pkg,
ProgressMonitor progressMonitor)
invokes a Multi Get for a set of ids and a given
OsmPrimitiveType . |
protected void |
MultiFetchServerObjectReader.remember(DataSet ds,
long id,
OsmPrimitiveType type)
remembers an
OsmPrimitive 's id. |
protected DataSet |
MultiFetchServerObjectReader.Fetcher.singleGetId(OsmPrimitiveType type,
long id,
ProgressMonitor progressMonitor)
invokes a Multi Get for a single id and a given
OsmPrimitiveType . |
protected MultiFetchServerObjectReader.FetchResult |
MultiFetchServerObjectReader.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 given
OsmPrimitiveType . |
Constructor and Description |
---|
Fetcher(OsmPrimitiveType type,
java.util.Set<java.lang.Long> idsPackage,
ProgressMonitor progressMonitor)
Constructs a
Fetcher |
OsmServerBackreferenceReader(long id,
OsmPrimitiveType type)
constructor
|
OsmServerBackreferenceReader(long id,
OsmPrimitiveType type,
boolean readFull)
Creates a back reference reader for given primitive id
|
OsmServerHistoryReader(OsmPrimitiveType type,
long id)
constructor
|
OsmServerObjectReader(long id,
OsmPrimitiveType type,
boolean full)
Creates a new server object reader for a given id and a primitive type.
|
OsmServerObjectReader(long id,
OsmPrimitiveType type,
boolean full,
int version) |
OsmServerObjectReader(long id,
OsmPrimitiveType type,
int version)
Creates a new server object reader for a given id and a primitive type.
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.ImageIcon |
ImageProvider.get(OsmPrimitiveType type)
Replies the icon for an OSM primitive type
|