Uses of Class
org.openstreetmap.josm.tools.TaginfoRegionalInstance
-
Packages that use TaginfoRegionalInstance Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of TaginfoRegionalInstance in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools with type parameters of type TaginfoRegionalInstance Modifier and Type Field Description (package private) static Map<String,TaginfoRegionalInstance>
Territories. taginfoCache
(package private) static Map<String,TaginfoRegionalInstance>
Territories. taginfoGeofabrikCache
Methods in org.openstreetmap.josm.tools that return types with arguments of type TaginfoRegionalInstance Modifier and Type Method Description static List<TaginfoRegionalInstance>
Territories. getRegionalTaginfoUrls(LatLon ll)
Returns regional taginfo instances for the given location.Method parameters in org.openstreetmap.josm.tools with type arguments of type TaginfoRegionalInstance Modifier and Type Method Description private static void
Territories. readExternalTaginfo(Map<String,TaginfoRegionalInstance> cache, String taginfo, javax.json.JsonArray jsonCodes, String source)
-