Package | Description |
---|---|
org.openstreetmap.josm.actions | |
org.openstreetmap.josm.data.validation.tests | |
org.openstreetmap.josm.gui.tagging.ac |
Provides classes for handling autocompletion of tags.
|
org.openstreetmap.josm.io.session | |
org.openstreetmap.josm.tools |
Modifier and Type | Field and Description |
---|---|
private MultiMap<Layer,Layer> |
SessionSaveAsAction.dependencies |
Modifier and Type | Field and Description |
---|---|
(package private) MultiMap<java.lang.String,MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.checks |
private MultiMap<Way,Way> |
SimilarNamedWays.errorWays
The already detected errors
|
private MultiMap<Pair<Node,Node>,WaySegment> |
OverlappingWays.nodePairs
Bag of all way segments
|
private static MultiMap<java.lang.String,java.lang.String> |
TagChecker.presetsValueData
The spell check preset values
|
private MultiMap<DuplicateRelation.RelationPair,OsmPrimitive> |
DuplicateRelation.relations
MultiMap of all relations
|
private MultiMap<java.util.List<RelationMember>,OsmPrimitive> |
DuplicateRelation.relationsNoKeys
MultiMap of all relations, regardless of keys
|
private MultiMap<DuplicateWay.WayPair,OsmPrimitive> |
DuplicateWay.ways
Bag of all ways
|
private MultiMap<DuplicateWay.WayPairNoTags,OsmPrimitive> |
DuplicateWay.waysNoTags
Bag of all ways, regardless of tags
|
Modifier and Type | Field and Description |
---|---|
protected static MultiMap<java.lang.String,java.lang.String> |
AutoCompletionManager.PRESET_TAG_CACHE
the same as tagCache but for the preset keys and values can be accessed directly
|
protected MultiMap<java.lang.String,java.lang.String> |
AutoCompletionManager.tagCache
the cached tags given by a tag key and a list of values for this tag
only accessed by getTagCache(), rebuild() and cachePrimitiveTags()
use getTagCache() accessor
|
Modifier and Type | Method and Description |
---|---|
protected MultiMap<java.lang.String,java.lang.String> |
AutoCompletionManager.getTagCache() |
Modifier and Type | Field and Description |
---|---|
private MultiMap<Layer,Layer> |
SessionWriter.dependencies |
Constructor and Description |
---|
SessionWriter(java.util.List<Layer> layers,
int active,
java.util.Map<Layer,SessionLayerExporter> exporters,
MultiMap<Layer,Layer> dependencies,
boolean zip)
Constructs a new
SessionWriter . |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
Utils.topologicalSort(MultiMap<T,T> dependencies)
Topological sort.
|