Uses of Class
org.openstreetmap.josm.tools.GeoPropertyIndex
-
Packages that use GeoPropertyIndex Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of GeoPropertyIndex in org.openstreetmap.josm.tools
Fields in org.openstreetmap.josm.tools declared as GeoPropertyIndex Modifier and Type Field Description private GeoPropertyIndex<T>
GeoPropertyIndex.GPLevel. owner
private static GeoPropertyIndex<Boolean>
RightAndLefthandTraffic. rlCache
Fields in org.openstreetmap.josm.tools with type parameters of type GeoPropertyIndex Modifier and Type Field Description (package private) static Map<String,GeoPropertyIndex<Boolean>>
Territories. iso3166Cache
Methods in org.openstreetmap.josm.tools that return GeoPropertyIndex Modifier and Type Method Description static GeoPropertyIndex<Boolean>
Territories. getGeoPropertyIndex(String code)
Returns theGeoPropertyIndex
for the given ISO3166-1 or ISO3166-2 code.Methods in org.openstreetmap.josm.tools with parameters of type GeoPropertyIndex Modifier and Type Method Description private static void
Territories. addInCache(String code, GeoPropertyIndex<Boolean> gpi, TagMap tags)
Constructors in org.openstreetmap.josm.tools with parameters of type GeoPropertyIndex Constructor Description GPLevel(int level, BBox bbox, GeoPropertyIndex.GPLevel<T> parent, GeoPropertyIndex<T> owner)
-