Uses of Class
org.openstreetmap.josm.data.osm.TagMap
-
Packages that use TagMap Package Description org.openstreetmap.josm.data.imagery.vectortile.mapbox org.openstreetmap.josm.data.osm Provides the classes for OSM data:Primitives
:Node
,Way
,Relation
Users
Tags
Changesets
Utilities classesorg.openstreetmap.josm.gui.datatransfer.data Provides the classes for defining the serializable data transferred using cut/copy/paste operations.org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of TagMap in org.openstreetmap.josm.data.imagery.vectortile.mapbox
Fields in org.openstreetmap.josm.data.imagery.vectortile.mapbox declared as TagMap Modifier and Type Field Description private TagMap
Feature. tags
The tags of the feature.Methods in org.openstreetmap.josm.data.imagery.vectortile.mapbox that return TagMap Modifier and Type Method Description TagMap
Feature. getTags()
Get the tags -
Uses of TagMap in org.openstreetmap.josm.data.osm
Methods in org.openstreetmap.josm.data.osm that return TagMap Modifier and Type Method Description TagMap
AbstractPrimitive. getKeys()
Replies the map of key/value pairs.Methods in org.openstreetmap.josm.data.osm with parameters of type TagMap Modifier and Type Method Description void
AbstractPrimitive. setKeys(TagMap keys)
Copy the keys from a TagMap.void
OsmPrimitive. setKeys(TagMap keys)
Constructors in org.openstreetmap.josm.data.osm with parameters of type TagMap Constructor Description TagMap(TagMap tagMap)
Copy constructor. -
Uses of TagMap in org.openstreetmap.josm.gui.datatransfer.data
Fields in org.openstreetmap.josm.gui.datatransfer.data declared as TagMap Modifier and Type Field Description private TagMap
TagTransferData. tags
-
Uses of TagMap in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools with type parameters of type TagMap Modifier and Type Field Description (package private) static Map<String,TagMap>
Territories. customTagsCache
Methods in org.openstreetmap.josm.tools that return TagMap Modifier and Type Method Description static TagMap
Territories. getCustomTags(String code)
Returns the map of custom tags for a territory with the given ISO3166-1 or ISO3166-2 code.Methods in org.openstreetmap.josm.tools with parameters of type TagMap Modifier and Type Method Description private static void
Territories. addInCache(String code, GeoPropertyIndex<Boolean> gpi, TagMap tags)
-