Uses of Interface
org.openstreetmap.josm.tools.Tag2Link.LinkConsumer
-
Packages that use Tag2Link.LinkConsumer Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of Tag2Link.LinkConsumer in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type Tag2Link.LinkConsumer Modifier and Type Method Description static void
Tag2Link. getLinksForTag(String key, String value, Tag2Link.LinkConsumer linkConsumer)
Generates the links for the tag given bykey
andvalue
, and sends 0, 1 or more links to thelinkConsumer
.
-